* { 
    margin: 0; 
} 
 

.text {font-size:11px; font-family:arial;color:#000000;}
  body {font-size:11px; font-family:arial;color:#000000;
    background-color: #ffffff; 
}

 ul#navigation{
list-style-type:none;
margin-left:0;
padding-left:0;
color: #000000;
}
ul#navigation li{
float:left;
padding-right:2px;
color: #000000;
}
ul#navigation li a{
background-color:#cbcbcb;
padding:0.2em;
color: #000000;
}
ul#navigation li a:hover{
	background-color:#ababab;
	color: #000000;
}
  
hr{
 border: 0px; 
 border-top: dotted 1px #DFD861;
 height:1px;
}

#container {width:980px;
			height:100%;
			margin:auto;
			}
#kastenoben {position:relative;
            top:1px;
            margin:auto;
            width:719px;
            height:200px;
            background-color:#FFFFFF;
            color:#2F2F2F;
            padding:0px;
            border: 1px dashed silver;
            }
			
	#kastennavi {
	position:relative;
	top:0px;
	width:699px;
	height:14px;
	margin:auto;
	font-size:11px;
	background-color:#DCD44D;
	border: 1px dashed silver;
	padding:10px;
	border-bottom-style: none;
             }		
#kastenlinks {
	position:relative;
	float:left;
	width:100px;
	background-color:#FFFFFF;
	             }

#kastenrechts {position:relative;
              float:right;
			  width:100px;
             height:auto;             
             background-color:#FFFFFF;            
             }
			 
#kastenmain {
	position:relative;
	margin:auto;
	width:699px;
	height:auto;
	margin:auto;
	background-color:#F3F3F3;
	padding:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
		border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: silver;
	border-right-color: silver;
	border-bottom-color: silver;
	border-left-color: silver;
             }
			 
#footer {position:relative;
margin:auto;
padding:10px;
margin-top:15px;
width:700px;
font-size:10px;
text-align:center;
}
.bildfloat {
	float:right;
	margin:10px;
	padding: 2px;
}

