@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;
    background-image: url('Bilder/hgMain.gif');
    margin: 0;
    padding: 0;
    height: 100%;
	 color: #707070;
    background-color: #ffffff;
    text-align: center; 
  	}

h1 {
	color: #e1001a;
	font-size: 13px;	
	}
 
/* ----------wrapper-------------- */
#wrapper {
	width: 985px;;
	margin-top: 0;
	min-height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	}

#header {
	width: 985px;
	height: 110px;
	background-image: url('Bilder/hgHeader.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: white;
	}

#headNav {
	width: 985px;
	margin: 0;
	background-color: #999999;
	background-image: url('Bilder/hgNav.gif');
	background-repeat: repeat-x;
	height: 30px;
	margin-bottom: 20px;
	}


#banner {
	clear: both;
	margin-top: 20px;
	width: 985px;
	height: 250px;
	}

#bannerPic {
	width: 819px;
	height: 250px;
	float: left;
	background-image: url('Bilder/banner_main.jpg')
	}

#bannerTermine{
	height: 250px;
	background-color: #e1001a;
	width: 165px;
	float: right;
	
	}

#bannerTermineCont {
	margin: 10px;
	color: white;
	font-size: 13px;
	}

#bannerTermineCont a {
	color: white;
	text-decoration: none;
	}

#main {
	}

#mainHome {
	float: left;
	width: 327px;
	min-height: 315px;
	margin-right: 1px;
	background-image: url('Bilder/hgHome.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	}

#mainHomeCont {
	margin: 25px;
	}

#mainHomeCont h1 {
	color: #e1001a;
	font-size: 13px;
	}
	
#mainHomeCont a {
	color: #707070;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}

#mainScontent {
	background-image: url('Bilder/hgScontent.gif');
	background-repeat: repeat-y;
	width: 985px;
	/*border: 1px solid black;*/
	}

#mainScontentNav {
	width: 164px;
	}

#mainScontentCont {
	min-height: 315px;
	width: 630px;
	margin-left: 175px;
	}

#subNav{
	float: left;
	list-style: none;
	}

#subNav li {
	font-weight: bold;
	font-size: 13px;
	line-height: 2;
	}

#subNav a {
	color: #e1001a;
	text-decoration: none;
	}

#footer {
	clear: both;
	background-image: url('Bilder/hgFooter.gif');
	background-repeat: repeat-x;
	height: 20px;
	width: 985px;
	text-align: right;
	font-size: 9px;
	color: white;
	padding-top: 2px;
	margin-top: 1px;
	}

#footer a {
	color: white;
	text-decoration: none;
	}

p, td {
	font-size: 11px;
	}

a {
	color: #e1001a;
	text-decoration: none;
	}

a.hover {
	text-decoration: underline;
	}
	
	



