#goto, #col2 {
	display: none;
}

* {	
	font-family:  Tahoma, Verdana, Arial, sans-serif; 
	font-size: 11px;
	color: #333333;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	/*background: #333333 url("../img/body.jpg") no-repeat center top;*/
	background: #111111;
	background: #FFFFFF;
}

#container {
	position: relative;
	width: 950px;
	height: 100%;
	margin: 0 auto;
	/*
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	*/
	background: #FFFFFF url("../img/map.png") no-repeat right 300px;
}

#logo {
	height: 80px;
	background: #FFFFFF;
	width: 950px;
	margin-bottom: 250px;
}

#logo h1 {
	padding-top: 5px;
	
}

#logo h1 a{
	display: block;
	margin-left: 20px;
	width: 140px;
	height: 75px;
	background: url("../img/h1.jpg") no-repeat center;
	overflow: hidden;
	text-indent: -99999em;
}

#lang {
	position: absolute;
	display: block;
	top: 0;
	right: 10px;
}

#lang span {
	display: none;
}

#lang li,
#lang ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#lang ul li ul li {
	float: left;
	margin-left: 10px;
	width: 16px;
	height: 11px;
}

#lang a {
	width: 16px;
	height: 11px;
	display: block;
	overflow: hidden;
	text-indent: -9999999em;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

#lang a.de {
	background: url("../img/at.gif") no-repeat center;
}

#lang a.en {
	background: url("../img/gb.gif") no-repeat center;
}

#lang a.sa {
	background: url("../img/sa.gif") no-repeat center;
}

#lang li.active a {
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
}

#navigation_main {
	position: absolute;
	top: 60px;
	left: 10px;
	width: 930px;
	z-index: 20;
/*	background: url("../img/navigation_main_li.png");*/
	padding:0;
}

#navigation_main span {
	display: none;
}

#navigation_main ul,
#navigation_main li {
	list-style: none;
	float: left;
	margin: 0;
}

#navigation_main ul {
	float: right;
	margin: 0;
	padding:0;
	border-left: 1px solid #FFFFFF;
}

#navigation_main ul li ul li {
	margin-right: 40px;
	position: relative;
}

#navigation_main ul li ul li a {
	display: block;
	height: 20px;
	text-indent: -99999em;
	overflow: hidden;
}

#navigation_main ul li ul li a:hover {
	background-position: 0 -100%;	
}

#navigation_main ul li ul li ul {
	position: absolute;
	left:0;
	background: url("../img/navigation_main_li.png");
	padding: 5px 5px 5px 5px;
	margin: 0;
	display: none;
	border: none;
}

#navigation_main ul li ul li ul li {
	clear: both;
	margin: 0;
	width: 150px;
}

#navigation_main ul li ul li ul li a {
	text-indent: 0;
	text-decoration: none;
	padding: 3px 5px 5px 5px;
	height: 15px;
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}

#navigation_main ul li ul li ul li a:hover {
	background: #F1F1F1;
}

#navigation_sub {
	display: block;	
	float: left;
	margin: 10px 0 0 10px;
	top: 0px;
	width: 200px;
}

#navigation_sub ul li span {
	display: none;
}

#navigation_sub ul,
#navigation_sub li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation_sub ul li {
	font-size: 14px;
}

#navigation_sub ul li ul li img {
	display: none;
}

#navigation_sub ul li ul li span {
	display: none;
	position: relative;
	margin-top: -30px;
	width: 190px;
	height: 20px;
	padding: 2px 0 0 10px;
	margin-bottom: 10px;
	font-size: 12px;
	background: url("../img/navigation_main_li.png");
	color: #FFFFFF;
}

#navigation_sub ul li ul li ul li {
	width: 200px;
	height: 30px;
	margin-bottom: 5px;
/*	background: url("../img/navigation_sub_li.jpg") no-repeat left center;*/
}

#navigation_sub ul li ul li ul li a {
	font-size: 11px;
	padding: 8px 15px 0px 50px;
	border-bottom: 1px solid #CCCCCC;
	width: 135px;
	height: 23px;
	display: block;
	text-decoration: none;
}

#navigation_sub ul li ul li ul li a:hover {
	color: #e23037;
	background: url("../img/navigation_sub_li.jpg") no-repeat left center;
}

#navigation_sub ul li ul li ul li.active {
	background: url("../img/navigation_sub_li_active.jpg") no-repeat left center;
}

#media {
	position: absolute;
	top: 80px;
	left: 10px;
	width: 930px;
	height: 250px;
	overflow: hidden;
	z-index: 1;
}

#path {
	margin-left: 10px;
	margin-top: -20px;
	padding: 2px 0 0 5px;
	width: 930px;
	height: 20px;
	border-bottom: 1px solid #f1f1f1;
	background: url("../img/navigation_main_li.png");
	position: relative;
	z-index: 10;
}

#path span,
#path a {
	text-decoration: none;
	color: #333333;
}

#path a:hover {
	color: #11111;
}

#path em {
	display: none;
}

#content {
	float: right;
	margin: 10px 10px 20px 0px;
	padding: 10px 10px 10px 20px;
	z-index: 1;
	width: 680px;
}

#col1 {
	line-height: 1.5;
}

h2 {
	font-size: 16px;
}

fieldset {
	border: none;
}

label {
	display: block;
	float: left;
}

label.max {
	width: 100px;
}

label.min {
	width: 30px;
}

textarea,
input {
	width: 200px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

input.radio {
	float: left;
	margin-left: 5px;
	width: 20px;
	margin-right: 5px;
	border: none;
}

input.submit {
	margin-left: 100px;
	width: 100px;
}

.mf_salutation {
	margin-left: 100px;
}

.mf_salutation .mf_error {
	margin-left: 100px;
}


.news-latest-item {
	float: left;
	width: 160px;
	height: 175px;
	overflow: hidden;
	background: #FFFFFF;
	padding: 5px 0 5px 0;
	margin: 0 2px 0 2px;
}

.news-latest-item img {
	border: none;
}

.news-latest-image {
	width: 160px;
	height: 80px;
	background: url("../img/news_image.png") no-repeat center;
	overflow: hidden;
}


.news-latest-date,
.news-latest-text h3, 
.news-latest-text p {
	margin: 0;
}

.news-latest-text {
	padding: 0 5px 0 5px;
}

.news-latest-image {
	margin: 2px 0 10px 0;
}

.news-latest-date {
	border-bottom: 1px solid #e23037;
}

.news-list-item {
	width: 500px;
	clear: both;
	
}

.news-list-item img {
	border: none;
}

.news-list-item h3 {
	clear: both;
}

.news-list-text,
.news-list-image {
	float: left;
}

.news-list-image {
	margin-right: 20px;
}

span.clear {
	display: block;
	width: 500px;
	height: 10px;
	border-bottom: 1px solid #CCCCCC;
	clear: both;
}

.news-single-item h3 {
	clear: both;
	display: inline;
	margin-bottom: 20px;
}

.news-single-timedata {
	display: inline;
}

.news-single-image,
.news-single-text {
	float: left;
}

.news-single-image {
	margin-right: 20px;
}

.news-single-additional {
	clear: both;
}

#footer {
	clear: both;
	width: 780px;
	padding-left: 150px;
	padding-top: 20px;
	margin-left: 10px;
	margin-top: 60px;
	height: 80px;
	background: #FFFFFF url("../img/footer.jpg") no-repeat 50px center;
	border-top: 1px solid #CCCCCC;
}

address {
	color: #999999;
	font-size: 10px;
	font-style: normal;
	float: left;
	padding-right: 50px;
	padding-left: 50px;
	border-right: 1px solid #CCCCCC;
}

img {
	border: none;
}

table {
	border-collapse:collapse;
	table-layout: fixed!important;
}

table td {
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	width: 300px;
}

table th {
	text-align: left;
	padding: 0;
}

