html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;
	vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ################ START Definition OVERALL ################# */
p, div, span, a, li {
	font-family:Verdana, Helvetica, Arial;
	font-size: 11px;
	color:#000;
	line-height:14px;
}

A:link {color: #0175B2; text-decoration: underline;}
A:visited {color: #0175B2; text-decoration: underline;}
A:active {color: #22477c; text-decoration: underline;}
A:hover {color: #22477c; text-decoration: underline;}

input,
div#contentBounding input.searchFormInput{
	border:solid 1px #9f9f9f;
	position:relative;
	float:left;
}

input[type="checkbox"] {
	border:solid 1px #FFFFFF;
}

input[type="radio"]{
	border:none;
}

hr{
	clear:both;
	border-top:1px solid #cdcdcd;
	height:1px;
	margin-bottom:15px;
	position:static;
	width:100%;
}

label{
	padding-right:10px;	
}

h2{
 font-family: Verdana, Helvetica;
 font-size: 14px;
 color: #002664;
 line-height: 18px;
}

h3{
 font-family: Verdana, Helvetica;
 font-size: 13px;
 color: #002664;
 line-height: 18px;
 
}

h4 {
	font-size:11px;
	color: #000;
	font-weight:bold;
	padding-bottom:10px;
}

h5 {
	font-size:17px;
	line-height: 20px;
	color: #66729E;
	padding-bottom:10px;
	font-weight:normal;
	
}

h6 {
	color: #22477C;
	font-size: 11px;
	line-height:14px;
	font-weight: normal;
}
/* ################ END Definition OVERALL ################# */

/* ################ START Definition LAYOUT ################# */

/* Clearfix START */
.clearfix:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0;
}
 
.clearfix {
      display: inline-block;
}
 
html[xmlns] .clearfix {
      display: block;
}
 
* html .clearfix {
      height: 1%;
}
/* Clearfix END */

body {
	background-color:#fff;
}

#overall {
	width:1100px;
	margin: 0 auto;
	text-align: left;
	z-index:1;
	position:relative;
	padding:0 15px 0 15px;
}

#overallPopUp {
	width:530px;
	margin: 0 auto;
	text-align: left;
	z-index:1;
	position:relative;
	padding:0 15px 0 15px;
}

/*----------------------------- HEADER ------------------------------- */

div#headerbounding{
	width:1100px;
	height:117px;
	z-index:10;
	margin-bottom:2px;
}

div#headerbounding img.logo{
	height:87px;
	float:left;
}

div#headerbounding div.serviceNav{
	height:17px;
	float:right;
	padding:51px 0 19px 0;
}

div#headerbounding div.serviceNav a{
	color:#002664;
	margin-left:17px;
	line-height:13px;
	height:14px;
	display:block;
	float:left;
	text-decoration:none;
}

div#headerbounding div.serviceNav a.langswitch{
	margin-left:12px;
}

div#headerbounding div.serviceNav a:hover{
	color:#0175B2;
	text-decoration:none;
}

div#headerbounding div.search{
	height:17px;
	float:right;
	padding:50px 20px 20px 17px;
}

div#headerbounding div.search input.searchField{
	color:#808080;
	font-size:10px;
	height:13px;
	width:100px;
	padding:1px 2px;
	margin:0;
	float:left;
	display:block;
}

div#headerbounding div.search input.searchSubmit,
input.searchFormButton{
	background:none;
	border:none;
	color:#c0c0c0;
	padding:0 0 2px 10px;
	cursor:pointer;
	height:17px;
	float:left;
	display:block;
}

div#headerbounding div.mainNav{
	height:30px;
	width:1090px;
	padding:0 5px;
	background-color:#00589e;
	clear:both;
}

div#headerbounding div.mainNav a{
	color:#fff;
	font-size:11px;
	display:block;
	float:left;
	height:23px;
	padding:7px 10px 0 10px;
	text-decoration:none;
}

div#headerbounding div.mainNav a:hover,
div#headerbounding div.mainNav a.active{
	color:#000;
	text-decoration:none;
}

/*----------------------------- HEADER ------------------------------- */

/*----------------------------- SUBNAV ------------------------------- */
div#subNav{
	width:230px;
	float:left;
}

div#subNav ul li{
	display:block;
}

div#subNav ul li a{
	display:block;
	padding:6px 10px 6px 15px;
	border-bottom:1px solid #22477c;
	color:#002664;
	text-decoration:none;
}

div#subNav ul li a:hover{
	color:#00589e;
	text-decoration:none;
}

div#subNav ul li.active a{
	color:#00589e;
	font-weight:bold;
}

div#subNav ul li.active ul{
	display:block;
}

div#subNav ul li ul{
	display:none;
}

div#subNav ul li.active ul{
	display:block;
}

div#subNav ul li ul li a,
div#subNav ul li.active ul li a{
	padding:6px 15px 3px 30px;
	font-weight:normal;
	text-decoration:none;
}

div#subNav ul li ul li.active a{
	font-weight:bold;
	text-decoration:none;
}

div#subNav ul li ul li ul{
	display:none;
}

div#subNav ul li ul li ul li a,
div#subNav ul li.active ul li ul li a{
	padding:6px 15px 3px 45px;
	font-weight:normal;
	text-decoration:none;
}

div#subNav ul li ul li ul li.active a{
	font-weight:bold;
	text-decoration:none;
}
/*----------------------------- SUBNAV ------------------------------- */




/*----------------------------- CONTENT BEREICH ------------------------------- */
div#contentBounding{
	width:813px;
	height: 500px;
	height: auto !important;
	min-height: 500px;
	float:left;
	padding:0 0 0 57px;
}

div#contentBounding p,
body#tinymce p{
	padding-bottom:10px;
}

div.homeOverall div#contentBounding{
	width:1100px;
	padding:0;
}

div#contentBounding h1{
	background-color:#22477C;
	height:36px;
	padding:10px 0 8px 10px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.15em;
	line-height:16px;
	text-transform:uppercase;
}

div.homeOverall div#contentBounding h1{
	margin-bottom:10px;
}

div.homeOverall div#contentBounding h1{
	height:50px;
}

div#contentBounding div.col-1{
	width:463px;
	float:left;
	padding:5px 30px 0 0;
}

div.homeOverall div#contentBounding div.col-1{
	width:485px;
	padding:0;
}

div#contentBounding div.col-2{
	width:320px;
	float:left;
}

div.homeOverall div#contentBounding div.col-2{
	width:525px;
	padding:50px 30px 30px 60px;
	font-size:17px;
	line-height:20px;
}

div.homeOverall div#contentBounding div.col-2 .hometext{
	font-size:17px;
	line-height:17px;
	padding-bottom:26px;
}

div#contentBounding div.col-3{
	width:783px;
	float:left;
	padding:5px 30px 0 0;
}
div.col-3PopUp{
	width:500px;
	float:left;
	padding:5px 0 10px 0;
}

div#contentBounding div.col-news{
	width:813px;
	padding:1px 0 0 0;
}

div#contentBounding .pdflink{
	background-image:url('/cms/cmsCustom/default/headers/default_v1.0.0/images/icn_pdflink.gif');
	background-repeat:no-repeat;
	padding:5px 0 0 18px;
	text-decoration:none;
}

/* Dokumenten Ausgabe */
div#contentBounding table.dms-documents {
	margin-top: -10px;
}

div#contentBounding table.dms-documents tr.group-title td {
	height:35px;
	vertical-align:bottom;
	background-image:url('/cms/cmsCustom/default/headers/default_v1.0.0/images/dms_title.gif');
	background-repeat:repeat-x;
	background-position: bottom;
}

div#contentBounding table.dms-documents tr.group-title td strong {
	display: block;
	color:#002665;
	font-weight:bold;
	margin: 0 0 8px 6px;
}

div#contentBounding table.dms-documents a{
	text-decoration: none;
}
/*----------------------------- CONTENT BEREICH ------------------------------- */


/*----------------------------- FOOTER BEREICH ------------------------------- */
div#footer{
	padding:30px 20px 10px 20px;
	clear:both;
	text-align:center;
	color:#0175B2;
}

div#footer *{
	text-transform:uppercase;
	text-decoration:none;
}

div#footer table{
	margin: 0 auto;	
}

div#footer p#copyright{
	color: #0099FF; 
	font-size: 6pt; 
	text-align: right; 
	width: 100%;	
}

div#inmCopyInfo{
	text-align:center;
	font-size:10px;
	color:#999;
}

div#inmCopyInfo *,
div#inmCopyInfo a:hover{
	color:#999;
	font-size:10px;
	text-decoration:none;
}

/*----------------------------- FOOTER BEREICH ------------------------------- */

/* ################ END Definition LAYOUT ################# */











/* ################ START Definition CONTENT ELEMENTE ################# */
div#contentBounding ul,
body.mceContentBody ul{
	padding:0 0 0 48px;
	margin:0;
}

ol{margin-left:35px;}

ol li{
	list-style-type:decimal;
}

div#contentBounding ul li,
body.mceContentBody ul li{
	background-image: url('/cms/cmsCustom/default/headers/default_v1.0.0/images/icn_listdot.gif');
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0 0 5px 32px;
}

table.bordertable td{
	border-bottom:1px solid #22477c;
	padding:2px 0 7px 0;
}

table.bordertable thead td{
	height:35px;
}

table.headerBlue thead td{
	background-color:#D5D6E5;
	color:#002664;
	font-family:Verdana,Helvetica;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	padding:3px;
}

table.headerBlue td{
	padding:3px;
}

/* Formulare Definitions */
table.formulargeneratorTable strong{
	display:block;
	padding-bottom:5px;
}

table.formulargeneratorTable td{
	height:21px;
}

table.formulargeneratorTable input[type="text"],
table.formulargeneratorTable textarea{
	background-color:#EEF5FD;
	border:1px solid #9F9F9F;
	width:181px;
	margin-bottom:4px;
}

table.formulargeneratorTable input[type="radio"]{
	margin-bottom:10px;
}

table.formulargeneratorTable input[type="submit"],
table.formulargeneratorTable input[type="reset"],
div.col-1 form a.submit{
	background-color:#ACACAC;
	border:1px solid #C0C0C0;
	color:white;
	font-weight:bold;
	display:block;
	float:left;
	text-decoration:none;
	padding:1px 8px;
}

div.contactLabelSpalte{
	padding:3px 10px 2px 0;
}

div.contactTexfeldSpalte{
	padding:0 0 2px;
}

div.contactAbstandUnten{
	padding:0;
}

.contactTexfeld,
.contactTexfeldPlz,
.contactTexfeldOrt{
	background-color:#EEF5FD;
	border:1px solid #9F9F9F;
	width:181px;
}

/* ################ END Definition CONTENT ELEMENTE ################# */


/* ################ START Definition CMS-ADMIN ELEMENTE ################# */
div#overall table.cmsElementEditTable,
div#overallPopUp table.cmsElementEditTable{
	border:1px solid #ff0000;
}

div#overall table.cmsElementEditTable tr.cmsElementEditRowTop,
div#overallPopUP table.cmsElementEditTable tr.cmsElementEditRowTop{
	
}

div#overall table.cmsElementEditTable a.cmsElementEditLinks,
div#overallPopUp table.cmsElementEditTable a.cmsElementEditLinks{
	font-size:11px;
	line-height:14px;
	color:#000;
	text-decoration:underline;
}

div#overall table.cmsElementEditTable a.cmsElementEditLinks:hover,
div#overallPopUP table.cmsElementEditTable a.cmsElementEditLinks:hover{
	text-decoration:none;
}

div#overall table.cmsElementEditTable tr.cmsElementEditRowTitle,
div#overallPopUp table.cmsElementEditTable tr.cmsElementEditRowTitle{
	background-color:#ff0000;
	color:#000;
}

div#overall table.cmsElementEditTable tr.cmsElementEditRowContent,
div#overallPopUP table.cmsElementEditTable tr.cmsElementEditRowContent{
		
}

div#overall table.cmsElementEditTable tr.cmsElementEditRowBottom,
div#overallPopUP table.cmsElementEditTable tr.cmsElementEditRowBottom{
	background-color:#cfcfcf;
}
/* ################ END Definition CMS-ADMIN ELEMENTE ################# */ 
.sitemapimg{
	border: none;
	height: 19px;
	width: 15px;
	vertical-align: middle;
	padding-right: 2px;
}

.sitemaptree{
	vertical-align: middle;
	height: 19px;
}

.searchResultTitle{
	font-weight: bold;
	color: #000;
}

.searchResultLine,
.searchResultText{
	font-weight: normal;
	color: #000;
}

.searchFormInput{
	width: 150px;
	border: solid 1px #000;
	color: #000;
	margin: 0 5px 0 0;
}

.searchFormButton {
	height: 18px;
	border: solid 1px #000;
	color: #cca168;
	background: #fff;
}

.searchKey{background-color: #ffff90;} 
.contactLabelSpalte{
	width:80px;
	padding:3px 10px 4px 0;
	float:left;
}

.contactTexfeldSpalte{
	width:200px;
	padding:0 0 4px 0;
	float:left;
}

.contactTexfeldSpaltePlz{
	width:200px;
	padding:0 0 4px 0;
	float:left;
}

.contactTexfeldSpalteOrt{
	width:200px;
	padding:0 0 4px 0;
	float:left;
}

.contactTexfeld {
	width:200px;
	padding:0 3px;
}

.contactTexfeldPlz {
	width:200px;
	padding:0 3px;
}

.contactTexfeldOrt {
	width:200px;
	padding:0 3px;
}

.contactInfotext{
	padding:0 0 15px 0;
	font-weight:bold;
}

.contactErrortext{
	padding:0 0 15px 0;
	font-weight:bold;
	color:red;
}
.contactAbstandUnten{
	padding-bottom:8px;
} div.newsList{
	
}

div.newsList div.newsHeader,
div.newsDetail div.newsHeader{
	background-color:#D5D6E5;
	height:18px;
	color:#002664;
	font-size:11px;
	font-weight:bold;
	border-bottom:1px solid #fff;
	padding:4px 0 0 4px;
}

div#contentBounding div.newsDetail div.newsHeader p{
	padding-bottom:0;
	float:left;
}

div.newsList div.newslist_item,
div.newsDetail div.detailContent{
	padding:16px 10px 10px 4px;
	background-color:#f4f4f4;
	border-bottom:1px solid #fff;
}

div.newsDetail div.detailContent{
	padding:16px 10px 20px 4px;
}

div.newsList div.odd_item{
	background-color:#f4f4f4;
}

div.newsList div.even_item{
	background-color:#f8f8f8;
}

div.newsList div.newslist_item p.date{
	font-size:10px;
}

div.newsList div.newslist_item h3{
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	padding-bottom:0;
}

div.newsList div.newslist_item h3 a{
	color:#000;
}

div.newsList div.newslist_item p.lead{
	
}

div.newsList div.newslist_item p.content{
	
}

div.newsList div.newslist_item a.moreLink,
div.newsList div.newslist_item a.moreLink:hover{
	text-decoration:none;
	float:right;
	display:block;
	padding:4px 0 0 0;	
}

div.newsList div.newslist_item a.moreLink:hover{
	color:#22477c;
}

div.newsDetail a.backToList,
div.newsDetail a.backToList:hover{
	text-decoration:none;
	display:block;
	float:right;
	padding:0 3px 0 0;
}

div.newsDetail a.backToList:hover{
	color:#22477c;
}

div#contentBounding div.newsDetail div.detailContent p.date{
	font-size:10px;
	text-align:right;
	padding-bottom:7px;
} 
.inputSubmit	{
  float:right;
  width:auto;
  padding:0 6px;
  margin:0 0 0 5px;
	background-color:#3C62A9;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	border:1px solid #99AEC9;
}
.formtype_normal100 {
	background-color:#FFFFFF;
	width:100px;
}
.formtype_normal150 {
	background-color:#FFFFFF;
	width:150px;
}
.formtype_normal200	{
	background-color:#FFFFFF;
	width:200px;
}
.formtype_silver100	{
	background-color:#D3D8E4;
	width:100px;
}
.formtype_silver150	{
	background-color:#D3D8E4;
	width:150px;
}
.formtype_silver200	{
	background-color:#D3D8E4;
	width:200px;
}
.formtype_silver200x80_textarea	{
	background-color:#D3D8E4;
	width:200px;
	height:80px;
}
.formtype_normal200x80_textarea	{
	background-color:#FFFFFF;
	width:200px;
	height:80px;
}
.formtype_silver200x160_textarea	{
	background-color:#D3D8E4;
	width:200px;
	height:160px;
}
.formtype_normal200x160_textarea	{
	background-color:#FFFFFF;
	width:200px;
	height:160px;
} 
