* {
	margin: 0;
	padding: 0;
}
body {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
/* 	color: #f00; */
	background: #dedede;
/*	overflow: scroll;
	overflow-x: auto;*/
}
h1 {
 	font: normal 1.5em Verdana, Arial, Helvetica, sans-serif;
/* 	font-size: 1.6em; */
	color: #024082;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
}
h3 {
	font-size: 1em;
	font-weight: normal;
}
p {
	font-size: 0.90em;
}

.news-list-morelink {
	text-align: right;
}

#column a:link, #column a:visited, #column a:active,
#content a:link, #content a:visited, #content a:active {
  color:#024082;
  text-decoration:none;
}
#column a:hover,
#content a:hover {
	color:#024082;
	text-decoration:underline;
}


/* IDs */
#container {
	color: #000;
	background: #b5dec7;
	width: 1000px;
/*	position: absolute;
	left:50%;
	margin-left: -500px;*/
/* 	margin:0 auto; */
	margin-left:5px;
}
p.containerbot {
	color: #fff;
	background: #024082;
	padding:10px 10px 7px 0;
	text-align:right;
}
p.containerbot span {
	margin:0 7px;
}
#header {
	width: 1000px;
	background: #fff url(../img/kopf_rechts.jpg)  no-repeat;
	background-position: 232px 0;
	border-bottom: 2px solid #024082; /*Abstand der Navi von oben beachten*/
}
#logo {
	width: 232px;
	height: 141px;
	color: #fff;
	background: #fff url(../img/kopf_links.jpg)  no-repeat; 
}
#main {
	margin-left: 232px;
	color: #000;
	height:100%;
	background: #fff;
	line-height: 1.2em; /* to avoid the peekaboo bug */
	/*padding-top: 25px;*/ /*Platz für die Topnavigation*/
}
p.mainbot { /*Wichtig, damit Elemente die Fußzeile nicht überdecken*/
	clear: both;
	height: 0px;
	background: #fff;
}
#column {
	float: right;
	width: 165px; /*margin-right beim #content beachten und #column padding*/
	color: #000;
	background: #fff;
/*	border-left: 1px dashed #000;*/
	padding:10px; /*width von #column beachten*/
}
#content {
	/*margin-right: 185px;*/ /*Breite der rechten Spalte*/
	margin-right: 210px;
	padding-left: 120px;
	color: #000;
	background: #fff;
	padding-bottom: 10px;
	height: 100%;
	overflow:hidden;
/* 	position: relative; */
	
/* fix für min-height im IE6 */
/*  min-height: 45em;
  height: auto !important;
  height: 45em;*/
}
#content p {
	margin: 10px 0;
}

/* Navigation */

#navigation {
/* 	position: absolute; */
	float:left;
	top: 143px; /*+ border vom header*/
	left: 0;
	width: 232px;
	color: #000;
	background: #b5dec7;
}
/*#navigation a {
color: #024082;
}
#navigation li {
	list-style: none;
	padding-left:10px;
}*/

/* Topnavi */

#xtranav {
/* 	position:absolute; */
/* 	top: 150px; */
/* 	left: 232px; */
/* 	width: 768px; */
/* 	width:100%; */
	height: 25px;
	padding-top:5px;
	text-align: right;
/* 	background: #fff; */
	font-size:0.7em;
}
#xtranav a {
	padding: 0 6px;
	text-decoration:none;
}
#xtranav a:link, #xtranav a:visited, #xtranav a:active {
  color:#024082;
}
#xtranav a:hover{
	color:#024082;
	text-decoration:underline;
}
#xtranav li{
	list-style:none;
	display:inline;
	border-left: solid 1px #024082;
}
#xtranav li.first {
	list-style:none;
	display:inline;
	border-left:none;
}
.news-list-container img {
	float: none;
	margin:7px 16px;
}
.search {
	width:165px;
	/* padding:5px; */
	padding-top: 5px;
	padding-left: 120px; 
	float: left;
}
.search input {
	color:#000000;
	/* font-size:12px; */
	border: 1px solid #024082;
	background-color:#dbf9f2;
	/* height:22px; */
	width:165px;
	/* padding:3px; */
}

table.contenttable tr{
	vertical-align: top;
}


