/* CSS Datei für den Content */

body {
	background-color: #ffffff;
	margin: 0px;
}

body, table {
	font-family: "Arial", "Helvetica", "Tahoma", "Verdana", "sans-serif";
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
}

td {
	vertical-align : top;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #001E50;
	text-align : justify;
}

#content {
	width : 746px;
	padding-left : 20px;
	padding-top : 20px;
	padding-right : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #001E50;
	text-align : justify;
}

a {
	color : #5689C6;
}

td.form, td.form_error {
	padding-bottom : 1px;
	padding-right :  6px;
	vertical-align : top;
	text-align : left;
	font-size : 10px;
}

.contactinput {
	font-size : 9px;
}

td.form_error {
	color : red;
}

.topnavi {
	background: #001E50;
	height : 24px;
	vertical-align : middle;
}

.subnavi {
	background: #355995;
	height : 23px;
	vertical-align : middle;
}

.searchfield { 
	background: #5689C6;
}

.searchinput {
	border:1px solid #5689C6; 
	width: 170px;
}

.navitext, .navitext_active {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : white;
	text-decoration : none;
}

.navitext_active {
	font-weight : normal;
}

.navitext_active {
	font-weight : bold;
}

.highlight, .headline {
	font-weight : bold;
}

.headline {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #001E50;
	font-size : 14px;
	padding-bottom: 10px;
}

.searchhit {
	margin-top : 5px;
	border-top : 1px solid #001E50;
	padding-top : 2px;
	padding-bottom : 10px;
}

input.stdfield {
	width : 200px;
}

/* CSS-Definitionen für den Special-Bereich */
.featurebox {
	font-size : 12px;
	color: #ffffff;
	font-weight: bold;
	border-top : white 1px solid;
	margin-left : 10px;
	margin-right : 10px;
	margin-top : 10px;
	padding-top : 5px;
	padding-bottom : 15px;
}

.feature_content {
	text-align : left;
	padding-top : 4px;
}

.feature_more {
	padding-top : 4px;
	text-align : right;
	vertical-align : bottom;
}

a.feature, a.feature_more {
	font-size : 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration : none;
}

a.feature:HOVER, a.feature_more:HOVER {
	text-decoration : underline;	
}

a.feature_more {
	vertical-align : top;
	text-underline-position : above;
}

#newslist {
	list-style : square;
}

li {
	margin-left : 0px;
	padding-left : 0px;
	text-align : left;
	margin-bottom : 3px;
	/*float : left;
	list-style-position : inside;*/
}

li p {
	/* clear: right;*/
	padding-left : 5px;
	margin-top : 4px;
	margin-bottom : 10px;
	text-align : justify;
}


li .header {
	/* float : left;*/
	font-weight : bold;
}

li .pubdate {
	/* float : right; */
	font-style : italic;
}

li .author {
	font-style : italic;
	font-size : 10px;
}

p.shift {
	margin-left : 30px;
}

.button {
  font-family: arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  background-color: #E2E6ED;
  border-bottom-color: #000000;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-left-color: #FFFFFF;
  border-right-color: #000000;
  border-right-width: 1px;
  border-top-color: #FFFFFF;
  border-top-width: 1px;
  cursor: hand; /* nur IE */
}