@import url("leftmenu.css");
@import url("general.css");
@import url("styled_content.css");
@import url("styled_imgtxt.css");
@import url("tables.css");



BODY {
	color: inherit;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
}



	#maincontainer {
		background: url(../img/background.gif);
		background-repeat: repeat-y;
		background-position: left top;
		/* border: 1px solid black; */
		width: 760px;
		margin-right: auto;
		margin-left: auto;
	}


	
		DIV#header {
			background: url(../img/kopf.jpg);
			background-repeat: no-repeat;
			background-position: left top;
			/* border: 1px solid silver; */
			width: 760px;
			height: 164px;
		}
		
		DIV#left {
			color: inherit;
			background-color: #DDDDDD;
			width: 150px;
			float: left;
			overflow: hidden;
		}
		
		DIV#right {
			color: inherit;
			background-color: #DDDDDD;
			width: 150px;
			float: left;
			overflow: hidden;
		}
		
		DIV#middle {
			width: 444px;
			float: left;
			padding-right: 8px;
			padding-left: 8px;
			overflow: hidden;
		}
		
		DIV#footer {
			color: inherit;
			background: url(../img/footer.gif);
			background-color: #FFFFFF;	
			background-repeat: no-repeat;
			background-position: left top;
			width: 760px;
			height: 65px;
			clear: both;
		}
		
