body{
   
	margin:0;
	padding:0;
	font-size:12px;
	line-height:15px;
	border: 0px solid;


}
a{
	color:black;
	text-decoration:none;
}
ul, li{
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:12px;
	line-height:15px;
}

/* subpage navi */
#subPageButtons{
	float:left;
	width:100%;
}
.subPageButtonRow{
	float:left;
	width:100%;
	border-top:1px solid #829DBA;
	border-bottom:1px solid #829DBA;
	background-color:#153A64;
}
.subPageButton{
	float:left;
	height:20px;
	border-right:1px solid #829DBA;
	background-color:#808080;

}
.subPageButton2{
	float:left;
	height:35px;
	width:650px;
	border-right:1px solid #829DBA;
	background-color:#444444;

}


.subPageButtonaktive{
	float:left;
	height:20px;
	border-right:1px solid #829DBA;
	background-color:#444444;

}

a.menu { display:block; margin-bottom:5px; text-align:center; width:16ex;
         border-style:ridge; border-width:3px; padding:2px; text-decoration:none; }

a.subPageButton:link    { color:#00f; background-color:transparent; }
a.subPageButton:visited { color:#00f; background-color:transparent; }
a.subPageButton:hover   { color:#ff0; background-color:#829DBA; }
a.subPageButton:active  { color:#ff0; background-color:#8b0000; }



.subPageInnerButton{
	padding:1px 9px 0 10px;
}
.subPageInnerButton a{
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	color:#ffffff;
}

/* ankerBox */
.ankerBox{
	float:left;
	width:100%;
	margin-bottom:8px;
	background-color:#829DBA;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	color:#ffffff;
}
.ankerBox .headline{
	padding:23px 10px 10px 10px;
}
.ankerBox .headline h2{
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	color:#ffffff;
}
.ankerBox .links{
	padding:0px 10px 10px 10px;
}
.ankerBox .links ul{
	list-style-type:none;
}
.ankerBox .links .link{
	padding:3px 0px 2px 13px;
	text-indent:-13px;
	border-bottom:1px solid #ffffff;
}
.ankerBox .links .link a{
	padding:0 0 0 13px;
	color:#ffffff;
	background-image:url(arrow_down_white_7x8.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
}

/* sectionBox */
.sectionBox{
	float:left;
	width:100%;
	padding:0 0 0 0;
}
.sectionBox .headline h3{
	font-weight:bold;
	padding:0 10px 6px 10px;
}
.sectionBox .textBox{
	margin:2px 10px 8px 10px;
	padding:9px 6px 9px 6px;
	background-color:#ffffff;
	font-size:12px;
	line-height:15px;
}
