body,
html{
	margin:0;
	padding:0;
	}
body {
	min-width:900px;
	}
	
div#headercontainer {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:168px;
	z-index:10;
	}

body>div#headercontainer {
	position:fixed;
	}
	
div#header {
	height:168px;
	width:900px;
	margin:0px;
	z-index:10;
	}
	
div#contentcontainer {
	padding:168px 0 0 0;
	margin-left:0;
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:16px;
	padding-bottom:254px;
	}

body>div#contentcontainer {
	margin-left:0;
	}
	
div#middle {
	width:898px;
	margin:0;
	}
	
div#content-left {
	position:fixed;
	left:0px;
	top:160px;
	width:460px;
	padding-left:84px;
	padding-top:40px;
	float:left;
	}

div#content-right {
	padding-left:0px;
	padding-top:10px;
	margin-left:465px;
	}

div#footercontainer {
	width:100%;
	p\osition:absolute;
	bottom:0;
	left:0;
	height:254px;
	}
body>div#footercontainer {
	position:fixed;
	}
	
div#footer {
	height:254px;
	width:900px;
	margin:0;
	}

div#nav {
	padding-left: 84px;
	padding-top: 85px;
}

div#imprint {
	text-align: right;
	padding-right: 5px;
	padding-top: 150px;
}

/* styles */
body {	
	background-color:#ffffff;
	font-family:Verdana, Helvetica, sans-serif;
	line-height:1.5em;
	font-size:.75em;
	}
	
h1 {
	font-size: 120%;
	font-weight:bold;
	}
	
h2 {
	font-size: 110%;
	font-weight:bold;
	}
	
.external {
	text-decoration:none;
	color:#750b0d;
	background-image: url(/stuff/bg_external.png);
	background-repeat: no-repeat;
	padding-left: 14px;
	}
	
.external:hover {
	text-decoration:underline;
	}
	
.internal {
	text-decoration:none;
	color:#750b0d;
	background-image: url(/stuff/bg_internal.png);
	background-repeat: no-repeat;
	padding-left: 14px;
	}
	
.internal:hover {
	text-decoration:underline;
	}
	
button {
	border: 1px outset #750b0d;
	color: #ffffff;
	background-color: #750b0d;
	}
	
input {
	border: 1px solid #750b0d;
	background-color: #ffffff;
	}
	
textarea {
	border: 1px solid #750b0d;
	background-color: #ffffff;
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 100%;
	}
	
div#header
	{
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	}
	
div#footer
	{
	background-image:url(footer.jpg);
	background-repeat:no-repeat;
	}

div#nav {
	color: #750b0d;
	font-weight: bold;
	font-size: 12px;
	}
	
div#nav a {
	color: #750b0d;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	}
	
div#nav a:hover {
	text-decoration: underline;
	}
	
div#nav .menu_current {
	color: #707070;
	}

div#imprint a{
	color: #750b0d;
	font-size: 10px;
	text-decoration: none;
	}

div#imprint a:hover{
	text-decoration: underline;
	}
