@import url("general.css");
@import url("leftmenu.css");
@import url("mainmenu.css");
@import url("styled_content_replacements.css");

BODY {
	color: inherit;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

	#maincontainer {
		position: relative;
		background: url(../img/background.gif);
		background-repeat: repeat-y;
		background-position: left top;
		width: 950px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}


		DIV#header {
			width: 950px;
			height: 123px;
			background: url(../img/kopf.jpg);
			background-repeat: no-repeat;
			background-position: left top;
			}

		DIV#left {
			color: inherit;
			background-color: #FFFFFF;
			background: url(../img/bgmenu.gif);
			background-repeat: repeat-y;
			background-position: left top;
			width: 160px;
			clear: both;
			float: left;
			overflow: hidden;
		}

		DIV#right {
			padding-top: 20px;
			width: 190px;
			float: left;
			overflow: hidden;
		}

		DIV#middle {
			width: 576px;
			float: left;
			padding-top: 20px;
			padding-right: 12px;
			padding-bottom: 0px;
			padding-left: 12px;
		}
		DIV#middle H1 {
			margin-bottom: 14px;
  		}

		DIV#footer {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: FFFFFF;
			background: url(../img/footer.gif);
			background-color: #718A9C;
			background-repeat: no-repeat;
			background-position: left top;
			text-align: right;
			width: 940px;
			height: 21px;
			padding-top: 5px;
			padding-right: 10px;
			clear: both;
		}
		
			
			#footertext {
				color: #FFFFFF;
				background-color: transparent;
				font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: bold;
			}

		
			#footertext a:link, #footertext a:visited {
				color: #FFFFFF;
				background-color: transparent;
				text-decoration: none;
			}
		
			#footertext a:hover{
				color: #EEEEEE;
				background-color: transparent;
				text-decoration: underline;
			}