body       	{background-image:url(/fileadmin/images/nav_bg.gif); background-repeat:repeat-y; background-attachment:fixed; padding:0px; font-family:Arial,Helvetica;font-size: 12px; font-weight: normal; font-style: normal; color: Black;}
div.mybody {margin-left:0px; margin-top:0px; margin-right:0px; margin-bottom:0px; }
td         	{font-family:Arial,Helvetica; font-size: 12px; font-weight: normal; font-style: normal; color: Black;}
a:link 	{text-decoration: none; color: #000000; font-family:Helvetica,Arial; font-style: normal; font-weight: bold}
a:visited 	{text-decoration: none; color: #000000; font-family:Helvetica,Arial; font-style: normal; font-weight: bold}
a:active 	{text-decoration: underline; color: #000000; font-family:Helvetica,Arial;}
a:hover 	{text-decoration: underline; color: #000000; font-family:Helvetica,Arial;}
H1         	{font-family:Arial,Helvetica; font-size: 14px; font-weight: bold; font-style: normal; color: Red;}
H2         	{font-family:Arial,Helvetica; font-size: 14px; font-weight: bold; font-style: normal; color: Red;}
H3         	{font-family:Arial,Helvetica; font-size: 14px; font-weight: bold; font-style: normal; color: Red;}

#logo {
                background-image:url(/fileadmin/images/header.gif);
                background-repeat:no-repeat;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
                width: 100%;
	height: 140px;
	border: 0;
}

#linksvomlogo {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 75px;
	height: 85px;
	border: 0;
	z-index: 8;
}

#navi_left {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 150px;
	left: 0px;
	border: 0;
	color: #3333CC;
}

#navi_left ul
{
list-style-type:none;
margin:0;
padding:0;
font-size: 9px;
}
#navi_left li a:link, #navi_left li a:visited
{
display:block;
width:180px;
text-align: left;
text-indent: 2px;
margin:0;
padding:22px;
text-decoration:none;
background: url(/fileadmin/images/nav_bg_no.gif);
background-repeat:no-repeat;
}
#navi_left li a:hover, #navi_left li a:active
{
background: url(/fileadmin/images/nav_bg_act.gif);
background-repeat:no-repeat;
color: Red;
}

#content {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 150px;
	left: 180px;
                width: 800px;
} 