/* CSS Document */
body { 
background-color: #666666; 
} 
h1 { 
color: #000000; 
font-weight: bold; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; 
text-align: center; 
} 
h2 { 
color: #000000; 
font-weight: bold; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
text-align: center; 
}
/* Linien */  
h3 { 
color: #EF3200; 
font-weight: bold; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 9px; 
text-align: center; 
} 
/* Copyright */ 
h4 { 
color: #FFFF99; 
font-weight: bold; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 9px; 
text-align: center; 
}
p { 
color: #000000; 
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: #DF7B20 repeat-x top left;
	border-width: 3px;
	border-color: #FF6600;
	border-style: solid;
}	
a:link { 
text-decoration:none; 
font-weight:bold; 
color:#EF3200;
font-size : 14px; 
}
a:visited { 
text-decoration:none; 
font-weight:bold; 
color:#FFFF00;
font-size : 14px; 
}
a:hover { 
text-decoration:none; 
font-weight:bold; 
color:#FFFF00;
font-size : 14px; 
}
