html {
	background-color: #d8d9da;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
}

p {
	
}

#cboxWrapper {
	font-size: 12px;
}

.clearer {
	clear: both;
}

body {
	margin: 22px 10px 10px 10px;
}


.tx-indexedsearch-browsebox p {
	padding-bottom: 10px;
}


/* Allgemeines Layout */

#ly1allWrap {
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
}

#ly2headerWrap {
	height: 94px;
	padding-left: 18px;
}

#ly3headerLeft {
	float: left;
}

#ly3headerRight {
	float: right;
}

#ly4langSwitch {
float: left;
padding: 0;
}

#ly4metaNavigation {
float: left;
padding-right: 36px;
padding-top: 0;
}

#ly3headerRight, #ly3headerRight a, #ly3headerRight a:link, #ly3headerRight a:visited {
	font-size: 11px;
	text-transform: uppercase;
	color: #7e8185;
	text-decoration: none;

}

#ly3headerRight a:hover {
	color: #196aac;
}


#ly2mainNavigationWrap {
	padding-left: 15px;
	
}


#ly2headerImageWrap {
	height: 198px;
	padding-left: 0px;
	overflow: hidden;
	background-image: url(../img/bgHeaderImage.png);
	background-repeat: no-repeat;
	background-position: -6px 0px;
	clear: both;
}

#ly3MainNavigationContent {
	float: left;
}

div#ly3MainNavigationLinks {
	float: right;
	width: 60px;
	margin-right: 36px;
	padding-top: 3px;
}


#ly2ContentWrap {

}

#ly3ContentLeft {
	float: left;
	width: 610px;
}

#ly4ContentLeftTop {
	padding-left: 15px;
	padding-right: 55px;
}

#ly3ContentRight {
	float: right;
	width: 300px;
	min-height: 200px;
	margin-right: 36px;
}
#ly3ContentRight, #ly3ContentRight a, #ly3ContentRight p, #ly3ContentRight h2 {
	font-size: 12px;
}
#ly3ContentRight p {
	padding-top: 6px;
	padding-bottom: 8px;
}
#ly3ContentRight div div p {
	padding-top: 0px;
	padding-bottom: 0px;
}

#ly2FooterWrap {
	padding: 20px 0 15px 2px;
	clear: both;
}

#ly2FooterWrap p, #ly2FooterWrap a, #ly2FooterWrap a:link, #ly2FooterWrap a:visited {
	font-size: 11px;
	color: #7e8185;
	text-decoration: none;
}

.#ly2FooterWrap a:hover {
	color: #196aac;
}


#ly2Pathway {
	padding-bottom: 30px;
	padding-left: 15px;
} 

#ly2Pathway, #ly2Pathway a, #ly2Pathway:visited, #ly2Pathway:link {
	font-size: 11px;
	color: #b9babd;
} 
#ly2Pathway a:hover {
	color: #196aac;
} 

#uid1 #ly2Pathway span {
	display: none;
}


#ly3ContentRight .csc-menu {
	padding-top: 6px;
	padding-bottom: 6px;
}

#ly3ContentRight .csc-menu li {
	padding-top: 2px;
	padding-bottom:2px;
}

/* Icons */
.icons a {
	display: block;
	width: 16px;
	height: 14px;
	margin-left: 10px;
	float: right;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
}

.icons a:hover {
	background-position: 0 -20px;
}

.iconContact a {
	background-position: -24px 0;
}

.iconContact a:hover {
	background-position: -24px -20px;
}


/* Frames */
.spacerTop {
	padding-top: 28px;
}

.spacerBottom {
	margin-bottom: 28px;
}


/* 3 Boxes */
 
.sub1BoxesContent {
	padding-top: 8px;
}
.sub2BoxesDetail p {
	font-size: 12px;
}

.sub2BoxesDetail .csc-header h3 {
	border-bottom:0px solid #999C9E;
	border-top:0px solid #999C9E;
	display:block;
	padding-bottom:0px;
	padding-top:0px;
	font-weight: bold;
}

.sub2BoxesDetail {
	background-image: url(../img/box1BG.png);
	background-repeat: no-repeat;
	float: left;
	width: 195px;
	height: 129px;
	overflow: hidden;
}

.sub2BoxesDetailPadding {
	padding: 12px 25px 15px 15px;
}




/* 2 Boxes */

.sub1Boxes2Content {
	background-image: url(../img/box2BG.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.sub2Boxes2Detail p, .sub2Boxes2Detail li {
	font-size: 12px;
}

.sub1Boxes2TopBorder {
	height: 10px;
	background-image: url(../img/box2BGtopBorder.png);
	background-repeat: no-repeat;
	margin-top: 8px;
	overflow: hidden;
}

.sub2Boxes2Detail .csc-header h3 {
	border-bottom:0px solid #999C9E;
	border-top:0px solid #999C9E;
	display:block;
	padding-bottom:2px;
	padding-top:0px;
	font-weight: bold;
}

.sub2Boxes2Detail {
	float: left;
	width: 290px;
	overflow: hidden;
}

.sub2Boxes2DetailPadding {
	padding: 2px 25px 23px 15px;
}

.sub2Boxes2Detail li {
	list-style: none;
	margin: 0;
}

.sub2Boxes2Detail li a, .sub2Boxes2Detail li a:link, .sub2Boxes2Detail li a:visited {
	display: block;
	padding-bottom: 1px;
	padding-top: 2px;
	background-image: url(../img/bgSUB.png);
	background-repeat: no-repeat;
	background-position: right 8px;
	color: #7e8185;
}

.sub2Boxes2Detail li a:hover {
	background-position: right -9px;
	color: #196aac;
}


/* 2 Cols 50:50 */
.sub2Cols2Col1,
.sub2Cols2Col2 {
	float: left;
	width: 45%;
	height: 150px;
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.sub2Cols2Col1 {
	padding-right: 50px;
}

.sub1Cols2Content h3 {
	font-weight: bold;
	padding-bottom: 10px;
}
.sub1Cols2Content p {
	font-size: 12px;
}

/* News Latest */

.news-latest-container {
	padding-bottom: 15px;
}

.news-latest-item .newsTitle a, 
.news-latest-item .newsTitle a:link, 
.news-latest-item .newsTitle a:visited {
	color: #7e8185;
}
.news-latest-item {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #999c9e;
}

/* News List */


.news-list-container {
	border-top: 0px solid #999c9e;
	padding-top: 0px;
}
.news-list-item h2 {
	font-size: 16px;
}


.newsTitle a, .newsTitle a:link, .newsTitle a:visited {
	color: #7e8185;
}
.news-list-item {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999c9e;
	width: 520px;
}

.news-list-date {
	font-size: 12px;
	padding-bottom: 3px;
}


/* News Single */

.newsSingleDate {
	font-size: 12px;
	padding-bottom: 4px;
	padding-left: 1px;
}

.newsSingleHeader h1 {
	text-indent: 0;
	
}

.newsSingleHeader h2 {

}

.newsSingleContent {
	padding-bottom: 10px;
	border-bottom: 1px solid #999c9e;
}

.news-single-backlink {
	padding-top: 10px;
	padding-bottom: 10px;
}

.news-single-img {
	padding-top: 10px;
	padding-bottom: 10px;
}

.news-single-imgcaption {
	padding-top: 3px;
	font-size: 12px;
}

/* Media Item */

.subMediaItem {
	padding-top: 8px;
	padding-bottom: 5px;
}

.subMediaTitle a,
.subMediaTitle a:link,
.subMediaTitle a:visited {
	color: #7e8185;
	font-weight: bold;
}

.subMediaTitle a:hover {
	color: #196aac;

}

/* Language Switch */

.CUR, .INACT, .SPC, .NO {
	float: left;
}

#ly3headerRight .CUR {
	color: #196aac;
}

/* ---------------------- POWERMAIL ---------------------- */
/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	background-color:#3765a2;
	border:1px solid #3765a2;
	font-size:11px;
	color:#fff;
	padding:3px 10px 5px 10px;
	margin-left:-2px;
    z-index:10;
    text-align:left;
    height:auto;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
	box-shadow:0 0 6px #ddd;
}

.error p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #FFF;
}

/* pure CSS arrow */
html:root .error em {
	display:block;
	width:0;
	height:0;
	border:10px solid;
	border-color:#3765a2 transparent transparent;

	/* positioning */
	position:absolute;
	bottom:-10px;
	left:5px;
	border-bottom:0 none;
}
.powermail_mandatory {
	color: #3765a2;
	font-weight: bold;
	font-size: 14px;
	padding-left: 3px;
}

div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: #ef4130;
	margin: 3px 0 15px 130px;
	font-size: 12px;
}
fieldset.tx-powermail-pi1_fieldset {
	border: none;

	padding-left: 0px;
	
}
fieldset.tx-powermail-pi1_fieldset legend {
	display: none;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 130px;
	float: left;
	clear: both;
	font-weight: normal;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text {
	/* Input and textarea */
	width: 220px;
	border: 1px solid #7f7f7f;
	padding: 1px;
	background-color: #fff;
	font-size: 16px;
}

fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 220px;
}
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
	height: 90px;
	border: 1px solid #7f7f7f;
	padding: 2px;
	background-color: #fff;
	
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 0px 0 10px 130px;
	border: 1px solid #7f7f7f;
	padding: 2px;
	background-color: #fff;
	color: #6d6d6d;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset .powermail_check_inner label  {
	clear: both;
	
	width: 230px;
	float: right;
	
}
.powermail_check_inner {
	clear: both;
	padding-top: 3px;
	
	padding-left: 130px;
	
}

.powermail_mandatory_list {
	display: block;
	background-color: #fff;
	color: red;
	padding: 10px;
	margin: 10px 0 10px 0;
}

/* Indexed Search */
.tx-indexedsearch-res td, .tx-indexedsearch-res tr, .tx-indexedsearch-whatis, .tx-indexedsearch-browsebox, .tx-indexedsearch-browsebox p {
	font-size: 12px;
}

.tx-indexedsearch-browsebox {
	padding-bottom: 12px;
}
.searchbox-text {
	padding-right: 5px;
}


/* SITEMAP */
.csc-sitemap li, #lyMainConentHalvLeftPadding .csc-menu li {
	list-style: none;
	font-weight: bold;
	padding-bottom: 15px;
}

#lyMainCol2BottomCol1 .csc-sitemap a, #lyMainCol2BottomCol1 .csc-sitemap a:link, #lyMainCol2BottomCol1 .csc-sitemap a:visited {
	text-decoration: none;
}

.csc-sitemap li li {
	list-style: circle;
	margin-left: 15px;
	padding-bottom: 2px;
	font-weight: normal;
}

