@charset "UTF-8";


@media all
{

  select { padding: 1px; }

  * html body * { overflow:visible; }
  * html iframe, * html frame { overflow:auto; }
  * html frameset { overflow:hidden; }


  html { height: 100%; margin-bottom: 1px; }
  body {
    font-size: 12px;
    font-family: Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #000;
    background-color: #ffffff;
    text-align: left; 
  }

 
/* ----------wrapper-------------- */
#wrapper {
	width: 900px;
	margin-top: 0;
	min-height: 100%;
	position: relative;
	}

#header {
	width: 900px;
	height: 185px;
	background-image: url('Bilder/mainBanner.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: white;
	}

#mainContent {
	width: 630px;
	padding-left: 5px;
	float: left;
	min-height: 100%;
	/*border: 1px solid red;*/
	}

#mainContent h1{
	font-size: 13px;
	font-weight: bold; 
	}
	
#subNav {
	color: white;
	background-image: url('Bilder/subNavBack.gif');
	background-repeat: repeat-x;
	height: 23px;
	text-align: right;
	padding: 2px 5px 0px 5px;
	float: right;
	}

#subNav a {
	color: white;
	text-decoration: none;
	}
	
#subNav a:hover {
	text-decoration: underline;
	}

#mainNav {
	float: right;
	margin-top: 117px;
	font-size: 12px;
	max-width: 640px;
	text-align: right;
	height: 20px;
	padding-right: 5px;
	}

#mainNav a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	}	

#mainNav a:hover {
	text-decoration: underline;
	}
	
#centerWindow {
	width: 620px;
	background-color: #d2293b;
	border: 1px solid #666666;
	padding: 1px;
	margin: 5px;
	}

#centerWindowContentBorder {
	border: 1px solid #9e1c00;
	padding: 1px;
	float:left;
	margin: 5px;
	}

#centerWindowContent {
	background-color: #9e1c00;
	width: 180px;
	font-size: 9px;
	color: black;
	float: left;
	/*margin: 1px;*/
	height: 180px;
	padding: 5px;
	}
	
#centerWindowContent a {
	color: white;
	text-decoration: none;
	}

#centerWindowContent h1 {
	color: white;
	font-size: 10px;
	font-weight: bold;
	}

/* ------ rechte Spalte -------- */

#rightCol {
	float: right;
	width: 230px;
	/*border: 1px solid fuchsia;*/
	}


#rightWindow {
	width: 200px;
	background-color: #d2293b;
	border: 1px solid #666666;
	padding: 1px;
	margin: 5px 5px 0 5px;
	float:right;
	}

#rightWindowContentBorder {
	border: 1px solid #9e1c00;
	padding: 1px;
	float:left;
	margin: 5px;
	}

#rightWindowContent {
	background-color: #9e1c00;
	width: 176px;
	font-size: 11px;
	color: white;
	float: left;
	/*margin: 1px;*/
	min-height: 160px;
	padding: 5px;
	}
	
#rightWindowContent a {
	color: white;
	text-decoration: none;
	}

#rightWindowContent h1 {
	color: white;
	font-size: 10px;
	font-weight: bold;
	}

/* -------- rechte Spalte ENDE ------ */


#aktContent {
	float: left;
	border: 1px solid #666666;
	width: 280px;
	height: 165px;
	margin: 0px 5px;
	padding-left: 5px;
	}

#aktContent h1 {
	font-size: 12px;
	font-weight: bold;
	color: #b50534;
	}
	
#bottom {
	clear: both;
	font-size: 9px;
	width: 900px;
	text-align: center;
	border-top: 1px solid #ae210a;
	margin-top: 15px;
	padding: 2px 0 0 0;
	}
  	
p {
	font-size: 11px;
	}

a {
	color: #ae210a;
	text-decoration: none;
	}

a.hover {
	text-decoration: underline;
	}

 /*------------------------------------------------------------------------------------------------------*/


  /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
  .clearfix:after {
    content: ".";
    display: block;
    font-size:0;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /* f�r Safari */
  .clearfix { display: block; }

  /* Overflow-Methode zum Clearen der Float-Umgebungen */
  .floatbox { overflow:hidden; }

  /* IE-Clearing: Ben�tigt nur der Internet Explorer und �ber iehacks.css zugeschaltet */
  #ie_clearing { display: none; }

 /*------------------------------------------------------------------------------------------------------*/


  /* Alternative Klasse zur optionalen Unterst�tzung alter Mozilla/Netscape-Brower */
  .subcolumns_oldgecko { width: 100%; float:left; }
}


a, img {
border : none;
}











