/* CSS Document */
body{
	text-align:center;
 	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#030174;
	}
a{
	text-decoration: none;
	font-style:bold;
	color:#030174;
	}

#titel_left{
	width:800px;
	height: 25px;
	margin:0px;
	background-image: url(include/media/titel_top.jpg);
	font-weight:normal;
	font-style: normal;
	font-size: 11px;
	color:#FFFFFF;
	}
	
#titel_right{
	width:800px;
	height: 175px;
	margin:0px;
	background-image: url(include/media/titel_bottom.jpg);
	text-align:right;
	font-weight:normal;
	font-style: normal;
	font-size: 11px;
	color:#FFFFFF;
	}
	
#navigation{
	width:800px;
	height: 30;
	background-image: url(include/media/navigation_line.jpg);
	background-repeat: repeat;
	padding-top: 5px;
	text-align:center;
	font-weight:bold;
	color:#030174;
	font-size:12px;
	}

#content{
	width:800px;
	height: auto;
	margin-top:25px;
	text-align:justify;
	color:#030174;
	font-size:12px;
	font-weight:normal;
	}
	



.container_left{
	margin:padding-top:4px;
	text-align:right;
	font-weight:bold;
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #FEB913;
	}

.container_right{
	margin:padding-top:4px;
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #FEB913;
	}
	


a.navigation{
	text-decoration: none;
	color:#FEB913;
	padding-right: 10px;
	padding-left: 10px;
	font-weight:bold;
	font-style:normal;
	}
a.navigation:hover{
	text-decoration: none;
	color:#030174;
	padding-right: 10px;
	padding-left: 10px;
	font-weight:bold;
	font-style:normal;
	}

a.nav_top_link{
	text-decoration: none;
	color:#FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
	font-style:normal;
	}
a.nav_top_link:hover{
	text-decoration: none;
	color:#FEB913;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
	font-style:normal;
	}
	
.topic{
	font-weight:bold;
	font-size:14px;
	}

.textfett{
	font-weight:bold;
	}
	
.textgrossfett{
	font-weight:bold;
	font-size:14px;
	}
.textgrau {
	color:#CCCCCC;
	font-size: 12px;
        text-align:left;
	padding-left:33px;
	}

.textarchiv {
        font-size: 12px;
        text-align:left;
        padding-left:33px;
        }
.text{
	font-weight:normal;
	font-size: 12px;
	 text-align:justify;
	}


.textklein{
        font-weight:normal;
        font-size: 9.5px;
	font-style: normal;
	}

.textfettrot{
	color:#FF0000;
	font-weight:bold;
	}
	
.table_top{
	color:#FFFFFF;
	background-color:#030174;
	}
	
.table_row_1{
	background-color:#FFFFFF;
	}
	
.table_row_2{
	background-color:#CCCCCC;
	}
	
.cam_left{
	width:300px;
	height: auto;
	float:left;
	text-align:left;
	margin-bottom:25px;
	}
	
.cam_right{
	width:300px;
	height: auto;
	float:right;
	text-align:left;
	margin-bottom:25px;
	}

.tabhead {
	font-family: Arial, Helvetica, sans-serif;
	color:#030174;
	font-size: 12.5px;
	font-style: normal;
	text-align: justify;
	background-color: #F9CA00;
	font-weight: bolder;	
}


.tabrow2{
	font-family: Arial, Helvetica, sans-serif;
	color:#030174;
	font-size: 12.5px;
	font-style: normal;
	text-align: justify;
	background-color: #FFFFFF;
	padding-left: 5px;
}

.tabrow1{
	font-family: Arial, Helvetica, sans-serif;
	color:#030174;
	font-size: 12.5px;
	font-style: normal;
	text-align: justify;
	background-color: #E9E9E9;
	padding-left: 5px;
}	

.start_right{
	text-align:right;
	font-weight:bold;
	border-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-color: #FEB913;
	}	
