@charset "utf-8";
body {
    	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
		color: #272727;
    	background: #7d93b5;
		background-image:url(../img/back_main.jpg);
		background-repeat:repeat-x;
    	margin: 0; 
    	padding: 0;
    	text-align: center; 
    	color: #000000;
    }
	
	h1, h2, h3, h4, h5, h6 { color: #b60900; margin:0px;}
	h3 { margin-bottom: 10px; }
	img { Border: 0;}

	.ContPicLeft {float: left; margin: 5px 10px;}
	.ContPicRight {float: right; margin-right: 5px 10px;}

	.left { float:left;}
	.right { float:right;}
	
	.clearfix:after {
	  content: ".";
	  display: block;
	  clear: both;
	  height: 0;
	  visibility: hidden;
	}
	
	a:Link { color: #b60900; text-decoration: none; }
	a:visited { color: #b60900; text-decoration: none; }
	a:hover { color: #b60900; text-decoration: underline; }
	
	.rightlink { margin-top: 10px; text-align: right; }
	
    #container {
    	width: 900px;
    	background: #FFFFFF;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border: 1px solid #949494;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }
	#mainHeader {
		height: 90px;
		background-image:url(../img/main_header.jpg);
		background-repeat:no-repeat;
	}
	
	#mainHeader a {color:	#FFFFFF; font-size: 1.4em; text-decoration: none; }
	#mainHeader a:hover {color: #FFFFFF; font-size: 1.4em; font-weight: bold; text-decoration: underline; }
	#mainHeader a:visited {color: #FFFFFF; font-size: 1.4em; font-weight: bold; text-decoration: none; }	
	
	#mainNav {
		height: 46px;
		background-image:url(../img/back_nav.jpg);
		background-repeat:repeat-x;
	}
    #mainContent {    }
	.mainColSingle { display: block; Margin: 15px 20px;}
	
	#mainSubContent {
		display: block;
		Margin: 15px 20px;
		height: 180px;
		background-image:url(../img/back_subcontent.jpg);
		background-repeat:repeat-x;
	}
	
	.SubContentHeader { color: #b60900; font-size: 1.1em; font-weight: bold; margin-bottom: 5px;}
	
	.col01 { width: 250px; float: left; padding: 10px; margin: 5px; border-right: 1px #b60900 solid;}
	.col02 { width: 250px; float: left; padding: 10px; margin: 5px; border-right: 1px #b60900 solid;}
	.col03 { width: 250px; float: left; padding: 10px; margin: 5px;}
	
	#mainFooter {
		height: 28px;
		line-height: 28px;
		text-align: center;
		color: #FFFFFF;
		background-color: #000000;
	}
	#TagMainNav {float: left; text-align: center;  color: #FFFFFF; font-size: 15px; font-weight: bold; line-height: 46px;}
	#TagMainNav a { color: #FFFFFF; background-image:url(../img/btn_blank_0.jpg); display: block; width:130px; height:46px; text-decoration: none;}
	#TagMainNav a:hover {  color: #FFFFFF; background-image: url(../img/btn_blank_1.jpg); display: block; width:130px; height:46px; text-decoration: none;}
	
	#TagMainNavAktiv {  color: #FFFFFF; background-image: url(../img/btn_blank_1.jpg); display: block; width:130px; height:46px; text-decoration: none;}