/* content.css - contains all CSS Classes for content elements  */

.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;
}

/* ------------------------------------------------- content table (colored) */

table.content {
/*	width: 100%;*/
	width: 528px;
	float: right;
	border-collapse:collapse;
	color: #002c53;
	margin-bottom: 15px;
}
table.content th {
	background-color: #C6CFD6;
	padding:5px;
	padding-left: 8px;
	padding-right:9px;
	border: solid 1px #ffffff;
	vertical-align: top;
}
th.right {
	text-align:right;
}
th span.no-bold {
	font-weight:normal;
	float:right;
}


table.content td {
	padding:0;
	margin:0px;
	padding-left: 4px;
	padding-right:9px;
	border: solid 1px #C6CFD6;
}
td.color {
	background-color: #C6CFD6;
}
td.right {
	text-align:right;
}
table.content td.color-right {
	text-align:right;
	background-color: #C6CFD6;	
	border: solid 1px #ffffff;
	vertical-align: bottom;
}


/* ------------------------------------------------- left_side */
#sub_menu p {
	font-size: 127.28%;
	font-style:italic;
	font-weight:bold;
	color: #909297;
}

#sub_menu h5 {
	font-size:100%;
	color: #C1BE66;
	font-style:italic;	
	text-align:right;	
}


/* ------------------------------------------------- right_side */

#right_side h2,
#contact h1.csc-firstHeader {
	margin:0px;
	font-size: 91.67%;
	height:16px;
	padding-top:3px;
	padding-left:17px;
	background-color:#C1BE66;
	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: #C3CeC9;
}

#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;
}



/* portfolio-table - Steffen Becker April 2010 */
table.portfolio { border-collapse: collapse; margin-bottom: 20px; width: 100%; }
table.portfolio th { color: #315163; background: #C6CFD6; padding: 5px 9px 5px 8px; border: 1px solid #fff; }
table.portfolio td { border: 1px solid #C6CFD6; padding: 5px 9px 5px 8px; }


