

/* - - - - - - - - - - - - Allg. Vorgaben - - - - - - - - - - - - */
html, body{
	
	background-color:#FFFFFF;

        padding-right:0px;
        padding-left:0px;
        padding-bottom:0px;
        margin:0px;
padding-top:0px;
}



img{
	border:none;
}


.text_head { font:Times,serif; font-family:Times, serif; font-size:24px; color:black; background-color:white; text-decoration:none;}
.text_head2 { font:Times,serif; font-family:Times, serif; font-size:24px; color:silver; background-color:white; text-decoration:none;}.text_subtitle {  font:Times,serif; font-family:Times, serif;  font-size:18px; color:black; background-color:white; text-decoration:none;}

.text_small { font:Times,serif; font-family:Times, serif; font-size:12px; font-weight:italic; color:black; background-color:white; text-decoration:none;}





/* - - - - - - - - - - - - Menu I- - - - - - - - - - - - */

#navigator {
position: absolute;
left: 0px;
top: 0px;

}

#navigator ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-family: Arial, Helvetica, sans-serif;
font-size: font-size:100%; text-decoration:none;

}

#navigator li {
margin: 0 0 0 0;  background-color: #1E40B1;
}

#navigator a {
background-color: #FFFFFF;
}

#navigator a:link, #navigator a:visited {
color: black; 
text-decoration:none;
/*/*/color: black; 
/* */
}
#navigator a:hover {
background-color: #666600;
color: #FFFFFF; 
}

#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
/*/*/border: 1px solid #242570;
background-color: #D1DFE9;
color: #333366; /* */
}



/* - - - - - - - - - - - - Menu I- - - - - - - - - - - - */

#submenue {


}

#submenueul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-family: Arial, Helvetica, sans-serif;
font-size: font-size:100%; text-decoration:none;

}

#submenue li {
margin: 0 0 0 0;  background-color: #1E40B1;
}

#submenue a {
background-color: #FFFFFF;
}

#submenue a:link, #navigator a:visited {
color: black; 
text-decoration:none;
/*/*/color: black; 
/* */
}
#submenue a:hover {
background-color: #000000;
color: #FFFFFF; 
}

#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
/*/*/border: 1px solid #242570;
background-color: #D1DFE9;
color: #333366; /* */
}






