/* Standard element */

* {
	margin: 0;
	padding:0;
}



body {
	margin: 0; padding: 0;
	text-align:center;
	background-color: #7387A5;
	scrollbar-face-color: #EEF0F5;
	scrollbar-shadow-color: #698C9B;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #698C9B;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #698C9B;
	height: 100%;
}

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px; padding: 0px;
	color:#323741;
	line-height: 110%;		
	text-align: center;
}


h1,h2,h3,h4,h5 {
	font-size: 12px;
}

a.internal-link:link, a.internal-link:visited {
	color: #FAC341;
}
a.internal-link:hover {
	color: #FFFFFF;
}

a.internal-link-new-window:link, a.internal-link-new-window:visited {
	color: #FAC341;
	font-weight: bold;
}
a.internal-link-new-window:hover {
	color: #FAC341;
	font-weight: bold;
}


#inhalt h1 {
		color:#FAC341;
		font-size: 12px;
		padding-bottom: 5px;
}

#wrap {
	margin: 0px; padding: 0px;
}

.divider {
	height: 2px;
	background: url(images/line.gif);
	background-repeat: repeat-x;
}


.topmenul1, .topmenul2, .topmenul3 {
	list-style:none;			/* Default styles for all menu's */
	margin:0px;
	padding:0px;
	text-align: left;
	}
.topmenul1 {
	padding:0px 0px 0px 9px;
}


.topmenul1 li {
	width: 163px;
	float:left;				/* First level menu's needs to float left */
	position:relative;			/* Relative positiong because lower level menu's needs to be absolute */
	margin-right: 1px;
}

/* First level colors for link tags */
.topmenul1 a {
	color: #ffffff;
	padding-left: 10px;		/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
	line-height:27px;				/* padding-top: 7px;  padding-bottom: 6px;	*/	
	display: block;
	text-decoration: none;
	background-color: #323741;
	border:1px solid #FFFFFF;
	width: 153px;
	height: 27px;
}

/* for Internet Explorer */
/*\*/
* html .topmenul1 a {
	width: 163px;
}
/**/

.topmenul1 a:hover {
	background-color:#7387A5;
	}

ul.topmenul2, ul.topmenul3 {
	background-color: #BECDEB;
	border: 1px solid #fff;	
}
	
.topmenul2 li {
	background-image: none;
	margin: 0px;
}

/* Start second level and lower menu's */
.topmenul1 .topmenul2, .topmenul1 .topmenul2 .topmenul3 {
	display:none;				
	position:absolute;			/* We position absolute (relative to l1) */
	width:163px;				/* Default width for sub-menu's */
	z-index:10;				/* We set a z-index these menu's will show up above other menu items, works in non IE */
	left:0px;				/* Left to 0 and for IE we move one extra pixel down */	
	top:28px !important;
	top:28px;
}

.topmenul1 .topmenul2 .topmenul2, .topmenul1 .topmenul2 .topmenul2 .topmenul2, .topmenul1 .topmenul2 .topmenul3 {
	left:163px;				/* Move away from second level menu for second level and lower */
	top:-1px !important; 			/* Border = 1px so we need to move one up aswell !important to overrule the !important above*/
}

.topmenul1 .topmenul2 li {
	width:100%;
	background-color: #BECDEB;
}

.topmenul1 .topmenul2 a {
	border: none;			/* border:none;	no border, remove the style from level1 a tags */
	display:block;				/* Display block, so teh whole menu will lite up (if bg used)*/
	background-color: #BECDEB;
	background-image: none;
	color:#323741;
}

.topmenul1 .topmenul2 a:hover {			/* Needed for IE aswell */
	color:white;
	border:none;				/* no border, remove the style from level1 a tags */
	background-color: #7387A5;
	background-image: none;	
}

/* Little arrows for the menus */
.topmenul1-ifsub,.topmenul2-ifsub {

}
.topmenul2-ifsub {

}


.topmenul1 .hoveratag {

}



#contactwrap {
	width: 300px;
	height: 140px;
}

.contacthead {
	background-image: url(css/contacthead.gif);
	background-repeat: no-repeat;	
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 4px;
	font-size: 11px;
	font-weight: bold;
}

.contactbox {
	background-image: url(css/contactbox.gif);
	background-repeat: repeat-y;	
	height: 72px;
	padding-left: 10px;
	padding-top: 7px;
	font-size: 11px;
}

.contacttext {
	float: left;
	width: 180px;
}

.contactimage {
	float: right;
	width: 105px;
	margin-right:5px;	
	margin-bottom: 5px;
}

.contactfooter {
	clear: both;
	background-image: url(css/contactfooter.gif);
	background-repeat: no-repeat;	
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 8px;
	font-size: 11px;
	font-weight: bold;	
}

.contactlink {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #7387A5;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

a.contactlink:hover {
	background-color:#BECDEB;
}





/* ######################################################################################################
** ### Subtemplates #####################################################################################
** ######################################################################################################

*/

.subcolumns {
	width: 100%;
	padding: 0;
	margin: 0;
}
 
	.c50l, .c25l, .c38l, c33l, .c66l, .c75l, .c62l {float: left; }
	.c50r, .c25r, .c38r, .c66r, .c75r, .c62r, .c300r {float: right;}
	.c25l, .c25r { width: 24.999%; }
	.c33l, .c33r { width: 33.333%; }
	.c50l, .c50r { width: 49.999%; }
	.c66l, .c66r { width: 66.666%; }
	.c75l, .c75r { width: 74.999%; }
	.c38l, .c38r { width: 38.196%; } /* Goldener Schnitt */
	.c62l, .c62r { width: 61.803%; } /* Goldener Schnitt */
	.c434l {	
			float:left;
			width: 673px;
			}
	.c434lit {	width: 652px; margin-right: 311px; background-color:#53637C; border:1px solid #FFFFFF; color: #fff; padding: 10px;}
/* for Internet Explorer */
/*\*/
* html .c434lit {
	width: 673px; 
}
/**/	
	
	.c300r { width: 302px; height: 100%}

	.subc  { padding: 0 0.5em 0 0.5em; overflow: hidden; }
	.subcl { overflow: hidden; 
				padding:10px; 
				background-color:#53637C;
				border:1px solid #FFFFFF;
				color:#ffffff;
				}
	.subcl h1 {
				color:#FAC341;
				font-size: 12px;
				padding-bottom: 5px;
				background:transparent url(images/h1.gif) no-repeat scroll 0% 50%;
				padding-left: 10px;		
	}	
	.subbox1 {  background:transparent url(css/dotted.gif) repeat-x scroll bottom;
			padding-bottom:5px; }
	.subbox1on {
		color:#FFFFFF;
		padding: 10px;
		margin-top: 10px;
		min-height:90px;
		background:transparent url(css/dotted.gif) repeat-x scroll 0pt -5px; 
	}		

/* for Internet Explorer */
/*\*/
* html .subbox1on {
height: 90px;
}
/**/	
	
.subbox1on h1 {
		font-size: 12px;
		padding-bottom: 5px;
		color: #fff;
}

.subbox2 {
		overflow: hidden; 
		padding:10px; 
		background-color:#53637C;
		border:1px solid #FFFFFF;
		color:#ffffff;
		margin-top:3px;
}

.subbox2 h1 {
		font-size: 12px;
		padding-bottom: 5px;
		color: #fff;
}

.subbox2 h2 {
		color:#FAC341;
		font-size:12px;
		padding-bottom:5px;
}
				
.flash { 
		overflow: hidden; 
		background-color: #aaa050; 
		border: 1px solid #ffffff; 
		margin-bottom:10px; 
		color:#FFFFA5;
		}
.flash .csc-textpic-text {
		border-top: 1px solid #ffffff; padding: 10px; 
	}

.flash .csc-textpic-text a {
		color: FFFCA8;
		font-weight: bold;
}

.flash .csc-textpic-text a:hover {
		color: #fff;
}
	
.itsubcl	h1 {
		color:#FAC341;
		font-size: 12px;
		padding-bottom: 5px;
		background:transparent url(images/h1.gif) no-repeat scroll 0% 50%;
		padding-left: 10px;		
}

.itsubcl	{
	padding: 0px;
	margin: 0px;
}

.itsubbox1on, .itsubbox2on {
	border-top: 1px dotted  #BECDEA;
	margin:5px 0px;
	padding:5px 0px;
}

.itsubbox1 h1{
		color:#FAC341;
		font-size: 12px;
		padding-bottom: 5px;
}

div.itsubbox1 
{
	 width: 100%;
	min-height:1px;
}

div.rdsubbox1, .tx-indexedsearch-res {
		padding:10px; 
		background-color:#53637C;
		border:1px solid #FFFFFF;
		color:#fff;	
		margin-bottom:10px;
}

div.rdsubbox2{
		margin-top:10px;
		padding:10px; 
		background-color:#53637C;
		border:1px solid #FFFFFF;
		color:#fff;		
}

.exreading img {
		border:1px solid #FFFFFF;
}

.exreading a {
		color:#FAC341;	
}
	
div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-image  {
	margin:0px 0px 10px 0px;
}

div.scroll 
{
    height: 200px;
	 width: 100%;
    overflow:auto;
}


/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable P { font-size: 12px; }
TABLE.contenttable TR TD { vertical-align: top; font-size: 12px;}

/* Tables, specifically */
TABLE.contenttable-0 TR TD { color:#BECDEB; }
TABLE.contenttable-0 TR TD.td-0 { color:#fff; padding-right: 5px; width: 150px; }


.content {
	margin-bottom:0px;
	text-align: center;	
	padding:0px;
}

#top {
	margin:0pt auto;
	width:1002px;
	background-color: #7387A5;
	height: 80px;
}

#logo {
	float: left;
	width: 150px;
	position: relative;
	top:10px;
}

#topnav {
	background:transparent url(css/dotted.gif) repeat-x scroll 0pt 18px;
	float:right;
	height:25px;
	margin-right:10px;
	margin-top:5px;
	position:relative;
	text-align:right;
}

#topnav a {
	color: #000;
	padding: 0px 4px;
	font-size:11px;
}

#topnav a:hover {
	color: #fff;
}


#navi {
	background: #7387A5;
	height: 27px;
	text-align: center;
}

.breadcrumb-class {
	font-size: 11px;
	width:985px;
	text-align: left;
	margin: 0 auto;
}

.breadcrumb-class a {
	padding-right: 5px;
	padding-left: 5px;
	color: #000;
	font-size: 11px;
}

.breadcrumb-class a:hover {
	color: #fff;
}

.dropdown {
	text-align: center;
	margin: 0 auto;
	width: 1002px;
}

.navi_item {
		float: left;
}

#subnav {
	background-color: #becdeb;
	padding-left: 10px;
	padding-top:3px;
	padding-bottom:5px;
	border-bottom: 1px solid #fff;
	text-align: left;
	margin-bottom:10px;
}

#inhalt {
	margin: 0 auto;
	background-color: #7387A5;
	text-align: left;
	max-width:985px;	
}
/* for Internet Explorer */
/*\*/
* html #inhalt {
margin: 5px;
	max-width:990px;	
}
/**/	

#inhalt{
	width:expression(document.body.clientWidth > 990? "990px": "auto" );
	}

#randomimage, #randomimage2, #randomimage3 {
	text-align: left;
	margin-bottom: 10px;
	border: 1px solid #fff;
	width: 671px;	
		}

#search {
	float: right;
	position:relative;
	right:10px;
	top:10px;
	width:700px;
	text-align:right;
}

#downloadarea {
	background-color: #7487A5;
	border: 1px solid #fff;
	padding: 5px;
	margin-top:5px;
}

#downloaddescr {
	padding-top: 5px;
}

#downloaditem {
	margin-top:5px;
	padding-left: 30px;
	padding-bottom: 10px;
	background-image: url(css/pdf.gif);
	background-repeat: no-repeat;	
}

#downloaditem a {
	color: #fff;
}

#footer {
	clear:both;
	color:#000000;
	font-size:11px;	
	margin:0pt auto;
	max-width:985px;
	padding-bottom:20px;
	padding-top:10px;
	text-align:left;
}

#footer a:link, #footer a:visited {
	color: #000;
}
#footer a:hover {
	color: #fff;
}


#searchform input#submit {
	margin-left: 5px; 
	width: 77px;
	background-color: #7387A5;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	color: #fff;
	font-size: 11px;
}

#searcharea {
	padding-top: 0px;
}

#topmenu {
	
}

form label {
	float:left;
	width:30%;
}

.csc-mailform-submit {
	margin-left: 20%; 
	margin-top: 20px; 
	margin-bottom: 10px;
}

.csc-mailform {
	color: #fff;
	padding:5px;
}

.csc-mailform-field {
	padding-bottom:5px;
}

.geninfo {
	border: 1px solid #fff;
	padding: 5px;
	background-color: #BECDEC;
	margin-bottom:5px;
}

.geninfo h2 {
	background-image: url(images/geninfo.gif);
	background-repeat: no-repeat;
	background-position: 5px;	
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
}

.geninfo ul {
	padding-bottom:5px;
	padding-left:20px;
	padding-top:5px;
}

.geninfo a:link, .geninfo a:visited {
	color:#323741;
}

.geninfo a:hover {
	color: #fff;
}

.itsubbox2 table.contenttable-0 tr td {
	color:#fff;
}

.exreadingmain {
	clear:both;
}

#tx-powermail-pi1_fieldset_1 legend, #tx-powermail-pi1_fieldset_2 legend {
	display:none;
}

#tx-powermail-pi1_fieldset_1, #tx-powermail-pi1_fieldset_2 {
	padding:5px;
}

.tx_powermail_pi1_fieldwrap_html {
	clear:both;
	padding-bottom:5px;
}

input#uid1, input#uid2, input#uid8, input#uid9 {
	width: 300px;
}

textarea#uid3, textarea#uid10 {
	width:440px;
	height:250px;
}

.powermail_submit_uid4, .powermail_submit_uid14 {
	margin-left:190px;
	margin-top:10px;
	margin-bottom:10px;
}

.powermail_all_table {
	width: 100%;
}

.tx_powermail_pi1_formconfirmation_back {
	float:left;
	margin-top:20px;
}

.tx_powermail_pi1_formconfirmation_submit {
	float:right;
	margin-top:20px;
}

.question {
	padding: 10px 0px;
}