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

	.ContPicLeft {Border: 1px solid #ca7200; float: left; margin: 5px 10px;}
	.ContPicRight {Border: 1px solid #ca7200; float: right; margin: 5px 10px;}

	.left { float:left;}
	.right { float:right;}
	
	.clearfix { clear:both;}
	
	a:Link { color: #ca7200; text-decoration: none; }
	a:visited { color: #ca7200; text-decoration: none; }
	a:hover { color: #ca7200; 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(../images/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(../images/back_nav.jpg);
		background-repeat:repeat-x;
	}
    #mainContent {    }
	.mainColSingle { Margin: 15px 20px;}
	
	#mainSubContent {
		Margin: 15px 20px;
		height: 180px;
		background-image:url(../images/back_subcontent.jpg);
		background-repeat:repeat-x;
	}
	
	.SubContentHeader { color: #ca7200; font-size: 1.1em; font-weight: bold; margin-bottom: 5px; padding-top: 5px; }
	
	.col01 { width: 250px; float: left; padding: 10px; margin: 5px; border-right: 1px #ca7200 solid;}
	.col02 { width: 250px; float: left; padding: 10px; margin: 5px; border-right: 1px #ca7200 solid;}
	.col03 { width: 250px; float: left; padding: 10px; margin: 5px;}
	
	#mainFooter {
		height: 28px;
		line-height: 28px;
		text-align: center;
		color: #FFFFFF;
		background-color: #062b76;
	}
	#TagMainNav {float: left; text-align: center;  color: #FFFFFF; font-size: 15px; font-weight: bold; line-height: 46px;}
	#TagMainNav a { color: #FFFFFF; background-image:url(../images/btn_blank_0.jpg); display: block; width:130px; height:46px; text-decoration: none;}
	#TagMainNav a:hover {  color: #FFFFFF; background-image: url(../images/btn_blank_1.jpg); display: block; width:130px; height:46px; text-decoration: none;}
	
	#TagMainNavAktiv {  color: #FFFFFF; background-image: url(../images/btn_blank_1.jpg); display: block; width:130px; height:46px; text-decoration: none;}
	.kontaktwrapper { margin: 0 auto; width: 670px;}
	.kontaktwrapper00 { 
		background-color:#FFFFFF; 
		background-image:url(../images/kontakt_form_up.png); 
		background-position:top; 
		background-repeat:no-repeat;  
		width: 424px; 
		margin-left: 200px;
		margin-bottom: 15px;
	}
	.kontakttxt{ padding: 5px;}
	.kontaktup{ height: 22px; background-image:url(../images/kontakt_up.png); background-repeat: no-repeat;}
	.kontaktmiddle{ padding: 0px 20px; background-image:url(../images/kontakt_middle.png); background-repeat: repeat-y ;}
	.kontaktdown{ height: 20px; background-image: url(../images/kontakt_down.png); background-repeat: no-repeat;}
	.kontaktbtn{ margin-left: 200px;}	

