﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #C8D5F4;
}
#koerper {
	position: absolute;
	width: 1200px;
	background-color: #C8D5F4;
	height: 1000px;
}
#masthead {
	min-width: 600px;
	height: 150px;
}
#masthead h1 {
	font-family: "Bodoni MT Black";
	font-size: 50px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	right: 220px;
	left: 220px;
	position: absolute;
}
#logo {
	float: left;
	width: 200px;
	height: 150px;
	position: absolute;
	top: 0px;
}
#logo img {
	top: 10px;
	left: 40px;
	position: absolute;
}
#header {
	margin-left: 200px;
}
#logoII {
	height: 150px;
	width: 200px;
	float: right;
	top: 0px;
	position: absolute;
	right: 0px;
}
#logoII img {
	top: 10px;
	right: 30px;
	left: 30px;
	position: absolute;
}

#container {
	clear: both;
	min-width: 600px;
}

#top_nav {
	clear: both;
	left: 200px;
	position: relative;
	height: 50px;
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	margin: 0px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#top_nav a {
	text-decoration: none;
	display: block;
	color: #800000;
}

#page_content {
	left: 150px;
	position: relative;
	width: 70%;
	float: none;
}

#footer {
	clear: both;
}
#bild {
	text-align: center;
}
#left_col {
	position: absolute;
	width: 150px;
	float: left;
}
#right_col {
	float: right;
	position: relative;
	right: 0px;
}
#php {
	position: relative;
	left: 50px;
	width: 700px;
}
#page_content p {
	position: relative;
	left: 20px;
}
#page_content table {
	background-color: #C8D5F4;
}
