@charset "utf-8";
/* [SAK] - [März 2010] - [Online Consulting AG] - [format.css] */

/************************************************
*			Fixes, Workarounds, etc.			*
************************************************/
* {
	margin: 0;
	padding: 0;
	}

/* Clearfix fuer das Float-clearing */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
.clearfix {display: inline-block;}  /* IE 7 */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/************************************************
*				Grundlayout						*
************************************************/
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	}
body {
	text-align: left;
	font-size: 0.75em;
	line-height: 1.5em;
	height: 100%;
	color: #000;
	}
#wrapper {
	position: relative;
	margin-left: 12px;
	}
#header {
	height: 123px;
	padding-top: 20px;
	}
#main {
	}
#left {
	float: left;
	}
#content {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	float: left;
	margin-top: 10px;
	}
#right {
	margin-top: 10px;
	}
.logo {
	float: right;
	}
#emotion {
	margin-top: 10px;
	}
/************************************************
*				Style-Elemente					*
************************************************/
img {border: none;}
hr {
	clear: both;
	color: #000;
	height: 1px;
	margin: 5px 0;
	background: #000;
	}
a, a:link, a:visited {
	text-decoration: none;
	color: #2767c2;
	}
a:hover, a:active, a:focus {color: #001e44;}
address {font-style: normal;}
/************************************************
*					Suche						*
************************************************/
.search {
	margin-left: 20px;
	position: relative;
	float: left;
	}
.search .searchfield {
	float: left;
	font-size: .93em;
	line-height: 1.4em;
	height: 16px;
	width: 135px;
	color:  #858585;
	padding-left: 2px;
	margin: 0;
	border: 1px solid #858585;
	}
.search .go {
	margin: 0;
	}
/************************************************
*					Navigation					*
************************************************/
/* Stufe 1 */
#hnav ul { 
	background: #001e44 url('../images/bg_hnav.gif') no-repeat;
	height: 26px;
	background-position: right 50%;
	}
#hnav ul li {
	display: block;
	float: left;
	margin-right: 1px;
	}
#hnav li a, #hnav li a:link, #hnav li a:visited {
	color: #fff;
	text-transform: uppercase;
	display: block;
	font-size: .93em;
	padding: 4px 15px;
	}
#hnav li a:hover, #hnav li a:active, #hnav li a:focus,
#hnav li a.active, #hnav li a.active:link, #hnav li a.active:visited {
	color: #2767c2;
	background: #dfe9f5;
	}
	
/* Sekundaere Navigation */
/* Stufe 1 */
#snav {
	font-size: 0.93em;
	padding-bottom: 20px;
	background: #2767c2 url(../images/bg_snav.gif) no-repeat;
	background-position: right 100%;
	margin-top: 10px;
	min-height: 360px;
	height: auto !important;
	height: 360px;
	}
#snav li a, #snav li a:link, #snav li a:visited {
	display: block;
	color: #fff;
	padding-top: 3px;
	height: 24px;
	padding-left: 15px;
	border-bottom: solid 1px #DFE9F5;
	}
#snav li a:hover, #snav li a:active, #snav li a:focus,
#snav li a.active, #snav li a.active:link, #snav li a.active:visited {
	background: url(../images/snav_item1.gif) 5px 8px no-repeat;
	}
	
/* Stufe 2 */
#snav ul {}
#snav ul li {
    
    }
#snav ul li a, #snav ul li a:link, #snav ul li a:visited {
	padding-left: 20px;
	color: #2767c2;
	background: #DFE9F5;
	border-bottom: solid 1px #fff;
	}
#snav ul li a:hover, #snav ul li a:active, #snav ul li a:focus,
#snav ul li a.active, #snav ul li a.active:link, #snav ul li a.active:visited {
	color: #2767c2;
	background: #DFE9F5 url(../images/snav_item2.gif) 11px 8px no-repeat;
	}
#snav ul li a.active, #snav ul li a.active:link, #snav ul li a.active:visited {
    
	}
/* Stufe 3 */
#snav ul ul {
    background: #fff;
    }
#snav ul ul li {
    }
#snav ul ul li a, #snav ul ul li a:link, #snav ul ul li a:visited {
	padding-left: 30px;
	color: #2767c2;
	background: #fff;
	border-bottom: solid 1px #DFE9F5;
	}
#snav ul ul li a:hover, #snav ul ul li a:active, #snav ul ul li a:focus,
#snav ul ul li a.active, #snav ul ul li a.active:link, #snav ul ul li a.active:visited {
	color: #2767c2;
	background: #fff url(../images/snav_item2.gif) 21px 8px no-repeat;
	}
	
/* generische Navigation */
#gnav {
	font-size: 0.93em;
	}
#gnav li {
	display: block;
	float: left;
	margin-left: 10px;
	}
#gnav li a, #gnav li a:link, #gnav li a:visited {
	color: #000;
	}
#gnav li a:hover, #gnav li a:active, #gnav li a:focus {
	color: #2767c2;
	}
/* Breadcrumb */
#breadcrumb {
	margin-top: 10px;
	}
#breadcrumb li {
	font-weight: bold;
	float: left;
	background: url(../images/breadcrumb_list_item.gif) 0 6px no-repeat;
	padding: 0 5px 0 10px;
	}
#breadcrumb li a, #breadcrumb li a:link, #breadcrumb li a:visited {
    font-size: .93em;
    text-transform: uppercase;
	color: #001e44;
	}
#breadcrumb li a.active, #breadcrumb li a.active:link, #breadcrumb li a.active:visited {
	font-weight: normal;
	color: #2767c2;
	}
/* Fnav */
#fnav {
	float: right;
	width: 220px;
 	padding: 0 0 5px 5px; 
    margin-top: 20px;
 	}
#fnav li {float: left;}
#fnav li a, #fnav li a:link, #fnav li a:visited {
    font-size: .93em;
    text-transform: uppercase;
    }
#fnav .print {
	background: url(../images/print.gif) no-repeat;
	padding: 3px 20px 0 22px;
	}
#fnav .home {
 	background: url(../images/home.gif) no-repeat;
	padding: 3px 0 0 22px;
	}
#fnav .back {
 	background: url(../images/back.gif) 0 6px no-repeat;
	padding: 3px 20px 0 10px;
	}

/************************************************
*			Content-Absatzformate				*
************************************************/
/* Ueberschriften */
h1, h2, h3, h4, h5 {
	font-weight: bold;
	padding: 5px 0;
	}
h1 {
	font-size: 1.4em;
	color: #001e44;
	text-transform: uppercase;
    }
h2 {
	font-size: 1.2em;
	color: #001e44;
	text-transform: uppercase;
    }
h3 {font-size: 1.1em;}
	
/* Paragraph */
p {
	line-height: 1.5em;
	padding: 5px 0;
	}
/* Listen */
#content ul {
	list-style-type: none;
	margin: 5px 0 5px 0;
	position: relative;
	}
#content ul li {
	padding: 2px 0 2px 15px;
	background: url('../images/list_item.gif') 3px 7px no-repeat;
	}
#content ol {
    position: relative;
	list-style-type: decimal;
	margin: 5px 0 5px 10px;
	}
#content ol li {
	padding: 2px 0 2px 0;
	margin-left: 5px;
	}
/* Tabellen */
#content table {
    font-size: 0.93em;
    }
#content table td,
#content table th {
    text-align: left;
    line-height: 1.3em;
    padding: 4px;
    border: solid 1px #fff;
    }
#content table th {
    color: #fff;
    background: #001e44;
    }
#content table td {
    vertical-align: top;
    background: #DFE9F5;
    }
#content table p {
    padding: 0;
    }
#content table ul {
    margin-top: 0;
    }
#content table ul li {
    position: relative;
    margin-top: 0;
	padding: 2px 0 2px 10px;
	background: url('../images/table_list_item.gif') 0 5px no-repeat;
    }
div.wmpuPB {
    border: 1px solid #fff;
    }
div.wmpuPB table {
    font-family: Arial;
    border-collapse: collapse !important;
    border: none;
    }
div.wmpuPB table td {
    font-family: Arial;
    margin: 0;
    padding: 0;
    color: #fff;
    background: #2767c2 !important;
    border: none;
    }
div.wmpuPB table td.wmpuItm {
    color: #fff;
    padding: 2px;
    border-bottom: 1px solid #fff;
    }
div.wmpuPB table td.wmpuItm:hover {
    background: #dfe9f5;
    }
	
/* Rechte Spalte */
#right .box {
    margin-bottom: 15px;
	width: 200px;
	color: #fff;
	background: #d94011;
	line-height: 1.2em;
	padding: 10px 10px;
	}
#right .box .login{
    padding: 0;
	}
#right .box a:hover{
    color:#001E44;
	}
#right h2 {
    font-size: 11px;
    padding-bottom: 0;
    color: #fff;
    }
#right h2 a.linkbutton {
    /*display: block;
    width: 100%;*/
    padding: 3px 5px 0 5px;
    height: 17px;
    }
/*#right h2 a:hover {
    text-decoration: underline; 
    color:#001E44;
    }*/
#right p {
    padding-bottom: 0;
    }
#right a, #right a:link, #right a:visited {
    color: #fff;
	}
#right .links-banner {
	text-align: center;
	vertical-align: middle;
	}	
#right .links {
	width: 200px;
	background: #d94011;
	}
#right ul.download-liste {
    margin-top: 5px;
    }
#right ul.download-liste li { 
	background: url('../images/list_item_right.gif') 0 2px no-repeat;
	padding: 0 0 3px 12px;
	overflow: hidden;
	}
#right ul.download-liste li span.size {
    text-transform: uppercase;
    }
.linkbutton {
 display: block;
 padding: 1px 5px 0 5px;
 width: 190px;
 background: #D94011 url('../images/linkbutton.gif') no-repeat;
 height: 19px;
 color: #fff !important;
 font-size: 11px;
 text-transform: uppercase;
 font-weight: bold;
}
a.linkbutton:hover {
 color:#001E44 !important;
 background: #dfe9f5 url('../images/linkbutton_hover.gif') no-repeat;
}
/************************************************
*					Formular					*
************************************************/
.formular, .login {
    margin-top: 10px;
    width: 100%;
    padding: 20px 0;
    font-size: .93em;
    background: #dfe9f5;
	}
#right .formular, #right .login {
	background: transparent;
	}
#content .formular table td {
	border: none; 
	width: auto;
	font-size: 11px;
	}
label {
	float: left;
	width: 130px;
	text-align: right;
	}
.formular .confirm {
	float: none;
	margin-left: 150px;
	}
.formular .mandatory {
	float: none;
	margin-left: 150px;
	}
.formular .fgp {
	margin-left: 150px;
	}
.formular .rbl {
	float: left;
	width: 130px;
	margin-left: 126px;
	}
.formular .user {
	margin-left: 0;
	width: 200px;
	}
.formular .rbl label {
	width: auto;
	padding-left: 5px;
	}
.formular .error {
	margin-left: 20px;
	}
.formular p {margin-left: 20px;}
.formular p.captcha-text {margin-left: 0;}
.formular h3 {
    text-align: right;
	width: 130px;
    }
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 1em;
	margin-left: 20px;
	}
.login input {width: 80px;}
textarea {
	height: 130px;
	width: 270px;
	}
select {
	height: 22px;
	width: 279px;
	margin-bottom: 6px;
	}
select option {padding: 2px;}
input.txtfield {width: 270px;}
input.plz {width: 50px;}
input.ort {
    width: 206px;
    margin-left: 5px;
    }
input.zeichen {width: 190px;}
label, input.txtfield, textarea {
	margin-bottom: 6px;
	}
input.txtfield, textarea, select {
	padding: 2px 2px 2px 4px;
	border: 1px solid #001e44;
	}
input.txtfield:hover, input.txtfield:active, input.txtfield:focus,
textarea:hover, textarea:active, textarea:focus,
select:hover, select:active, select:focus {
	}
input.submit {
	clear: both;
	margin-left: 150px;
	width: 277px;
    background: #d94011;
    color: #fff;
    border: none;
    cursor: pointer;
    height: 23px;
	}
.formular div.captcha {
    height:auto;
    padding:10px 0 0 150px;
    }
.formular div.captcha input {
	margin-left: 0;
	}
.formular span.info {
	margin:-5px 0 5px 150px;
    float: left;
    line-height:15px;
    }
/************************************************
*					Footer						*
************************************************/
#footer {
	background: #2767c2 url(../images/bg_snav.gif) right bottom no-repeat;
	height: 70px;
	font-size: .93em;
	color: #fff;
	margin: 10px 10px;
	}
#footer p {}
#footer ul {
	margin: 20px 0 0 25px;
	}
#footer a, #footer a:link, #footer a:visited {
	color: #fff;
	}

/************************************************
*					Module						*
************************************************/
/* News */
.news-liste {
	padding: 10px 0 5px 0;
	width: 680px;
	border-bottom: solid 1px  #2767c2;
	}
.news-liste h3 {
    position: relative;
    padding: 0 0 5px 15px;
	background: url(../images/news_item.gif) 0 4px no-repeat;
    }
.news-liste p {
    padding: 0 0 5px 0;
    }
.news-liste .bild {
	float: right;
	margin: 5px 0 0 15px;
	padding-bottom: 5px;
	}
	
/* Dokumente */
#content .download-liste li { 
	padding: 0 0 7px 0 !important;
	}
#content .download-liste li a, #content .download-liste li a:link, #content .download-liste li a:visited {
	padding: 2px 0 2px 5px;
	background: none;
    }
#content ul.download-liste li p {
	padding: 0 0 5px 25px;
	font-size: .93em;
	}
#content .download-liste li span.size {
    color: #001e44;
    font-size: .93em;
    }
	
/* Kalender */
.calendar {
	width: 140px;
	border: 0px solid white !important;
	}
.calendar a, .calendar a:link, .calendar a:visited {
	display: block;
	padding: 3px 0;
	text-align: center;
	vertical-align: center;
	}
.calendar a:hover, .calendar a:active, .calendar a:focus {
	}
.calendar .calendar {
	margin: 5px 0;
	width: 140px !important;
	}
.calendar .calendar td {
	font-weight: bold !important;
	text-transform: uppercase;
	text-align: center;
	width: auto;
	}
.calendar th {
	height: 20px;
	text-transform: uppercase;
	}

/* Suchresultate */
.searchhead {
	padding: 3px 5px;
	margin: 10px 0;
	border-top: 1px solid #001E44;
    background: #DFE9F5;
    }
.searchhead .paging {
    width: 100%;
	font-weight: bold;
	text-align: center;
	}
.searchhead .paging .forward {
    float: right;
	}
.searchhead .paging .back {
    float: left;
	}
	
/*
.container_12 {
	background: #fff url(../images/12_col.gif) repeat-y;
	margin-bottom: 20px;
    }
*/


p.errormsg
{
    color: Red;
    font-size: 12px;
    font-weight: bold;
    
}









