@charset "utf-8";

/* Layout Template */

#header-wrap {
	margin: 0 auto;
	width:950px;
	height: 150px;	
	text-align:left;
	}
#logo {
	float: left;
	width: 235px;
	height: 66px;
	margin: 9px 0 0 0;
	}
#logo img {
    border: 0 !important;
}
#header-1 {
	float: right;
	font-size:90%;
	width: 400px;
	height: 16px;
	text-align:right;	
	padding: 2px 0;
	margin: 9px 0 0 0;	
}

#navi-rahmen {
	width: 950px;
	height: 58px;
	margin: 0;
	background-image:url(/fileadmin/grafiken/htgr_navigation.jpg);
	background-repeat: no-repeat;
}

#banner {
	margin: 10px 0 0 0;
	}

#content-rahmen {
	margin: 0 auto;	
	width:950px;	
	background: #fff;	
	text-align:left;	
}

#left-container {	
	width:220px;
	float:left;	
	margin-top: 10px;	
	background-image: url(../grafiken/htgr_content_links_oben.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#content-container {
	width: 490px;
	float:left;
	margin: 0 10px;		
}

div.top {
	margin: 15px 0;
	padding: 5px;
	text-align: center;
	border-top: 1px dotted #999;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;	
	}	

div.top a {
	font-size:85%;
	text-decoration: underline;	
	color: #FB7116;
	}	


#right-container {
	float: left;
	width: 220px;   
	}

#impressum-container {
	top:245px;
	width:749px;	
	float:left;	
	border-right: 1px solid #999;
	}

#footer {
	width: 100%;		
}


