/* content.css - contains all CSS Classes for content elements  */

a:focus {
    outline: 0 !important;
}

#content {
	text-align:justify;
}

#content b a {
    font-weight:bold;
}

#right_side a.internal-link:hover,
#right_side a:hover {
    color:#23333F;
}

.align-right{
	text-align: right;
}
.clickenlarge a{
	background-image: none !important;
	padding-left: 0px !important;
	left: 5px !important;
	position: relative;
}

hr.clean {
	/*clear: both;*/
	width: 100%;
	color: white;
	display: block; 
  	visibility: hidden;
}

#content p.bodytext {
	/*line-height:23px;*/
	line-height:150%;
	color: #315163;
}

h1.csc-firstHeader {
	font-size: 200%;
	color: #A29800;
	font-weight:normal;
	padding: 0px 0 2px 4px;
	margin-bottom: 6px;
}
#content h1,
#content h3,
#content h4 {
	padding-left:3px;
}
#content h2 {
	margin-bottom:3px;
}

#content a.internal-link,
#content a.external-link,
#content a.external-link-new-window,
#content a.download{
	background-image: url(images/arrow_links.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

#content a.no-arrows {
	padding:0px;
	background-image:none;
}

dt {
	padding-left:6px;
	color: #002c53;
}

dd {
	color: #002c53;
	line-height:150%;
}

#content legend, 
#content img,
#content h5,
#content h6 {
	padding-left: 4px;
}

#content img {
	margin-right: 10px;
}

.Column2_1 { 
/*	clear:both;*/
}
#right_side h1.csc-firstHeader,
.Column2_1 h1.csc-firstHeader, 
.Column2_2 h1.csc-firstHeader {
	font-size: 116.67%;
	color: #A29800;
	padding: 1px 6px 1px 6px;
	margin: 7px 0;
}

a.external-link-new-window {
}
a.external-link-new-window:hover {
}

label {
	padding-left: 4px;
}


/* ------------------------------------------------- left_side */
#sub_menu p {
	font-size: 127.28%;
	font-style:italic;
	font-weight:bold;
	color: #909297;
}

#sub_menu h5 {
	font-size:100%;
	color: #DCD59C;
	font-style:italic;	
	text-align:right;	
}


/* ------------------------------------------------- right_side */

#right_side h2,
#right_side h1 {
	text-transform:uppercase;
}

#right_side h2,
#contact h1.csc-firstHeader {
	margin:0px;
	font-size: 91.67%;
	height:16px;
	padding-top:3px;
	padding-left:17px;
	background-color:#DCD59C;
	color:#345065;
	font-weight:normal;
}

#right_side p.head {
	color: #FFFFFF;
	padding: 3px 4px 7px 4px;
}
#right_side p {
	margin-top:3px;
	padding: 5px 7px 5px 18px;
	background-color:#E8EDF0;
	color: #002c53; 
}
#right_side p.prep {
	font-weight: bold;
	border-bottom: 1px solid #d2ddde;
}

#direct p {
	padding:3px 0px 3px 17px;
	background-color: #C5D0D6;
}

#direct p a.internal-link{
	display:block;
	color:#345065;	
}

#contact p {
	font-size:91.67%;
	color:#315163;	
}


/* ---------------------------------------------------  Frontpage Box */
.frontpage-box {
	padding-top: 5px;
}
.frontpage-box .box-header img {
	border: 1px solid #BBBBBB;
}
.frontpage-box p {
	padding: 0;
	margin: 0;
}
.frontpage-box h1{
	font-size: 100%;
	font-weight: bold;
	background: none;
	border: none;
	height: auto;
	margin: 0;
	padding: 2px 0px 2px 20px;
	background-image: url(images/dot_grey.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.frontpage-box .box-body{
	padding: 6px 8px;
	font-size: 92%;
}


/* ---------------------------------------------- Contact Box*/

#content .ContactBox {
	margin-top: 9px;
}
#left_side .ContactBox {
	margin-top: 20px;
	margin-left: 10px;
}
#left_side .ContactBox,
.ContactBox {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 8px;
	border-top: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCB;
	background-image: url(images/bg_download_box.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#left_side .ContactBox h1,
.ContactBox h1{
	font-weight: bold;
	background: none;
	border: none;
	height: auto;
	padding: 0;
	margin: 0;
}
#left_side .ContactBox .box-body,
.ContactBox .box-body {
	padding: 0 4px;
	min-height: 60px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 60px;
	background-image: url(images/phone.gif);
	background-repeat: no-repeat;
	background-position: 90% 0%;
	font-size: 100%;
}


/* --------------------------------------------- MultiColumn Content */

div.Column2_1 {
/*	clear:both;*/
	float: left;
	width: 48%;
	padding-right: 2%;	
}
div.Column2_2 {
	float:right;
	width: 48%;
}

div.Column3_1,
div.Column3_2,
div.Column3_3 {
	float: left;
	width: 237px;
}
div.Column3_1,
div.Column3_2 {
	padding-right: 18px;
}


/* --------------------------------------------------- lang_fontsize lang */
#lang_fontsize {
	color: #002c53;
	font-size:84.62%;
}
#lang_fontsize a {
	color: #002c53;
}
#lang_fontsize span a {
	color: #002c53;
}
#lang_fontsize a:hover {
	text-decoration:none;
}
#lang_fontsize span.isoff {
	font-weight: bold;
	color: #002c53;
}
.fontresize_normal,
.fontresize_large,
.fontresize_huge{
	cursor: pointer;
	padding: 0 2px 0px 2px;
}
.fontresize_normal{
	font-size: 100.01%;
}
.fontresize_large{
	font-size: 136%;
}
.fontresize_huge{
	font-size: 172%;
}

/* --------------------------------------------------- Drop Down Site Map */
.tx-dropdownsitemap-pi1 img {
	display: none;
}

/* --------------------------------------------------- LW Footer Link */
#lw_link a{
	color: #CCCCCC;
}

/* Tabellenredesign */

#content_area .contenttable {
  border-style:none;
  border-spacing:0;
  border-collapse:collapse;
  background-color:transparent;
  width:100%;
}
#content_area .contenttable tr{
  background-color:#FFFFFF;
}
#content_area .contenttable td,
#content_area .contenttable th {
	padding:2px 5px;
	vertical-align:top;
}
#content_area .news-list-container .contenttable th.td-0, 
#content_area .news-list-container .contenttable .td-0,
#content_area .news-latest-container .contenttable th.td-0, 
#content_area .news-latest-container .contenttable .td-0 {
  text-align:center !important;
  width:70px;
}
#content_area .news-list-item a{
	color:#315163;
}
#content_area .contenttable .td-0 a{
  color:#444444;
  font-weight:bold;
}
#content_area .contenttable .td-last {
  border-right-style:none !important;
}
#content_area .contenttable tr:hover .td-0 {
	background-color:#C5D0D6;
}
#content_area .contenttable .td-0 {
  background-color:#E8EDF0;
  color:#444444;
  border-left-style:none !important;
  font-weight:bold;
  text-align:left;
}
#content_area .contenttable td,
#content_area .contenttable th {
  line-height:20px;
  padding:2px 3px;
}
#content_area .contenttable td{
  border: 1px solid #C6CFD6;
}
#content_area .contenttable .tr-0 .td-0{ 
  border-style:none;
}
#content_area .contenttable .tr-0:hover .td-0{
  color:#444444;
}
#content_area .contenttable .tr-0:hover th {
  background-color:#DCD59C;
  color:#444444;
}
#content_area .contenttable th,
#content_area .contenttable .tr-0 .td-0{
  color:#444444;
  background-color:#DCD59C;
  border:1px solid #002C53;
}
#content_area .contenttable .tr-odd {
  background-color:transparent;
}
#content_area .contenttable tr:hover {
  background-color:#C5D0D6;
  color:#333333;
}
#content_area .contenttable tr:hover td *,
#content_area table.content tr:hover td.color-right * {
  background-color:#C5D0D6;
  color:#333333;
}
#content_area .contenttable tr:hover .td-0 {
  color:#333333;
}
#content_area .contenttable tr {

}
#content_area .contenttable .tr-odd td {

}
#content_area .contenttable .tr-even td {

}
#content_area .contenttable-1 td {
	text-align:right;
}
#content_area .contenttable-1 .td-0 {
	text-align:left;
}

#uid344 #sub_menu p{
	margin:10px
}

#sub_menu .floskel {
	font-size:10px; 
	text-align:right;
	color:#A59A00;
	font-weight:normal;
}
#content_area .news-latest-container{
}

#content_area .news-latest-item {
	border-bottom:1px solid #E5E5E5;
}
#content_area .news-latest-date {
	width:80px;
	float:left;
	overflow:hidden;
	font-weight:bold;
}
#content_area .news-latest-body {
	width:450px;
	float:right;
	overflow:hidden;
	margin-bottom:5px;
}
#content_area .news-latest-header{
	margin-bottom:5px;
}
#content_area .news-latest-item h3 {
	background-color:transparent;
	border-top-style:none;
	font-size: 12px;
	padding:0;
}
#content_area .news-latest-item h3 a,
#content_area .news-latest-item h3 a:hover {
	color:#345065;
	font-weight:bold;
}
#content_area .news-latest-body p {
	font-size:11px;
}
#content_area .news-latest-body * {
	padding-left:0 !important;
}
.clearer {
	clear:both;
	float:none;
	height:0px;
	overflow:hidden;
}
.news-single-item .news-single-header {
	width:400px;
	float:left;
}
.news-single-item .news-single-header h1 {

}
.news-single-item .news-single-timedata {
	width:120px;
	overflow:hidden;
	float:right;
	text-align:right;
}
.news-single-item .news-single-backlink {
	margin-top:5px;
	background-color:#DCD59C;
	padding:2px 5px;
}
.news-single-item .news-single-backlink a{
	color:#FFFFFF;
}
.news-single-item h2 {
	background-color:#E8EDF0;
	padding:5px 5px !important;
}
.news-single-item .news-single-subheader {
	margin:10px 0 5px;
	padding:5px 0 0;
	border-top:1px solid #E7E7E7;
	border-bottom:1px solid #E7E7E7;
}

#right_side #niederlassungen p {
  font-size:11px;
  color:#315163;
}






/* modded by Steffen Becker 29.03.2011 */
#niederlassungen .csc-default { margin: 0; }

/* accordion classes */ 
#content_area #content .accordionOpen {
  background: url(images/arrow_down.gif) no-repeat scroll 10px 15px #ECEEF0;
}
#content .accordionClosed {
    background: url(images/arrow_right_01.gif) no-repeat scroll 10px 15px #ECEEF0;
    color: #345065;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 10px 10px 20px;
    fontSize: 14,
    fontWeight: 'bold',
}
#content .accordionClosed:hover,
#content_area #content .accordionOpen:hover {
	background-color:#C5D0D6;
}

#content .threeColumnContainer {
	display:block;
}

#content .firstColumn,
#content .secondColumn,
#content .thirdColumn{
	float:left;
	width:160px;
	overflow:hidden;
}
#content .secondColumn,
#content .thirdColumn{
	margin-left:20px;
}
#content .linkText {
	display:block;
	width:150px;
	color:#315163;
	background-color:#E8EDF0;
	padding:4px 5px;
	font-size:11px;
	line-height:14px;
	text-align:right;
}
#content .placeholder {
/*
	width:160px !important;
	height:160px !important;
	background-color:#E8EDF0;
*/
	display:inline-block;
}
#content .linkHeader {
	margin-bottom:3px;
	display:block;
	width:150px;
	color:#315163;
	text-transform:uppercase;
	background-color:#C5D0D6;
	text-align:center;
	padding:2px 5px;
	font-size:11px;
	line-height:21px;
}
#content .threeColumnContainer img {
	margin:0;
	padding:0;
	width:160px !important;
}
#c1624 img {
	width:186px !important;
	height:160px;
}
#right_side  #c1624 h1{
	background-color: #DCD59C;
	color: #345065;
	height: 16px;
	font-size:11px;
	margin: 0 0 3px 0;
	padding-left: 17px;
	padding-top: 3px;
}
.clickenlarge {
	display:none;
}
#right_side dl dt,
#right_side dl dd {
	padding:0;
}
#right_side dl dd {
	background-color: #C5D0D6;
	color: #345065;
	margin: 3px 0 0;
	padding-left: 17px;
	line-height:21px;
}
.csc-textpic-clear {
	float:none;
	clear:both;
	height: 0;
	overflow: hidden;
}
#uid514 #content .csc-default,
#uid515 #content .csc-default,
#uid516 #content .csc-default{
	border:1px solid #C5D0D6;
	padding:10px 0;
	background-color:#F9F9F9;
}
#uid514 #content #c1586,
#uid515 #content #c1651,
#uid516 #content #c1652{
	border-style:none;
	padding:0;
	background-color:transparent;
}
#uid514 #content .csc-default:hover,
#uid515 #content .csc-default:hover,
#uid516 #content .csc-default:hover{
	background-color:transparent;
}
#uid514 #content .csc-textpic-caption,
#uid515 #content .csc-textpic-caption,
#uid516 #content .csc-textpic-caption,
#c1624 .csc-textpic-caption {
	display:none;
}
#uid514 DIV.csc-textpic DIV.csc-textpic-single-image IMG,
#uid515 DIV.csc-textpic DIV.csc-textpic-single-image IMG,
#uid516 DIV.csc-textpic DIV.csc-textpic-single-image IMG {
	margin-bottom:0;
}
#uid503 .bodytext,
#uid504 .bodytext,
#uid505 .bodytext {
	padding:0 0 0 4px;
}
#uid503 .td-0, 
#uid504 .td-0, 
#uid505 .td-0 {
	width:120px;
}
.downloadTable .td-last{
	width:70px;
}
.downloadTable .td-1{
	width:60px;
	text-align:right;
}
#content_strict .otherThead th{
	border-left:1px solid #DCD59C !important;
	border-right:1px solid #DCD59C !important;
}
.commBlock {
	display:inline-block;
	width:55px;
}
#c1624 .csc-textpic-image {
	display:none;
}
#content .csc-textpic-caption {
	margin-top:3px;
	font-style: italic;
}
#content .csc-textpic-text {
	text-align:left;
}
#content .news-latest-container, 
#content .news-list-container{
	text-align:left;
}
#uid522 tr .td-0 {
	width:200px;
}
#uid522 tr td {
	text-align:left;
}
