@CHARSET "UTF-8";

body {
	background-image: url(/img/background.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #3A6074;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Century Gothic', verdana, arial, helvetica, sans-serif;
}
b {
	font-weight: bold !important;
}
ul {
	padding: 0 0 0 15px;
}
input.button {
	background-color: #C5C5C4;
}
input.button:hover {
	background-color: #B6B6B5;
}
input, textarea {
	border: 1px solid #C5B9C4;
	border-radius: 2px;
	padding: 3px;
}
div.main {
	width: 1100px;
	margin: auto;
}
div.top-menu a, div.left-menu a {
	text-decoration: none;
	color: inherit;
}
div.top-menu a:hover {
	color: #ffffff;
}
div.left-menu a:hover {
	color: #727271;
}
div.content {
	width: 800px;
	background-color: #EBEEF0;/*#E7EAEC*/
	float: right;
}

div.left-menu {
	width: 150px;
	height: 200px;
	font-size: 16px;
	color: #ffffff;
	height: 213px;
	position:relative;
	height: 580px;
}

div.left-menu ul {
	padding: 237px 0 ;
	margin:0;
	list-style:none;
}
div.left-menu ul li{
	padding-top:7px;
	padding-bottom:7px;
	text-align: center;
	border-top: 1px solid white;
}
div.left-menu ul li.last {
	border-bottom: 1px solid white;
}
div.left-menu-background {
	position: absolute; 
	width: 150px; 
	height: 100%; 
	background: white; 
	opacity: .5; 
	filter: Alpha(Opacity = 50);
}
div.left-menu-container {
	position: absolute; 
	width: 150px;
}
div.right-menu {
	width: 150px;
	height: 200px;
	float:right;
}

div.header {
	padding: 20px 0;
}

div.top-menu {
	vertical-align: middle;
	color: #727271;
	height: 50px;
	font-size: 16px;
	background-color: #D6D7D7;
	text-align: center;
}
div.top-menu h1{
	margin:0;
	padding:0;
	font-size:20px;
	line-height:50px;
}
div.top-menu ul {
	padding: 0;
	list-style: none;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin:0;
	list-style:none;
}

div.top-menu li {
	float: left;
	height: 50px;
	width: 24.9%;
	border-right: 1px solid #FFFFFF;
}

div.top-menu li.multi {
	height: 50px;
	line-height: 19px;
	padding-top: 6px;
}
div.top-menu li.multi br.spacer {
	margin-top: 6px;
	display: block;
}
div.top-menu li.last {
	border: none;
}

div.container {
	margin: 30px;
	color: #727271;
	font-weight: lighter;
	clear: both;
}

div.container h1 {
	color: #409BB9;
	font-weight: normal;
}

div.container h2 {
	font-weight: normal;
}
div.footer {
	width: 800px;
	background-color: #D6D7D7;
	text-align: center;
	padding: 5px 0;
	font-size: 12px;
	color: #727271;
	margin-bottom: 5px;
	clear: both;
}
div.home_left {
	float:left;
	width:190px;
	padding-bottom: 30px;
	padding-right: 50px;
}
div.home_left img {
	width: 100%;
}
div.home_right {
}
div.contact_right {
	float: right;
}
table {
	font-size: 16px;
	font-family: 'Century Gothic', verdana, arial, helvetica, sans-serif;
	border-collapse: collapse;
	color: #727271;
}
div.contact_right table {
}
div.contact_right table tr td {
	vertical-align: top;
	padding: 0;
}
div.contact_left {
}
div.contact_left img {
	width: 170px;
}

div.contact_form {
	font-size: 12px;
}

div.contact_form input {
	width: 290px;
	margin-bottom: 10px;
}
div.contact_form textarea {
	width: 100%;
	height: 200px;
	resize: vertical;
	margin-bottom: 10px;
}
div.photo_slider {
	padding-top: 20px;
}
a.grouped_elements img {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
    margin: 7px 10px 7px 0;
    padding: 5px;
    max-width: 164px;
    height: 123px;
}
div.impressum {
    font-size: 12px;
}
