@charset "utf-8";

* { 
	margin: 0;
	padding: 0;
}
	
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A5159;
}
body {
	background-color: #D4D3D5;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #3D9193;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3D9193;
}
a:hover {
	text-decoration: underline;
	color: #67829B;
}
a:active {
	text-decoration: none;
	color: #3D9193;
}
a img {
	border: none;
}
h1 {
	font-size: 34px;
	font-weight: normal;
	color: #fff;
	
}
h2 {
	font-size: 12px;
	color: #67829B;
}
h3 {
	font-size: 11px;
	color: #67829B;
}

#container {
	margin: 0 auto;
	width: 960px;
	height: auto;
	position: relative;
	padding-bottom: 10px;
}

#header {
	background: #FFFFFF;
	margin-bottom: 10px;
	clear: both;
}


.logo {
	margin: 0 0 0 auto;
	display: block;
	width: 219px;
	height: 100px;
}
#content-container {
	height: auto;
	padding: 10px;
	border: 1px solid #F4F4F4;

}
#content {
	margin: 0px;
	padding: 10px;
	width: 520px;
	min-height: 500px;
	border: 1px solid #e4e4e4;
}
#content h1 {
	margin-top: 20px;
	margin-bottomp: 20px;
}
#content h2 {
	margin-top: 20px;
	margin-bottomp: 20px;
}
#content p {
	margin-top: 20px;
	margin-bottomp: 20px;
}

/* ########## */
/* Navigation */
/* ########## */

a#impressum {
	color: #C6C5C7;
	font-size: 12px;
	overflow: visible;
	position: absolute;
	z-index: auto;
	height: 29px;
	width: 165px;
	left: 20px;
	top: 10px;
}
#navigation ul
{
	padding-left: 0;
	overflow: visible;
	position: absolute;
	left: 20px;
	top: 73px;
	z-index: auto;
	height: 28px;
	width: 539px;
}
#navigation li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 0;
	color: #C6C5C7;
	font-size: 12px;

}
#navigation li a
{
	color: #343164;
	font-size: 12px;
}
