@charset "UTF-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}



body {
	background-color:#FFFFFF;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100.01%;
	background-image: url(../images/htgr.jpg);
	background-repeat: repeat-x;
}

#alles {
	text-align:left;
	width:832px;
	height:594px;
	margin:30px auto 0px auto;
}

#header {
	background-color:#848382;
	width:832px;
	height:108px;
}

#header_l {
	float:left;
	width:118px;
	height:108px;
}

#header_m {
	float:left;
	width:595px;
	height:108px;
	background-image: url(../images/mitteHtgr.jpg);
	background-repeat: no-repeat;
}

/* Linkliste rechts oben*/
#header_m ul {
	padding-top:35px;
}

#header_m li {
	display:block;
	float:left;
	font-size:0.65em;
	height:28px;
	width:84px;
	padding-top: 25px;
	text-align:center;
	margin-left:1px;
}

* html body #header_m li {
	width:83px;
}

#header_m li.aktiv {
	background-image: url(../images/buttons/CasSpi.gif);
	background-repeat: no-repeat;	
}

#header_m a {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
}

#language a {
	display:inline;
}

#language {
	text-align:right;
	padding-right:10px;
}

#header_r {
	float:left;
	width:119px;
	height:108px;
}

#content {
	width:832px;
	height:486px;
	background-color:#FFFFFF;	
}

#content_l {
	width:118px;
	height:486px;
	float:left;
}
#content_m {
	width:595px;
	height:486px;
	float:left;
	text-align:left;
	background-color: #848382;
	background-image: url(../images/htgr/Htgr_graudkl_mitte.gif);
	background-repeat: no-repeat;
}

#content_r {
	width:119px;
	height:486px;
	float:left;
	text-align:right;
}

#footer {
	width:832px;
	height:30px;
	text-align:center;
	font-size:0.55em;
	padding-top:15px;
}

/* Linkliste rechts oben*/
#header_l ul {
	height:108px;
}

#header_l li {
	display:block;
	font-size:0.7em;
	height:15px;
	border-bottom:1px solid #FFFFFF;
	padding-left:5px;
	padding-top: 2px;
}

#header_l a {
	text-decoration:none;
	color:#FFFFFF;
}

#inhalt {
	width:516px;
	margin:30px 0px 20px 40px;
	text-align:left;
	height:440px;
	overflow:auto;
	font-size:0.8em;
	line-height:1.3em;
	padding-right:10px;
}


#inhalt h1 {
	font-size:1.5em;
	padding:5px 0px 25px 0px;
	font-weight:bold;
}

#inhalt p {
	padding-top:15px;
}

#inhalt a {
	color:#bb2a2e;
	text-decoration:none;
}

#inhalt a:hover {
	text-decoration:underline;
}

#inhalt_r {
	float:left;
	width:235px;
	padding:0px 0px 30px 10px;
}

#inhalt_l {
	float:left;
	width:245px;
	padding:0px 0px 30px 0px;
}

/* IE benötigen Korrektur, CSS-Weiche 

* html ul { float:left; }
* html ul li { clear:left; }

 IE Ende    */
