@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
}
/* ############# Seiten-Struktur ########################## */
.headContainer{
	background: url(../images/layout/head_bg.png);
	background-repeat: repeat-x;
	text-align:center;
	margin-bottom: 0.5em;
}
.headImage{
	width: 731px;
	height: 174px;
	background:url(../images/layout/head.png);
	margin-left:auto;
	margin-right:auto;
}
.centerContainer{
	margin-left:auto;
	margin-right:auto;
	width:900px;
}
.mainContainer{
	margin-top: 0px;
	text-align:center;
	
}
/* ########### Navi-Container ############################## */
.naviContainer{
	margin-top:20px;
	text-align:left;
	width:150px;
	float:left;
}

.navi_section{
	margin-bottom:20px;
}
.navi_section_a{
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	font-size:12px;
	text-decoration:none;
	padding-left:20px;
	margin-bottom:6px;
	background-image: url(../images/layout/navi_icon.gif);
	background-repeat: no-repeat;
}
.navi_section_a:hover{
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	font-size:12px;
	text-decoration:none;
	padding-left:20px;
	margin-bottom:6px;
	background-image: url(../images/layout/navi_icon.gif);
	background-repeat: no-repeat;
}
.navi_section_a_active{
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	font-size:12px;
	text-decoration:none;
	padding-left:20px;
	margin-bottom:6px;
	background-image: url(../images/layout/navi_icon.gif);
	background-repeat: no-repeat;
}


/* ########### Content-Container ########################### */
.contentContainer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#003366;
	float:right;
	width:730px;
}
.contentContainer p{
	padding: 0px;
	margin-bottom: 0.7em;
	margin-top: 0.7em;
	text-align:justify;
}
.contentContainer h1{
	margin-top:18px;
	color:#336699;
	text-decoration:underline;
	font-size:18px;
}
.contentContainer h2{
	margin-top:10px;
	color:#336699;
	text-decoration:none;
	font-size:16px;
}
.contentContainer h3{
	margin-top:0px;
	color:#336699;
	text-decoration:none;
	font-size:14px;
}
.contentContainer img{
	margin-left:10px; 
	margin-right:10px;
	margin-top:2px;
	margin-bottom:2px;
	border:#990000 1px solid;
	padding: 2px;
}
.contentContainer em{
	font-weight:bold;
	font-style:italic;
}
.contentContainer a{
	color:#990000;
	text-decoration:none;
}
.contentContainer a:hover{
	text-decoration:underline;
}
.contentContainer li{
	margin-bottom:5px;
	list-style-type:square;
}

/* ################ Tabelle: tabelle_voll ################ */
.tabelle_voll{
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  width: 100%;
}
.tabelle_voll td{
	padding-left:5px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
}
.tabelle_voll thead{
	background:url(../images/layout/tabelle_bg.png);
}
.tabelle_voll thead td{
	font-weight:bold;
	font-size:14px;
	padding:2px;
	padding-left:5px;
}

/* ################ Tabelle: tabelle ################ */
.tabelle{
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
}
.tabelle td{
	padding-left:5px;
	padding-right:5px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
}
.tabelle thead{
	background:url(../images/layout/tabelle_bg.png);
}
.tabelle thead td{
	font-weight:bold;
	font-size:14px;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
}


/* ################## Buttons #################### */
.button1{
	border:1px solid #CCCCCC;
	float:left;
	color:#999999;
	padding: 2px 10px 2px 10px;
	margin: 0px 5px 0px 0px;
	text-align:center;
	background:#CCCCCC;
	background:url(../images/layout/bg01.png);
	background-repeat:repeat-x;

}
.button1 a{
	color:#006699;
}
/* ################ TAB-Leiste ################## */
.tableiste{
	background-image:url(../images/layout/bg01.png);
	padding-bottom:2px;
	border-bottom:2px solid #006699;
}

.tableiste a{
	color:#999999;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:2px 5px 2px 5px;


}
.tableiste a:hover{
	color:#990000;
	text-decoration:none;

}
