htlm, body {
	height:100%;
}

body {
	color: #333;
	font-family: "Trebuchet MS",Arial,"Lucida Grande",Sans-Serif;
	font-size: 11pt;
	margin: 0;
	background-image: url('images/verlauf.png');
	background-repeat: repeat-x;
	background-color: white;
}

h1, h2, h3, p {
	margin-top: 0;
}

input {
	color: #444;
}


img {
	border-style: none;
}

#logo {
	position: relative;
	z-index: 100;
}

#main {
	width: 840px;
	background-color: white;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	margin: 0 auto 100px;
	height:100%;
}

#top {
	height: 300px;	
}

#top_left {
	position: absolute;
}

#top_right {
	position: absolute;
	margin-left: 240px;
}

#footer {
	border-top: 2px solid #ddd;
	padding: 10px;
	text-align: center;
	font-size: 8pt;
	margin-top: 10px;
	clear: both;
}

#content {
	padding: 12px;	
}

#menu {
	font-size: 12pt;
	padding-bottom: 100px;
}

#menu a {
	text-decoration: none;
	color: #333;
}

#menu a:hover {
	color: #081d84;
}

.item {
	padding: 5px 0;
}

.active {
	padding: 4px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	color: #021672;
}

#page {
	padding-left: 24px;
	/*margin-top: -16px;*/
}

#contact {
	padding: 10px 0;
	font-size: 10pt;
	border-top: 1px dotted #ccc;	    
	border-bottom: 1px dotted #ccc;	
	margin-bottom: 20px;
}

#contact div {
	padding-top: 3px;
}

.headline {
	font-weight: bold;
	font-size: 18pt;
	margin-bottom: 12px;
}

.text {
	font-family: Georgia,Times New Roman,Arial,Verdana,Helvetica,sans-serif;
}