/****** CSS Styles für den Internetauftritt von 

 
		  Peter Scheel
		  www.scheel-service.de

******/

/**************** common settings*********************/
*  {
   list-style: none; 
   margin: 0;
   padding:0;
   text-decoration:none;
}
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000000;
  background: #f6f6f6 url(../png/page_bg.png) center top repeat-y;
  font-size: medium;
} 

    .myclass div#page {
    	width: 994px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
    	background: #fff;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
		height: auto;
    }

.myclass div#middle {
   width: 100%;
   background: url(../png/scheel.png) top right no-repeat;
   border-top: 1px solid #b1b1b1;
   text-align: left;
}

.myclass div#footer {
   text-align: center;
   clear:both;
   background:#f1f1f1;
   width: 994px;
   padding-top: 20px;
}
.myclass div#footer p{
   color: #818181;
   font-size:80%;
}
.myclass div#footer p a{
   color: #818181;
   text-decoration:underline;
}
.myclass div#footer p a:hover{
   color: #E7511E;
}

.myclass .orange {
   color:#9c3714;
}
.myclass .bold {
   font-weight:600;
}
.myclass .nomargin {
   margin:0;
   padding:0;
}

.myclass .filler {
  padding-top:15px;
}
.myclass .fillersmall {
  padding-top:3px;
}

.myclass .bullet {
  background: url(../png/bullet30.png) top left no-repeat;
  padding-left: 40px;
  padding-top: 7px;
}

.myclass .clearboth {
  clear:both;
}
img {
   border: none;
}

a {
  font-size:12px;
  color: #777; 
}

a:hover {
  color: #9c3714;

}


img.graybox {
   border: 1px solid #888;
   float:left;
   margin: 2px 10px 5px 0px;
}

.myclass div#head {
   height: 80px;
   width: 100%;
   text-align: left;
   background: #fff url(../png/head.png) center no-repeat;
}
.myclass div#head div#links {
   padding-top: 60px;
   padding-left:30px;
   font-size:70%;
}
.myclass div#head div#links a{
   color:#bbbbbb;
}
.myclass div#head div#links a:hover{
   color:#E7511E;
}
/**************** Hintergrund *********************/

div.news {
}


div#wrapper {
  width:994px;
}

/**************** Navigation *********************/

div#navigation {
   width:230px;
   float:left;
   background: #fff;
}

div#navigation div#nav_head {
   height:100px;
   background:#fff url(../png/nav_top.png) top left repeat-x;
   text-align:right;
}
div#navigation div#nav_head a{
   font-size:60%;
   color:#E7511E;
   padding-right:20px;
}
div#navigation div#nav_head a:hover{
   color:#fff;
}

div#navigation div#nav_bottom {
   height:100px;
   background: url(../png/nav_bottom.png) top left no-repeat;
}

div#navigation ul{
   background: #E7511E;
}
div#navigation ul li {
   border-bottom: 1px solid #000;
}

div#navigation li a, div#navigation li a.submenu {
    font-family: Arial, sans-serif;
	margin:0px;
	padding: 3px 0px 3px 15px;
	display:block;
	width:215px;
	font-size:100%;
	color: #fff;
   background:#E7511E;
}
div#navigation li a:hover {
   background:#b33e16;
}
div#navigation li a.submenu {
	background: #bbb;
    padding: 3px 0px 3px 35px;
	width:195px;
	font-size:90%;
}
div#navigation li a.sub2menu{
	background: #bbb;
    padding: 3px 5px 3px 70px;
	width:155px;
	font-size:80%;
	margin:0px;
}
div#navigation li a.sub2menu:hover {
   background: #666;
}
div#navigation li a.submenu:hover {
   background: #666;
}
div#navigation li a#focus {
   color:#fff;
   font-weight:600;
   background:#b33e16;
}
div#navigation li a.submenu#focus {
   color:#fff;
   background:#666;
   font-weight:300;
}
div#navigation li a.sub2menu#focus {
   color:#fff;
   background:#666;
   font-weight:300;
}


/**************** Main *********************/



div.main {
  background:#fff;
  width:722px;
  padding: 30px 20px 20px 20px;
  float:right; 

}

div.main h1 {
  font-size:22px;
  font-variant:small-caps;
  color: #9c3714;
  padding:10px;
  margin-bottom: 20px;
  background: url(../png/h1.png) top right repeat-y;
}
div.main h2 {
  font-size:14px;
  color: #777;
  margin-bottom:10px;
  font-weight:600;
}


div.main  p{
  font-size:13px;
  margin-bottom: 10px;
  color: #666;
}

div.main  ul li{
  font-size:13px;
  color: #666;
}


div.main p.header {
  font-size:12px;
  color: #777;
  font-weight:600;
  padding:0;
  margin:0px 0px 5px 0px;
  text-align:left;
}

div.main div#boxleft {
  width: 400px;
  padding: 10px;
  float:left;
}

div.main div#boxright {
  width: 250px;
  height: 360px;
  padding: 10px;
  float:right;
}

a.teaser, a.teaser2{
  font-size:12px;
  color: #777;
  font-weight:600;
  padding:0px 0px 0px 20px;
  margin:2px;
  background: url(../png/link.png) top left no-repeat;
}

a.teaser2 {
  font-size:16px;
  font-weight:400;
  padding: 0px 30px 15px 20px;
}

a.teaser:hover, a.teaser2:hover {
  color: #9c3714;
}
a.teaser:hover img.graybox {
   border: 1px solid #9c3714;
}
 
 
 
div.main div#boxright p.teaser {
  font-size:11px;
  color: #777;
  font-weight:400;
  padding:3px;
  margin:0;
}



div.main h3 {
  font-size:16px;
  color: #000;
}

div.main  ul{
  padding: 15px 0px 15px 20px;
}
div.main ul li{
  list-style-type:disc;
  list-style-position:outside;
  font-size:80%;
  padding-top:4px;
}



a.ref , a.ref2{
  font-family: Verdana, Arial, Helvetica, sans-serif;

  font-weight:600;
  color: #E7511E;
  font-size:13px;
  /* margin: 3px 0px 5px 20px; */
  background: url(../png/link.png) top left no-repeat;
  padding-left: 25px;
}
a.ref:hover, a.ref2:hover{
  color: #73280f;
}
a.ref2 {
  background: url(../png/link2.png) 0px 2px no-repeat;
  font-variant:normal;
}
img.ref {
  border: 0;
  margin:10px 0px 20px 50px;
}


div.box {

  border-bottom:1px dotted #999;
}



 a.download {
  background: url(../png/acrobat.jpg) top left no-repeat;
  font-size:10px;
  color: #777;
  padding: 35px 3px 3px 0px;
  margin:10px;
}
 a.download:hover{
  color: #E7511E;
}

form {
   margin: 8px 8px 8px 8px;
   font-size:12px;
   font-family: Verdana, sans-serif;
}
form input {
   font-family: Verdana, sans-serif;
   margin-top: .9em;
   margin-bottom: .2em;
   line-height: .9em;
   margin-left: .5em;
   font-size:11px;
}

form input.sub {
   font-family: Verdana, sans-serif;
   margin-top: .4em;
   margin-bottom: .2em;
   line-height: .9em;
   margin-left: 2em;
   font-size:11px;
}


textarea {
   text-align:left;
   margin-top: .5em;
   margin-left: .8em;
   margin-bottom: .2em;
   line-height: 1.4em;
   font-size:100%;
 }
 #buttons {
    margin-left: 6em;
    margin-bottom: .2em;
}

 #daten label {
   position: relative;
   left: .7em;
   margin-top: .9em;
   font-size:80%;
 }



  p.kontakt {
   background: #E7511E;
   color: #fff;
   padding: .2em .3em;
   font-size: 90%;
   font-weight: bold;
   border: 1px solid #777;
   position: relative;
   margin-bottom: -1em;
   width: 10em;
   margin-left: 1em;
   margin-top: 1em;
 }