/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background-color:#000730;
/* background: url(../images/back.gif) top right repeat;*/
/* background-image:url(../images/schnecke.jpg);*/
/* background-attachment:scroll;*/
/* background-position: left bottom;*/
 color: #333333;
 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
 FONT-SIZE: .8em;
 FONT-WEIGHT: normal;
 LETTER-SPACING: normal;
 TEXT-TRANSFORM: none;
 WORD-SPACING: normal;
 text-align: left;
 border: thin none #FFFFFF;
 }

a:link {
 font-weight:bold;
 color:#666666;
 text-decoration:none
 }

a:visited {
 font-weight:bold;
 color:#666666;
 text-decoration:none
 }

a:hover {
 font-weight:bold;
 color:#333333;
 text-decoration:underline
 }

a:active {
 font-weight:bold;
 color:#666666;
 text-decoration:underline
 }

a:focus {
 font-weight:bold;
 color:#666666;
 text-decoration:underline
 }

#haupt{
 border-width: 0pt;
 border-color: #000000;
 border-style: solid;
 PADDING-RIGHT: 7px;
 PADDING-LEFT: 7px;
 MIN-HEIGHT: 500px;
 BACKGROUND: #ffffff;
 PADDING-BOTTOM: 0px;
 MARGIN: 20px auto;
 WIDTH: 800px;
 z-index:4;
 PADDING-TOP: 7px;
 TEXT-ALIGN: left
 }

#navigation{
 left:0;
 width:135px;
 float:left;
 z-index:1;
 background:transparent;
 /* color: #333333; */
 }

#inhalt {
 margin-top:15px;
 margin-left:10px;
 text-align:left;
 float:left;
 width:650px;
 z-index:2;
 background:#ffffff;
 color: #333333;
 border-left:0px solid #666666;
 padding-left: 0px;
}

#kopf2 { 
height : 130px;
width : 100%;
background : url(../images/banner_startseite_800_130.jpg) no-repeat top center;
background-color : #ffffff;
margin-top: 10px;
} 

#kopf { 
height : 10px;
text-align : right;
width : 100%;
background-color : #ffffff;
margin-top : 7px;
} 

#fuss {
 width:800px;
 /*   border: solid #000000; */ 
 /*   border-width:1px 0; */
 /*   background: url(../images/back.gif) top center repeat; */
 background-color: #ffffff;
 color: #666666;
 z-index:3;
 PADDING-BOTTOM: 0px;
 margin:0;
 }

