@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: 710px;
	height: 175px;
	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:1em;
	color:#336699;
	text-decoration:none;
	font-size:18px;
}
.contentContainer h2{
	margin-top:1em;
	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;
}

/* ################ 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;
}
/* ################ Button ################ */
.contentContainer a.button{
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    background-color: #c21515;
    color: white;
    font-family: arial;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 5px; 
}
.contentContainer a.button:hover{
    background-color: #336699;
}