@charset "UTF-8";
/**
 * Cascading Style Sheets fuer
 * www.aporisk.de
 */
 
/******************************************************************************************************************* 
 * ALLGEMEINE FORMATIERUNG 
 ******************************************************************************************************************/
html{
	height: 100%;
}
body{
	height: 100%;
}
body {
	color:#000;
	text-align:center;
	background:#f5f5f5 url(../images/bg_body.jpg) repeat-y top center;
}
body, h1, h2, h3, h4, p, span, input, select, option, a, textarea, ul {
	font-family: "Arial", sans-serif;
	font-weight:normal;
}
h1 		{ font-size:18px; color:#314a8a; }
h2 		{ font-size:20px; color:#474747; }
h3 		{ font-size:16px; color:#314a8a; }
ul		{ font-size:12px; color:#474747; padding:0 0 15px 15px; margin:0; }
ol 		{ font-size:12px; color:#474747; padding:0 0 15px 20px; margin:0; }
p 		{ font-size:12px; color:#474747; }
a 		{ text-decoration:none; color:#474747; }
a:hover		{ color:#999; }
.clearer	{ clear:both; }
a img, img 	{ border: none; overflow:hidden; display:block; }
.linkbold {
	color:#314A8A !important;
	font-weight:bold !important;
}

/******************************************************************************************************************* 
 * STRUKTUR & AUSRICHTUNG
 ******************************************************************************************************************/
#Wrapper {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:832px;
	height:100%;
	bottom:-1px;
}

	#HeaderStart {
		width:100%;
		height:321px;
		background: url(../images/start_banner2.jpg) no-repeat top left;
		margin-bottom:15px;
	}
	#Header {
		width:100%;
		margin-bottom:20px;
		position:relative;
	}
		#Servicenav {
			width:100%;
			height:81px;
		}
		#Mainnav {
			width:100%;
		}
		#Eyecatcher {
			clear:both;
			width:100%;
		}
		#Seite {
			background:#f3f3f3;
			height:35px;
			width:100%;
		}
	
	#Subnav {
		float:left;
		width:175px;
		min-height:20px;
		margin-right:15px;
	}
	
	#Startseite {
		float:left;
		width:100%;
	}
	#Content {
		float:left;
		width:637px;
	}
	
	#Footer {
		float:left;
		width:100%;
		height:30px;
		border-top:1px solid #e8e7e6;
		background:#fff;
		margin-top:30px;
		padding-bottom:20px;
	}

/******************************************************************************************************************* 
 * Search
 ******************************************************************************************************************/

#Search {
	padding-top:10px;
	width:100%;
	position:absolute;
}
#Search ul {
	list-style:none;
	padding:0;
}
#Search ul li {
	float:left;
	padding:0px;
	margin:0px;
}
#Search .s-eingabe {
	border:none;
	width:160px;
	height:17px;
	color:#666;
	padding-top:3px;
	padding-left:5px;
	font-size:13px;
	background:#e9e9e9;
}
* html #Search ul li img,
* html #Search ul li .mysubmit{
	padding-top:1px;
}
* + html #Search ul li img,
* + html #Search ul li .mysubmit{
	padding-top:1px;
}
#Search .s-submit {
	border:1px solid #c0c0c0;
	width:26px;
	height:24px;
	background:#efefef;
	font-size:13px;
	color:#666;
}
.ajaxSearch_resultInfo {
	
}
.ajaxSearch_paging {
	display:block;
	font-size:12px;
	padding-bottom:5px;
}
.ajaxSearch_result {
	padding-bottom:10px;
	border-bottom:1px dotted #ddd;
	margin-bottom:10px;
}
.ajaxSearch_resultLink {
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
}
.ajaxSearch_resultDescription,
.AS_ajax_resultsIntroFailure {
	clear:both;
	font-size:12px;
	color:#333;
}
.ajaxSearch_highlight {
	color:#314a8a;
	background:#eee;
	padding:0 4px;
}
.ajaxSearch_highlight1 {
}

/******************************************************************************************************************* 
 * Servicenav
 ******************************************************************************************************************/
#Servicenav img{
	float:left;
}
.startlogo {
	padding-right:20px;
}
#Servicenav ul{
	list-style-type:none;
	padding:55px 0 0 0;
}
#Servicenav li{
	float:left;
	padding-right:10px;
}
#Servicenav li a{
	display:block;
	color:#314a8a;
}
#Servicenav li a:hover{
	color:#000;
}
#Servicenav li.selected a{
	color:#000;
	text-decoration:underline;
}

/******************************************************************************************************************* 
 * Mainnav
 ******************************************************************************************************************/
#Mainnav ul {
	list-style-type:none;
	float:left;
	width:100%;
	height:45px;
	background: url(../images/bg_mainnav.jpg) repeat-x top left;
	padding:0;
}
#Mainnav ul li {
	float:left;
	width:20%;
}
#Mainnav ul li a {
	display:block;
	line-height:45px;
	font-size:15px;
	color:#9e9e9e;
	text-align:center;
	color:#fff;
	font-weight:normal;
	font-size:16px;
}
#Mainnav ul li a:hover {
	color:#ddd;
}
#Mainnav ul li a.selected {
	color:#fff;
	background: url(../images/bg_mainnav_aktiv.jpg) repeat-x top left;
}

/******************************************************************************************************************* 
 * Seite
 ******************************************************************************************************************/
#Seite p {
	font-family:Trebuchet MS;
	font-size:16px;
	color:#304b8b;
	margin-left:10px;
	line-height:34px;
}

/******************************************************************************************************************* 
 * Subnav
 ******************************************************************************************************************/
#Subnav ul {
	float:left;
	width:100%;
	list-style-type:none;
	padding:0;
	padding-bottom:30px;
}
#Subnav ul li {
	width:100%;
	float:left;
	border-bottom:1px solid #e6e4e4;
}
#Subnav ul li a {
	display:block;
	line-height:30px;
	font-size:12px;
	color:#000;
}
#Subnav ul li a:hover {
	color:#a50000;
}
#Subnav ul li a.selected {
	color:#a50000;
}

/******************************************************************************************************************* 
 * Content
 ******************************************************************************************************************/
#Content h1 {
	padding-bottom:2px;
}
#Content h2 {
	padding-bottom:17px;
}
#Content p {
	padding-bottom:10px;
	line-height:20px;
}
#Content ul li,
#Content ol li{
	line-height:20px;
	padding:0;
}
#Standard {
	border:1px solid #eee;
	padding:15px 25px;
	background: url(../images/bg_themenbox.jpg) repeat-x bottom left;
}
#Content h1 a {
	font-size:18px;
	font-weight:bold;
	color:#314a8a;
	text-decoration:none;
}
#Content h3 a {
	font-size:16px;
	font-weight:bold;
	color:#314a8a;
	text-decoration:none;
}
#Content p a,
#Content ul li a,
#Content ol li a{
	font-size:12px;
	color:#474747;
	text-decoration:none;
}
#Content ul li strong a {
	font-weight:bold;
}
/******************************************************************************************************************* 
 * Startseite
 ******************************************************************************************************************/
.themenbox {
	float:left;
	width:158px;
	border:1px solid #e8e7e6;
	min-height:540px;
	margin-right:8px;
	background: url(../images/bg_themenbox.jpg) repeat-x bottom left;
}
* html .themenbox {
	height:480px;
}
.themenbox h1{
	width:100%;
	height:47px;
	line-height:47px;
	text-align:center;
	background: url(../images/bg_start_header.jpg) repeat-x top left;
	color:#fff;
	font-weight:normal;
	font-size:16px;
}
.themenbox h1 a{
	display:block;
	color:#fff;
	text-decoration:none;
}
.themenbox h1 a:hover{
	color:#ddd;
	background: url(../images/bg_mainnav_aktiv.jpg) repeat-x top left;
}
.themenbox img {
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}
.themenbox ul {
	list-style-type:none;
	padding:0;
}
.themenbox li {
	padding:4px 0px 4px 2px;
}
.themenbox li a {
	display:block;
	font-size:11px;
	line-height:16px;
	background: url(../images/list-dpfeil.gif) no-repeat top left;
	padding-left:10px;
	color:#333;
}
.themenbox li a:hover {
	color:#324888;
}
.lastright {
	float:right;
	margin:0;
	padding:0;
}
.lastleft {
	margin:0;
	padding:0;
}

/******************************************************************************************************************* 
 * Footer
 ******************************************************************************************************************/
#Footer p {
	color:#666;
	font-size:12px;
	text-align:center;
	padding:10px 0 0 0;
}
#Footer ul{
	list-style-type:none;
	padding:10px 0 10px 0;
}
#Footer li{
	float:left;
	padding-right:10px;
}
#Footer li a{
	display:block;
	color:#666;
}
#Footer li a:hover{
	color:#000;
}
#Footer li.selected a{
	color:#000;
	text-decoration:underline;
}
.footer-nav{
	float:left;
}
.footer-jump {
	float:right;
}

/******************************************************************************************************************* 
 * Artikel
 ******************************************************************************************************************/
.artikel a {
	color:#01508b;
}
.artikel a:hover {
	color:#000;
}
#ditto_pages {
	font-size:12px;
	color:#314A8A;
	text-align:center;
}
.ditto_page {
	padding:0 3px;
}
a.ditto_page,
a.ditto_previous_link,
a.ditto_next_link{
	color:#314A8A;
}
a.ditto_page:hover {
	color:#666;
}
.ditto_currentpage {
	font-weight:bold;
	text-decoration:underline;
	padding:0 3px;
}
a.ditto_page, span.ditto_currentpage {
	float:left;
}
table {
	font-size:12px;
}
td {
	padding:4px 2px;
	border:1px solid #eee;
}
#ds p {
	font-size:10px;
	line-height:12px;
	padding-bottom:5px;
}
hr {
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:1px solid #ccc;
	padding:0 0 0 0;
	margin:5px 0 15px 0;
}
.btn {
	clear:both;
}
.btn img {
	padding-bottom:10px;
}
span.artikel_link a {
	color:#314A8A !important;
	font-weight:bold !important;
}

/*-------------------------------------------
    Search Result
-------------------------------------------*/
.ajaxSearch_grpResultName {
	padding-bottom:15px;
}

span.ajaxSearch_grpResultsDisplayed,
.AS_ajax_resultsIntroFailure,
.paging1 {
	font-size: 0.81em; /*13px*/
	font-weight: normal;
	color: #8a8a8a;
	line-height:18px;
}
.AS_ajax_resultsIntroFailure {
	padding:10px 5px;	
}
.ajaxSearch_resultsInfos {
	clear:both;
}
