html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
	background: #B0C9CA;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000;	
}

a:link {
	color: white;
	border:none;
	text-decoration: none;
}


/* Klassen ----------------------------------------------------------------------------- */


/*menue -------------------------------------------------------------------------------*/


	
/*container -------------------------------------------------------------------------------*/
	
	#bg {
	top: 80px;
	left: 50%;
	margin-left: -390px;
	height: 400px;
	width: 720px;
	position: absolute;
	background: url(../bg.jpg) no-repeat;
	}
	
	
	
	#slideshow {
	top: 75px;
	left: 50%;
	margin-left: -232px;
	width: 280px;
	height: 310px;
	position: absolute;
	}
	
	#boersianer {
	top: 150px;
	left: 50%;
	margin-left: -320px;
	width: 300px;
	height: 310px;
	position: absolute;
	background:white;
	overflow:auto;
	}
	
	
	#textbox {
	top: 180px;
	left: 50%;
	margin-left: 2px;
	width: 320px;
	height: 280px;
	position: absolute;
	overflow: auto;
	}
	
	#menue {
	top: 47px;
	left: 50%;
	margin-left: -100px;
	width: 350px;
	height: 50px;
	position: absolute;
	}
	
	.thumbs {
	margin-left: 5px;
	float:left;
	}
	
	
	
	
	#textboxdaten {
	top: 180px;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	position: absolute;
	}
	
	#textbox a:link{
	color: #BD0228;
	border:none;
	text-decoration:none;
	}
	

th {  text-align: left;  }
th, td { vertical-align: top; border: 0px solid gainsboro; }
table { width: 99%; margin-bottom: 1em; border-collapse: collapse; }
td.linksweg {
border-left:hidden;
}
td.allesweg {
border: 0px;}
p, li, td, dd { color: rgb(90,90,90); line-height: 140%; }