
html {
	min-height: 100%;
	height:100%;
	margin:0;
	padding:0;
}
	
body{
		width:100%;
		font-size:11px;
		font-family:Helvetica,Verdana,Arial;
		color: #4f4f4f;
		margin:0px;
		background-color:#ffffff;
		overflow-y:scroll;
}

#logo {
	background-image: url(../images/header_bg.png);
	width:775px;
	height:201px;
}
#contentcomplete {
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-y;
	width:775px;
	min-height:450px;
}
#footerrow {
	background-image:url(../images/footer_bg.png);
	background-repeat:no-repeat;
	height:77px;
	width:785px;
}

#menu {
	padding-top:10px;
	margin-left:10px;
}

.download_container {
	margin-left:20px; 
	margin-right:20px;
}
.download_item {
	margin-top:5px;
	margin-left:10px;
	float:left;
	text-align:center;
	width:90px;
	color:#2a567d;
}
.download_item a {
	color:#2a567d;
	text-decoration:none;
}


.menuitem {
	float:left;
	text-align:left;
	padding-left:25px;
	cursor:pointer;
	font-size:16px;
}

.menuitem_active {
	float:left;
	text-align:left;
	font-weight:bold;
	padding-left:25px;
	cursor:pointer;
	font-size:16px;
}

.menuitem_active a{
	color:#000066;
	font-weight:bold;
	text-decoration:none;
}

.menuitem a{
	color:#000066;
	font-weight:normal;
	text-decoration:none;
}

.ueberschrift{
	color:#304569;
	padding-bottom:15px;
	font-size:13px;
	font-weight:bold;
}
.ueberschrift a{
	color:#4f4f4f;
	padding-bottom:15px;
	font-size:13px;
	font-weight:normal;
}
.ueberschrift a:hover{
	text-decoration:underline;
}


.content_text{
	font-size:11px;
	text-align:left;
	line-height:19px;
}

#contentinhalt {
	margin-left:35px;
	margin-top:30px;
	width:400px;
}
#content_top{
	width:459px;
	height:9px;
	background-image:url(../images/content_header.jpg);
	background-repeat:no-repeat;
}
#content{
	float:left;
	width:459px;
}

#right {
	float:left;
	margin-left:0px;
	width:316px;
}

.pic_top {
	width:316px;
	height:11px;
	background-image:url(../images/pic_top.jpg);
	background-repeat:no-repeat;
}
.pic_bottom {
	width:316px;
	height:10px;
	background-image:url(../images/pic_bottom.jpg);
	background-repeat:no-repeat;
}
.pic_middle {
	width:316px;
	background-image:url(../images/pic_middle.jpg);
	background-repeat:repeat-y;
}
.pic_middle img{
	width:296px;
	margin-left:10px;
}
.download_top {
	width:316px;
	height:34px;
	background-image:url(../images/download_header.jpg);
	background-repeat:no-repeat;
}




a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}





#footer a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}



#sitecomplete {
	margin-top:25px;
	min-height:450px;
	width:840px;
}






.content_text a{
	color:#304569;
	text-decoration:underline;
}

.content_text a:hover{
	text-decoration:underline;
}


#webmail {
	float:left;
	margin-left:25px;
	margin-top:43px;
	width:10px;
	height:25px;
	cursor:pointer;
}
#terms {
	float:left;
	margin-left:583px;
	margin-top:43px;
	width:45px;
	height:25px;
	cursor:pointer;
}
#disclaimer {
	float:left;
	margin-top:43px;
	width:70px;
	height:25px;
	cursor:pointer;
}












