
/* CSS Document */

/*
<style type="text/css">
A.ersterlink:link {color:yellow; background:#fff; text-decoration:none;}
A.ersterlink:hover {color:blue; background:#fff; text-decoration: underline;}
A.zweiterlink:link {color:green; background:#fff; text-decoration:none;}
A.zweiterlink:hover {color:red; background:#fff; text-decoration: underline;}
</style>

<body>
<a class="ersterlink" href="#">Erster Link</a> 
<a class="zweiterlink" href="#">Zweiter Link</a> 
</body>
*/

html{ background:  url(images/background.png) repeat-x left top; background-color: #FFFFFF}

table{
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
COLOR: #4C4C4C;
}

.direktor {margin:0px 0px 0px 350px;}

.navigation {margin:10px 0px 0px 10px;}

.impressum {
margin:0px 0px 0px 15px;
padding:0px 0px 5px 0px;
FONT-WEIGHT: bold;
}

a.impressum_link:link {text-decoration: none; color: #4C4C4C;} 
a.impressum_link:visited {text-decoration: none; color: #4C4C4C;} 
a.impressum_link:hover {text-decoration: none; color: #FB7222;} 



.text{
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
text-align:justify;
}

.text_white{
font-family: Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:13px;
}

.bild_l{
float:left; 
margin-right:10px; 
}

.bild_r{
float:right; 
margin-left:10px; 
}

.bild_m{
margin: 10px 10px 10px 10px 
}







