body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DAF1FC;  /* Hintergrundfarbe der gesamten Seite  */
	font-size: 90%;
	color: #233B77;
	margin: 0;
	padding: 0;
}

/*a:link, a:visited, a:hover {
	color: #006699;
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}*/

html{
	height:100%;
}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;

}

img {
	border: none;
}

.sucheingabe{
	font-size: 11px;
	width: 100px;
	height:18px;
}

#sectoben{
	position: absolute;
	top: 0px;
	left: 2%;
	height:102px;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #CCCCCC;
/*	background-color: #FFE49D;  */
}

#menuoben{
	position: absolute;
	top: 70px;
	left: 2%;
	width: 98%;
	margin: 0;
	height: 25px;
	background-color: #ffff99;
	padding: 0;
	text-align: right;
}

#sectlinks{
	position: absolute;
	top: 0px;
	left: 2%;
	width: 180px;
	height: 100%;
	margin: 100px 0px 0px;
	padding: 0px;
/* 	background-color: #CCCCCC;   */
	background-color: #233B77;	
}

#content {
	float:none;
	top: 125px;
	left: 220px;
	position: absolute;
	padding: 0px;
	width:auto;
	margin-right: 15px;
}

#contlinks {
	padding-right: 270px;
}
#contrechts {
	position: absolute;
	width: 250px;
	top: 0px;
	right: 0px;
}

#neues {
	margin: 0px;
	position:absolute;
	top:125px;
	right:0px;
	padding: 0px;
	float: left;
	width: 135px;
}

#contclear {
	clear:left;
	width: 1px;
	height:1px;
}

#suchbox {
	margin-top: 5px;
}

h1 {
	font-size: 105%;
}

h2 {
	font-size: 100%;
}

#sectunt{
	left: 0px;
	bottom: 0px;
	minwidth: 600px;
	font-size: 10px;
	text-align: center;
	padding-top: 25px;
/*	float:none;    */
}

#sectunt a:link, a:hover {
	color: #006699;
	text-decoration: none;
}

#sectunt a:visited {
	color: #006699;
	text-decoration: none;
}

.linkhell a{
	font-size: 9px;
	color: #EEEEEE;
}

