﻿@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%;
	overflow-y: scroll;
	}
body {
	text-align: center;
	font-size: 0.75em;
	line-height: 1.5em;
	height: 100%;
	color: #000;
	}
#wrapper {
	text-align: left;
	margin: 0 auto;
	}
#header {
	height: 123px;
	padding-top: 20px;
	}
	
.vers2011 > #header 
{
    height: 123px !important;
	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;
	}
hr.blueborder {background: #2767C2; color: #2767C2; border: none;}
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;
	}

.vers2011 .search .searchfield, .vers2011Inside .search .searchfield { border: none;}
.vers2011 .search , .vers2011Inside .search{	border: 1px solid #858585;}


/************************************************
*					Navigation					*
************************************************/
/* Stufe 1 */
#hnav {margin-left: 0; padding-left: 10px; z-index:999}
#hnav ul { 
	background: url('../images/bg_hnav.gif') no-repeat;
	height: 26px;
	background-position: right 50%;
	}
#hnav ul li
{
    float: left;
    position: relative;
    margin-right: 1px;
   
    background-position: right 12px;
    background-image: url('/portaldata/1/images/skin/pfeil-w-d-weit.png');
    background-repeat: no-repeat;
}
#hnav li a, #hnav li a:link, #hnav li a:visited
{
    color: #fff;
    display: block;
    font-size: 1em;
    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: #fff;
    background: #007fbd;
      background-position: right 12px;
    background-image: url('/portaldata/1/images/skin/pfeil-w-d-weit.png');
    background-repeat: no-repeat;
}
	
	.topnavitem
{
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.11em;
}
	



/************************************************
/* Pulldown 3-spaltig *
/***********************************************/
/* Function */
#hnav .function {
	height: 25px;
	width: 540px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	}
#hnav .function a, #hnav .function a:link, #hnav .function a:visited {
	color: #666;
	font-size: 10px;
	padding: 4px 10px;
	background: none;
	}
#hnav .function a:hover, #hnav .function a:active, #hnav .function a:focus {
	color: #000;	
	}
#hnav .function .close {
	float: right;
	width: 65px;
	}
#hnav .function .home {
	float: left;
	width: 80px;
	}
#hnav ul ul { 
	position: absolute; 
	z-index: 999;
	top: 26px; left:0;
	height: auto; 
	margin: 0; padding: 0 0 10px 0;
	width: 540px;
	background: url('../images/pulldown_bg.gif') right bottom no-repeat;
	}
#hnav ul ul.subnav {
	display: none;	
	}
/* Ebene 2 */
#hnav ul li:hover a
{
    background: #007fbd;
    background-position: right 12px;
    background-image: url('/portaldata/1/images/skin/pfeil-w-d-weit.png');
    background-repeat: no-repeat;
}
#hnav ul ul li  { 
	width: 160px;  
	margin: 0 10px;
	}
#hnav ul ul li a, #hnav ul ul li a:link, #hnav ul ul li a:visited, #hnav ul ul li a.active, #hnav ul ul li a.active:link, #hnav ul ul li a.active:visited
{
    font-size: 12px;
    color: #001E44;
    background: none;
    padding: 15px 0 3px 13px;
    width: 169px;
    border-bottom: 1px solid #001E44;
   }


.vers2011Inside #hnav ul ul li a, .vers2011Inside #hnav ul ul li a:link, .vers2011Inside #hnav ul ul li a:visited, .vers2011Inside #hnav ul ul li a.active, .vers2011Inside #hnav ul ul li a.active:link, 
.vers2011Inside #hnav ul ul li a.active:visited {
 background-position: left 22px;
    background-image: url('/portaldata/1/images/skin/pfeil-d-d.png');
    background-repeat: no-repeat;
}



#hnav ul ul li a:hover, #hnav ul ul li a:active, #hnav ul ul li a:focus,
#hnav ul ul li a.active, #hnav ul ul li a.active:link, #hnav ul ul li a.active:visited { 
	color: #3266af !important;
	}
	
/* Ebene 3 */
#hnav ul ul li ul {
	position: relative !important;  
	top: 0 !important; 
    -webkit-box-shadow: 0 0 0 transparent !important;
    -moz-box-shadow: 0 0 0 transparent !important;
    box-shadow: 0 0 0 transparent !important;
	padding-bottom: 0 !important;
	background: none !important;
	width: auto !important;
	}
#hnav ul ul ul li {
	float: none;
	margin: 0;
	}
#hnav ul ul ul li a, #hnav ul ul ul li a:link, #hnav ul ul ul li a:visited,
#hnav ul ul ul li a.active, #hnav ul ul ul li a.active:link, #hnav ul ul ul li a.active:visited  { 
	font-size: 11px;
	padding: 5px 0 0 10px;
	color: #666;
	width: auto;
	border-bottom: none;
	/*background: transparent url(../images/hnav_dropdown_inactive.gif) no-repeat 0 10px !important;*/
	background: transparent url('/portaldata/1/images/skin/pfeil-d-r.png') no-repeat 0 10px !important;
	}
#hnav ul ul ul li a:hover, #hnav ul ul ul li a:active, #hnav ul ul ul li a:focus,
#hnav ul ul ul li a.active, #hnav ul ul ul li a.active:link, #hnav ul ul ul li a.active:visited {
	/*background: transparent url(../images/hnav_dropdown_active.gif) no-repeat 0 10px !important;*/
	background: transparent url('/portaldata/1/images/skin/pfeil-h-r.png') no-repeat 0 10px !important;

	}

/* Ebene 4 */
#hnav ul ul ul ul li a, #hnav ul ul ul ul li a:link, #hnav ul ul ul ul li a:visited  { 
	color: #4d4c4c !important;
	padding: 0 0 0 26px !important;
	font-size: 0.93em; 
	background: transparent url(../images/hnav_item.gif) no-repeat 16px 5px !important;
	}

/************************************************
/* Pulldown 1-spaltig * (SAKnet)
/***********************************************/

/* Ebene 2 */
#hnav.spalte1 ul .function {width: 200px;}
#hnav.spalte1 ul ul {width: 200px;}
#hnav.spalte1 ul ul li  { 
	width: auto;
	float: none !important;  
	}
#hnav.spalte1 ul ul li a, #hnav.spalte1 ul ul li a:link, #hnav.spalte1 ul ul li a:visited,
#hnav.spalte1 ul ul li a.active, #hnav.spalte1 ul ul li a.active:link, #hnav.spalte1 ul ul li a.active:visited {
	padding: 8px 0 0 0;
	color: #666;
	font-size: 11px;
	border-bottom: none;
	}
#hnav.spalte1 ul ul li a:hover 
{
    font-weight: bold;
} 

/* Ebene 3 */
#hnav.spalte1 ul ul ul li a, 
#hnav.spalte1 ul ul ul li a:link, 
#hnav.spalte1 ul ul ul li a:visited  { 
	padding: 5px 0 0 20px !important;
	width: auto;
	}
	

/* 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;
	}
	
	/* Stufe 4 */
#snav ul ul ul {
    background: #fff;
    }
#snav ul ul ul li {
    }
#snav ul ul ul li a, #snav ul ul ul li a:link, #snav ul ul ul li a:visited {
	padding-left: 40px;
	color: #2767c2;
	background: #fff;
	border-bottom: solid 1px #DFE9F5;
	}
#snav ul ul ul li a:hover, #snav ul ul ul li a:active, #snav ul ul ul li a:focus,
#snav ul ul ul li a.active, #snav ul ul ul li a.active:link, #snav ul 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; width: 400px;
	}
.vers2011 #gnav, .vers2011Inside #gnav {
	font-size: 0.99em;
	}	
	
	
.vers2011 #gnav li li, .vers2011Inside #gnav  li li
{
    	background: transparent url('/portaldata/1/images/skin/pfeil-d-r.png') no-repeat 0 5px !important;
padding-left: 10px;
    }
	
 #gnav li {
	display: block;
	float:left;
	margin-right: 10px;
	}
	
	/*neue 2011 topnav*/
#gnav .level2
{
    border: 1px solid #CCCCCC;
    background-color:White ;
    padding:5px;
    display: none;
    position: absolute;
}
#gnav li li  { float: none !important}

.#gnav li a, #gnav li a:link, #gnav li a:visited {
	color: #000;
	clear: both; float:none ;
	}
	
 .vers2011 #gnav li a, #gnav li a:link, #gnav li a:visited
{
    color: #666666;
}
	
#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;
	color: #001e44;
	}
#breadcrumb li a.active, #breadcrumb li a.active:link, #breadcrumb li a.active:visited {
	font-weight: normal;
	color: #2767c2;
	}
	
.vers2011Inside	#breadcrumb li {
	font-weight: bold;
	float: left;
	background: url('/portaldata/1/images/skin/pfeil-d-r.png') 0 6px no-repeat;
	padding: 0 5px 0 10px;
	}.
	
	
	
.vers2011Inside	#breadcrumb  {
	 display: none;
	}
	
	
	
/* 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;
	
    }
h2 {
	font-size: 1.2em;
	color: #001e44;

    }
h3 {font-size: 1.1em; color:#001E44}

h4 {
    font-size: 1.4em;
	color: #001e44;
    }
h5 {
    font-size: 1.2em;
	color: #001e44;
    }
	
/* 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;
    }
.vers2011Inside #content ul li {
	padding: 2px 0 2px 15px;
	background: url('../images/list_item.gif') 3px 7px no-repeat;


}


 .vers2011Inside .abc  { width:710px;  padding-bottom:25px;}


 .vers2011Inside .abc li
{
    background-position: none !important;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CCCCCC;
    padding: 0px 5px 0px 5px !important;
    background: none !important;
    float: left;

}

 .vers2011Inside .ui-tabs-vertical  h3 {padding-left:15px;}
 .vers2011Inside .abc .active { font-weight: bold; color:#001E44;}

 .vers2011Inside .abc li:first-child 
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CCCCCC;
    
    }
    


.contentliste2011 {
    border-bottom: 1px solid #C0C0C0;
    display: block;
     margin-right: 10px;
}

.contentliste2011  h3 {
    background-image: url("/portaldata/1/images/skin/pfeil-d-r.png");
    background-position: 0 10px;
    background-repeat: no-repeat;
    font-family: Arial;
    font-size: 0.85em;
    padding-left: 10px;
}


/**/

#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-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}


.vers2011Inside #right .box { width: auto !important}


#right .box.white {
	color: #000000;
	background: #fff;
	}
#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 {
    padding: 3px 5px 0 5px;
    height: 17px;
    }
#right p {
    padding-bottom: 0;
    }
#right a, #right a:link, #right a:visited {
    color: #fff;
	}
#right .links-banner {
	text-align: center;
	vertical-align: middle;
	}	
	
	
	.vers2011Inside #right .links-banner img { max-width:250px;}
	.vers2011Inside #right img { max-width: 250px;}
	
#right .links-banner a.change-image {
	display: block;
	}	
#right .links-banner a.change-image:hover {
	background-position: bottom;
	}	
#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;
    /* display: table-row; */
    width: 680px;
}
.news-liste h3 {
    position: relative;
    padding: 0 0 5px 0px;
	/*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;
	}

.fragen-liste
{
    padding: 10px 0 5px 0; /*	width: 680px;*/
    border-bottom: solid 1px #2767c2;
    /* display: table-row; */
    width: 460px;
}
	
/* 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;
    }
    
.vers2011Inside #content .download-liste li a, .vers2011Inside #content .download-liste li a:link, .vers2011Inside #content .download-liste li a:visited
{
    padding: 2px 0 2px 15px;
    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;    
}
/* Rahmen */
.rahmen {
    border: solid 1px #001E44;
    margin-bottom: 15px;
    }
.rahmen h2 {
    background: #001E44;
    color: #fff;
    padding-left: 10px;
    }
.rahmen div {
    padding: 10px;
    }
    
    
    
    
    
    
    
    /*2011*/
    
    
    .startbanner { height:300px; width:100%; position: relative;}
    .startbanner > div
{
    padding: 10px;
    vertical-align: bottom;
    bottom: 0;
    position: absolute;
}
 .startbanner   .headline
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 28px;
    color: #FFFFFF;
    float: left;
    position: relative;
}

.headline { margin-right:10px; margin-top:5px;}

.morelink
{
    border: 1px solid #C0C0C0; z-index: 1500;
    
}

 a.morelink, a.morelink:link
{
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    float: left;
    font-weight: bold;
    color: #1179c0 !important; 
  
}
a.morelink:hover { color: White !important;}
    .newbuttonContainer { height:89px;}
    .newbuttonImage
{
    background-repeat: no-repeat;
    width: 180px;
    height: 40px;
}
    
    
    
.newbutton
{
    background-image: url('/portaldata/1/images/skin/btn_neutral.jpg');
    background-repeat: repeat-x;
    height: 30px;
    width: auto;
    vertical-align: middle;
    min-width: 179px;
    display: table-cell;

   
}
.newbutton:hover
{
    background-image: url('/portaldata/1/images/skin/btn_over.jpg');
    background-repeat: repeat-x;
    height: 30px;
}
.newbutton span { padding-left:15px;}


.cleared {  float: none;}



/* Vertical Tabs
----------------------------------*/


.ui-tabs-vertical ul { margin:0 !important; padding:0}
.ui-tabs-vertical { width: 445px; }
.ui-tabs-vertical .ui-tabs-nav {  float: left; width: 160px; }
.ui-tabs-vertical .ui-tabs-nav li
{  
    clear: left;
    width: 100%;
 
    border-right-width: 1px;
   
  
    
}

.ui-tabs-vertical li, .ui-tabs-vertical h3
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
  background-position: 5px 10px;
    background-image: url('/portaldata/1/images/skin/pfeil-d-r.png') !important;
    background-repeat: no-repeat;
   
}

    

.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected
{
    padding-bottom: 1;
    padding-right: .1em;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
}
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 269px;}




.vers2011  .content 
{
    padding-left:10px;
width: 445px;
float: left;}


.vers2011  .middle {
 width: 300px;	margin-top: 10px;float: left;
 }


.vers2011  .right {
width: 180px;float: left;}



.vers2011 , .vers2011Inside  
{
   
}
.vers2011 #footer, .vers2011Inside #footer
{
    background: none  !important;
    background-image: none;
    background-color: none;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
    color: #808080;
    margin: 0px;
    padding:0px;
    height: auto; 
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
}
.vers2011 #footer ul, .vers2011Inside #footer ul { display:none}

/*
#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;
	}*/
.vers2011Inside #footer a, .vers2011Inside #footer a:link, .vers2011Inside #footer a:visited,
.vers2011 #footer a, .vers2011 #footer a:link, .vers2011 #footer a:visited {
	color: #808080;
	}






.news-liste2011
{
    margin-left: 10px;
      margin-right: 10px;
    display: block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}
.news-liste2011 h3
{
   
    font-family: Arial;
    font-size: 0.85em;
    padding-left: 15px; 
    background-position: 5px 10px;
    background-image: url('/portaldata/1/images/skin/pfeil-d-r.png');
    background-repeat: no-repeat;
border: none !important;
}

.news-liste2011 h3 a:hover
{
   
   color: #1179C0 ;
}

.vers2011 .cycle { }



/* snav2011 neue sidenavigation*/
.snav2011d { padding-bottom:20px;}
  .snav2011d li
{
    list-style-type: none;
}
   .snav2011d a:link,  .snav2011d a,  .snav2011d a:visited
{
    font-family: arial, Helvetica, Sans-Serif;
    font-size: 100%;
    font-weight: normal;
    color: #808080;
}
   .snav2011d a:hover { color: #001E44}
    .snav2011d  a.active  {  font-weight: bold; color:#001E44}
      
        .snav2011d { display: none;}
        
        
        
 .snav2011d .li2
{
    font-weight: bold;
    background-position: left 17px;
    background-image: url('/portaldata/1/images/skin/pfeil-d-d.png');
    background-repeat: no-repeat;
    padding-top: 10px;

    list-style-type: none;
}

.snav2011d .level3
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0c0c0;
    padding-bottom:10px;
    padding-left: 10px;
}
 .snav2011d  li  a { padding-left: 10px;}
 
   .snav2011d .level3 li
{
    font-weight: normal;
   
    background-position: left 5px;
    background-image: url('/portaldata/1/images/skin/pfeil-d-r.png');
    background-repeat: no-repeat;
}

.mi3 + ul { display: none; padding-left:10px;}
.mia3 + ul { display: block !important;}

.mi4 + ul { display: none; padding-left:20px;}
.mia4 + ul { display: block !important;}

.mi5 + ul { display: none; padding-left:30px;}
.mia5 + ul { display: block !important;}


.li2open {  background-position: left 17px;
    background-image: url('/portaldata/1/images/skin/pfeil-d-d.png') !important;
    background-repeat: no-repeat;}



/*inside*/
.vers2011Inside .left
{
   display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    width:180px;
}


.vers2011Inside .right
{
     display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    min-width:180px; max-width: 260px;
}

.vers2011Inside #right .box
{
    background: none;
    background-color: White !important;
    line-height: 1.2em;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #666666;
}

.vers2011Inside  #right .box a
{
    color: #1179c0;
    }
    
    .vers2011Inside  #right .box a:hover
{
    color: #001E44;
    }

.vers2011Inside h1 {
	font-size: 1.6em;
	color: #001e44;
	
    }

.vers2011Inside #right h2
{
    color: #666666;
    text-transform: uppercase;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c0c0c0;
}

.vers2011Inside .content
{
 
}


.vers2011Inside #right ul.download-liste li { 
	background: none !important;
	padding: 0 0 3px 0px;
	overflow: hidden;
	}
.vers2011Inside .fileicon { 
	display:none;
	}

.socials {  padding-left:200px; padding-top: 10px; border-top: solid 1px #c0c0c0}

.socials img
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #c0c0c0;
    padding-left: 5px;
    padding-right: 5px;
}
.kommentare2011
{
    border-color: #c0c0c0;
    width: 420px;
    padding-bottom: 20px;
    border-top-style: solid;
 
    border-top-width: 1px;
 
    padding-top: 20px;
}

.kommentare2011 .form { padding-top:20px;}
.kommentare2011  table td  { background: none repeat scroll 0 0 #ffffff !important;  padding: 0px !important;}
.kommentare2011 label { text-align: left;}
.kommentare2011 .bold { font-weight: bold}
.kommentare2011 .kopf {text-transform: uppercase;
    font-weight: bold; padding-bottom:10px;}

.kommentare2011 input
{
    width: 130px;
    margin-left: 0;
    background-color: #EAEAEA;
    border: 1px solid #C0c0c0;
    margin-bottom: 15px;
}
.kommentare2011 .comments-inputdesc
{
    width: 405px;
    margin-left: 0;
    background-color: #EAEAEA;
    border: 1px solid #C0c0c0;
    vertical-align: top;
}
.kommentare2011 .submit
{
    background-color: #EAEAEA; color: Black;   
    float: right;
    border : 1px solid #C0c0c0;
    padding:5px;
    margin-right:10px;
}
.kommentare2011 .submit:hover
{
    background-color: #666666;
    color: white;
    float: right;
    border: 1px solid #C0c0c0;
}

.kommentare2011 .info
{
    color: #999999;
}

.kommentare2011 li
{
    list-style-type: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c0c0c0;
    padding-bottom: 10px;
    padding-top: 10px;
}
.kommentare2011 .description {padding-top:10px;}

.kommentare2011  .newbutton { min-width: 135px !important;}






/************************************************
*					Formular	 2011				*
************************************************/
.vers2011Inside .formular, .login {
    margin-top: 10px;
    width: 100%;
    padding: 20px 0;
    font-size: .93em;
    background: #ffffff;
	}

    .vers2011Inside #content .formular table td {
	border: none; 
	width: auto;
	font-size: 11px; background-color: #ffffff !important;
	}


    .vers2011Inside label {
	float: left;
	width: 130px;
	text-align: left;
	}
    
.vers2011Inside .formular input, .vers2011Inside .formular textarea, 
.vers2011Inside  .formular select {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 1em;
	margin-left: 20px;
   
    background-color: #EAEAEA;
    border: 1px solid #C0c0c0 !important;
    margin-bottom: 15px;
	
	}


.vers2011Inside .submit:hover , .vers2011 .submit:hover {
    background-image: url('/portaldata/1/images/skin/btn_over.jpg');
    background-repeat: repeat-x;
    color: White;
    height: 30px;}
    
.vers2011Inside .submit, .vers2011 .submit
{
    background-image: url('/portaldata/1/images/skin/btn_neutral.jpg');
    background-repeat: repeat-x;
    height: 30px;
    width:  auto;
    vertical-align: middle;
    display: table-cell;
    margin-left: 150px !important;
    padding-left:15px;
    padding-right: 5px;
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    color: #1179c0;
}
    
.vers2011Inside .formular input.ort {
    width: 206px;
    margin-left: 5px;
    }
    
/*    .tablink {padding-left:15px;}*/
    
    .pfeilrahmen
{
    background-position: right 2px;
    background-image: url('/portaldata/1/images/skin/pfeil-rahmen-h.png');
    background-repeat: no-repeat;
    padding-right: 20px;
}
 .pfeilrahmen:hover { color: #1179C0;
                       background-position: right 2px;
    background-image: url('/portaldata/1/images/skin/pfeil-rahmen-d.png');
    background-repeat: no-repeat;
    padding-right: 20px; }

/************************************************
*              OLMA Forum 2010                  *
************************************************/

#olmaform td table td {
	border: 0px solid;
	font-size:11px;
}

#olmaform .submit 
{
    margin-left: 432px !important;
    margin-top: 15px;
}

.olma_fragebogen_title 
{
    width: 700px;
}

/*Antwort*/
.olma_fragebogen_antwort 
{
    width: 270px;
}

.olma_fragebogen_antwort label
{
	display:block;
	width:10px;
	margin-left:10px;
}

.olma_fragebogen 
{
    width: 700px;
    margin-top: 15px;
}

.olma_fragebogen label 
{
    text-align: center;
}

.olma_fragebogen tr
{
    border-bottom: 1px solid #EAEAEA;
    margin-top: 15px;
}

.olma_fragebogen tr table tr
{
    border-bottom: none;
}

.olma_fragebogen textarea 
{
    width: 260px;
    margin-left: 6px;
    margin-right: -4px;
}

.olma_fragebogen label 
{
    margin: none;
    /*float: right;*/
    width: 50px;
}

.olma_fragebogen_name
{
    float: left;
    border: 1px solid #001E44;
    padding: 2px 2px 2px 4px;
    width: 270px;
}

.olma_fragebogen table
{
    width: 276px;
}


