<!--
/**
* Die Schruiftfarbe soll #000099
*/

/**
* generelle Attirbute für alle Seiten
*/
body
{
font-family:Verdana;
font-size:12px;
color:#000099;
}
body.bg
{
font-family:Verdana;
font-size:12px;
color:#000099;
background-image: url(../layout/bilder/logo_wasser.jpg);
background-repeat: no-repeat;
background-position: center center;
}
table
{
font-family:Verdana;
font-size:12px;
width: 100%;
}
table.titlemenu
{

width: 100%;
text-align: center;
text-decoration: none;
background-color:#000099;
border: solid 2px #ffffff;
font-style: bold;
height:27px;
color:#ffffff;
}
a:link.titlemenu, a:visited.titlemenu
{
 color: #ffffff;
 text-decoration: none;
 font-size: 10pt;
 font-style: bold;
 }
a:hover.titlemenu
{
         border-bottom:2px;
	border-bottom-style: solid;
	border-bottom-color:#ffffff;
	text-decoration: none;
}

a:link.menu, a:visited.menu
{
 text-decoration: none;
 font-size: 9pt;
 color:#000099;
 }
a:hover.menu
{
         border-bottom:3px;
	border-bottom-style: solid;
	border-bottom-color:#000099;
	text-decoration: none;
}
p.header
{
text-align: left;
font-size:18px;
font-style: bold;
margin-left:10px
}
p.table
{
text-decoration: none;
background-color:#000099;
border: solid 2px #ffffff;
font-size:12px;
font-style: bold;
height:17px;
color:#ffffff;
}
div.bg {
background-image: url(../layout/fordlogo.jpg);
background-color:#ffffff;
background-repeat:no-repeat;
background-position: center;
width:500px;height:200px;
}
div.site
{
margin-left:10px;
height:80%;
width:98%;
overflow:auto;
}
--!>