body {
	background-image:  url(media/update/bg.jpg);
	background-color: #93c0e7;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: black;
}

html, body  {
     height:auto;
}


.logo{
	position:absolute; 
	width:186px; 
	height:83px; 
	z-index:1; 
	left: 10px; 
	top: 0px;
}

.navigation{
	position:absolute; 
	width: 245px; 
	height: 495px; 
	z-index: 2; 
	left: 10px; 
	top: 80px; 
	padding-left: 1px;
	padding-top: 20px;
	background-image: url(media/update/wolken.jpg); 
	background-repeat: no-repeat;
}

.contentwrapper{
	margin: auto;
	padding: 0;
	position: absolute; 
	width: 783px; 
	z-index: 3; 
	left: 199px; 
	top: 10px; 
	background-image: url(media/update/bg_content.gif); 
	background-repeat: repeat-y;

}

.contentheader{
	position:relative; 
	height: 117px; 
	z-index: 9; 
	margin:  0;
	padding: 0;
	background-image: url(media/update/top/top.jpg); 
	background-repeat: no-repeat;
}

.subnavigation{
	position:relative; 
	float: left;
	height: 440px;
    padding: 0px;
	z-index: 99;
	width: 150px;
	background-repeat: repeat-y;
}

.content{
	float: left;
	position:relative; 
	/* height: 440px; */
	padding-left: 25px;
	z-index: 99;
	width: 600px;
	background-repeat: repeat-y;
	display:block;
	overflow: auto;

}

.contentfooter{
	clear: left;
	height: 30px;
	background-color: #93c0e7;
	background-image: url( media/update/bg_bottom.gif ); 
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 12px;
	z-index:4; 
	color: #FFEBD6;
	font-family: arial;
	font-size: 11px;
	display:block;

}

h1{
	color: #565648;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

h2{
	color: #0000FF;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}

h3{
	color: #ED1C25;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.underline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a.darkLink:link {
	color: #333333;
	text-decoration: none;
}
a.darkLink:visited {
color: #333333;
	text-decoration: none;
}
a.darkLink:active {
	color: #333333;
}
a.darkLink:hover {
	text-decoration: underline;
	color: #B71D26;
}

a.redLink:link, a.redLink:visited, a.redLink:active {
	display:block;
	color:#DF3814;
	width:210px;
	padding-left:20px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	margin:0px;
	background-image:url(media/update/redLinkButtonOut.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	text-decoration: none;
}
a.redLink:hover {
	color:#DF3814;
	background-image:url(media/update/redLinkButton.gif);
	text-decoration: underline;
}



a.footer:link {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
a.footer:visited {
			font-size: 10px;
	color: #999999;
	text-decoration: none;
}
a.footer:active {
	font-size: 10px;
	color: #999999;
}
a.footer:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #FFEBD6;
}
input.text{
	width: 120px;
	height: 18px;
}
span.footertext{
	color: #999999;
	font-size: 10px;
}

a.mainmenu:link, a.mainmenu:visited, a.mainmenu:active {
	font-family: "Arial";     
	font-size: 12px;  	
	text-decoration: none;
	font-weight: bold;
	font-style: normal; 	
	color: #ffffff;
}

a.mainmenu:hover {
	font-family: "Arial";     
	font-size: 12px;  	
	text-decoration: none;
	font-weight:  bold;
	font-style: normal; 	
	color: #ffffff;
}

a.submenu:link, a.submenu:visited, a.submenu:active {
	font-family: "Arial";     
	font-size: 11px;  	
	text-decoration: none;
	font-weight: normal;
	font-style: normal; 	
	color: #333333;
}

a.submenu:hover {
	font-family: "Arial";     
	font-size: 11px;  	
	text-decoration: none;
	font-weight:  normal;
	font-style: normal; 	
	color: white;
}


#navcontainer ul
{
	margin:0;
	padding: 0;
	list-style-type: none;
}

#navcontainer a
{
	display: block;
	color: #e2001a;
	background-color: transparent;
	width: 180px;
	padding: 3px 12px 3px 8px;
	text-decoration: none;
	margin-top:5px;
}

#navcontainer a:hover
{
	background-color: #96bfe2;
	color: #FFF;
}