@charset "utf-8";
/*------------------------------------------------------------

Layout-CSS  

Version: 1.0
Autor: Alexander Schlegel (Nezzgo)

-------------------------------------------------------------*/
/* Allgemein */
.clearer {
	clear: both;
	}

/* Header */
#headerWrap {
	width: 100%;
	height: 145px;
	background-image: url(../grafiken/htgr_header_verweyen.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	}
#header {
	width: 930px;
	height: 145px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background-image: url(../grafiken/header_verweyen.jpg);
	}

/* Contentbereich */

#contentLeiste {
	width: 100%;
	height: 38px;
	background-image: url(../grafiken/htgr_contentleiste.jpg);
	background-position: center top;
	}
	
#contentRahmen {
	width: 100%;	
	background-image: url(../grafiken/htgr_content1.jpg);
	background-position: center top;
	}
	
#contentWrap {
	width: 930px;	
	text-align: center;
	margin: 0 auto;	
	}
	
#contentLeft {
	text-align: left;
	margin: 0 0 0 50px;
	float: left;
	width: 210px;
	border-right: 2px solid #506270;	
	}

#contentMain {
	text-align: left;
	margin: 0 145px 0 0;
	float: right;
	width: 480px;	
	}

#footerWrap {
	width: 100%;
	height:115px;
	background-image: url(../grafiken/htgr_footer.jpg);
	background-position: center top;	
	}

