/* CSS Document */
body { 
background-color : #666666; 
} 
h1 { 
color : #cccccc; 
font-weight : bold; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 28px; 
text-align : center; 
} 
h2 { 
color : #cccccc; 
font-weight : bold; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 16px; 
text-align : center; 
} 
h3 { 
color : #cccccc; 
font-weight : bold; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 14px; 
text-align : center; 
} 
/* Copyright */
h4 { 
color : #cccccc; 
font-weight : bold; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 9px; 
text-align : center; 
}
p { 
color : #cccccc; 
font-weight : normal; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 14px; 
text-align : center; 
} 
#mitte {
    width: 60em;
    min-width: 900px;
    color: #00FFFF;
    padding: 0;
    margin: 0;
    background: 60% 0 repeat-y;
}
#mitte #mitte_body {
    width: 900px;
    min-width: 840px;
    overflow: hidden;
    background: #000054 repeat-x top left;
	border-width: 3px;
	border-color: #FFFFFF;
	border-style: solid;
}	
a:link { 
text-decoration:none; 
font-weight:bold; 
color:#FF8400;
font-size : 14px; 
}
a:visited { 
text-decoration:none; 
font-weight:bold; 
color:#FF8400;
font-size : 14px; 
}
a:hover { 
text-decoration:none; 
font-weight:bold; 
color:#FF8400;
font-size : 14px; 
}