body {
	background-color: 				white; 
	margin:							0 auto;
	text-align:						center;
}
/* DIV Layout */

#main {
	border: 						1px solid black;
	width: 							760px;
	margin: 						0 auto;
	text-align:						center;
}

#top {
	color: 							black;
	width: 							760px;
	text-align:						left;
}

#header {

	background-position:			top left;
	width:							760px;
	height:							49px;
}

#menutop {
	background-image:				url(../img/menubg.jpg);
	background-position:			top left;
	width:							760px;
	height:							36px;
}

#nest {
	background-color:				white; 
	text-align: 					left;
}

#leftBox {
	background-color: 				white;
	background-image:				url(../img/greybg.jpg);
	background-repeat:				repeat-y;
	color: 							black;
	width: 							160px;
	float: 							left;
	margin:							0;
	padding:						59px 0 8px 40px; /*67px 0 0 40px;*/
}

#lineal {
	width:							10px;
	height:							600px;
	margin:							0 0 0 40px;
	background-image:				url(../img/lineal.gif);
	background-repeat:				repeat-y;
	position:						absolute;
	z-index:						3;
}

#content {
	background-color:				white;
	margin:							0 0 0 220px;
	padding:						50px 0 20px 0;
}

#menuRight {
	float: 							right;
	width: 							160px;
}

#menuRight ul li {
	margin-left:					-18px;
}

#randomPic {
	margin-top:						20px;
}

#menuTab {
	margin:							5px 0 0 140px;
	vertical-align:					middle;
}

#menuHeader {
	border:							solid black;
	border-width:					0 0 1px 1px;
	background-color:				#D3CFCF;
	height:							20px;
	vertical-align:					middle;
	padding-left:					5px;	
	padding-top:					4px;
	font-weight:					bold;
}

#contentText {
	margin-right:					190px; 
	line-height:					1.4em; 
	padding-top:					10px;
}

#footer {
	clear:							both;
	height:							25px;
	background-color:				#008C97;
	text-align:						right;
	padding-right:					10px;
	padding-top:					3px;
	font-size:						10px;
	color:							white;
}

/*Content-Design*/

#contentText table {
	float:							left;
}
img {
	border:							0;
}
dt {
	font-weight:					bold;
	margin:							17px 0 5px 0;
}
dd {
	margin:							0 0 0 30px;
}
.button {
	text-align:						center;
}
#references {
	margin:							10px 10px;
}
#references td {
	padding:						10px 6px;
}

#affiliatedcompanies {
	margin:							10px 10px;
}
#affiliatedcompanies td {
	padding:						10px 6px;
}
#impressum_tab{
	margin-top:						20px;
}

#impressum_tab td {
	vertical-align:					top;
	padding:						2px;
}

#impressum_tab th {
	background-color:				#008C97;
	vertical-align:					top;
	padding:						2px;	
	color:							#FFFFFF;
}
#anfahrt li {
	margin:							0 0 0 -20px;
}
#datenblatt {
	margin-top:						15px;
}
#datenblatt th {
	background-color:				#008C97;
	color:							#FFFFFF;
	padding:						1px 3px;
}
#datenblatt td {
	background-color:				#D3CFCF;
	white-space:					nowrap;
	padding:						1px 3px;
}
#datenblatt a {
	text-decoration:			underline;
}	

.newsShort {
	margin-bottom: 30px;	
}

.newsShort h2 {
	font-size: 6pt;
	line-height: 0em;
	text-align: right;
}

.newsShort h3 {
	font-size: 10pt;
	line-height: 0em;
	font-weight: bold;
}

.newsShort hr {
	width: 250px;
	color: grey;
	background-color: lightgrey;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0px;
}

/*Schrift-Formatierungen*/

body {
	color:						black;
	font-size:					11px; 
	font-family: 					Verdana, Helvetica, Geneva, sans-serif;
	font-style:					normal;
}
#eingabeLng {
	border: 					1px solid #008C97;
	font-family: 					Verdana, Helvetica, Geneva, sans-serif;
	font-size:					10px;
}
h1 {
	font-family: 					Verdana, Helvetica, sans-serif;
	font-size:					14px;
	font-weight:					bold;
}
a {
	color:						black;
	text-decoration:				none;
}
a:hover {
	color:						#008C97;
}
th {
	font-weight:					bold;
}

/* News */

.invisible {
	display: none;
}

.visible {
	display: block;
}

/* Rundtisch-Tabelle */

#rundtisch { border-collapse: collapse; margin: 15px;}

#rundtisch th { 	
	background-color:				#008C97;
	color:						#FFFFFF;
	padding:					1px 3px; 
}

#rundtisch td { 
	background-color:				#D3CFCF;
	white-space:					nowrap;
	padding:					1px 3px;
}


