﻿/* XHTML 1.0 Strict */
/*Logo-Rot # E 4 1 C 0 C*/
/*Pant185 #E 8 1 1 2d*/
/*Ral Leuchtrot # F C 0 A 1 C"*/
/*Blau # 0 8 4 A A 0*/
/*Helleres Blau #86BBFF*/


/* Remove unwanted vertical space between divs */
*  {margin:0; padding:0}

img {
	border: none;
}

.clearing {
	height: 0;
	clear: both;
}


.invisible {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

body, html {
	height: 100%;
	max-width: 900px; 
	min-width: 550px;  /*Set Minimum width Firefox OK, IE6 not respected, IE7 OK */	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #084AA0;
	background-color: white; /*LightYellow;*/
}




/*Shortcuts are not visible in layout */
#shortcuts {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}
#shortcutsbottom {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}


#header {
	height: 100px;
	background-color: transparent;  /*transparent; /*#084AA0;*/
}

#logo {
	float:right;
	border-top: 0;
	border-left: 0;
	border-bottom: 20px solid transparent;
	font-weight: normal;
	font-size: 15px;
	color: #084AA0; 
	overflow: hidden;
	white-space: nowrap;
}

#logo img{
	position:relative;
	top: 8px;
}


#backnavigation {
	background-color: white;  /*#084AA0;  */  
	
	border-top: 8px solid #084AA0;  
	
	font-size:12px;
	height: 1.4em;  /*Passt sich Benutzer-Schriftgrösse an*/
	padding-top: 0;  /*0.2em; */
	
	white-space: nowrap;
	overflow: hidden;	
	text-align: right;
	
	position: absolute;  /*In Header-Bereich schieben */
	top: 94px;  /*90px; */
	left: 10px;
	margin-right: 45px;
	width: 99%;
	max-width: 900px;  /* Gleich wie max-width des Body, damit von IE7 aktzeptiert */
	
}
#backnavigation ul li {

position:relative;
top: -1000px;
left: -1000px;

	color: white;
	display: inline;
	background: transparent url(../img/breadcrumb_dot.gif) no-repeat center left;
	padding-left: 10px; /*adjust bullet image padding*/
	padding-right: 10px; /*adjust bullet image padding*/
}
#backnavigation p {
position:relative;
top: -1000px;
left: -1000px;
	text-decoration: none;
}
#backnavigation a {
	border-left: 1px solid #084AA0;  /*#084AA0;*/
	border-right: 2px solid #084AA0;  /*#084AA0;*/	
	text-decoration: none;
	color: white;
}
#backnavigation a:hover {
	border-left: 2px solid #084AA0;  /*#084AA0;*/
	border-right: 1px solid #084AA0;  /*#084AA0;*/	
	text-decoration: none;
	color: white;
}

#outer_wrapper{
	background-color: transparent;	
}

#wrapper{
	background-color: transparent;
	margin-right:0px;
}

#container{
	background-color: transparent;
	width: 100%;
	float: left;
	margin-right: -180px; 
	margin-top: 20px;  /*40px;	*/
	margin-bottom: 20px;	
}

#content{
	background-color: transparent;
    color: #084AA0;
	margin-right: 180px;
	padding-top: 5px;
	padding-right: 0px;
}

#content H1 {	
	font-size: 18px;
	font-weight: normal;
	/*border-bottom: 1px solid #084AA0;*/
	text-decoration: underline;

	color:#084AA0;  /*#084AA0;*/
	margin-top: 18px;
	margin-bottom: 12px;
}

#content H1 .cscFirstHader{	
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #084AA0;
	/*text-decoration: underline;*/

	color:#084AA0;  /*#084AA0;*/
	margin-bottom: 12px;
}

#content H2 {
	font-size: 16px;
	font-weight: normal;  /*bold;*/
	text-decoration: underline;
padding-bottom: 2px;
	color: #084AA0;
	
	margin-bottom: 8px;
	margin-top: 20px;	
}

#content H3 {
	font-size: 14px;
	font-weight: normal;  /*bold;*/
	color: #084AA0;
	margin-bottom: 8px;	
	margin-top: 15px;	
}


#content p {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 8px;	
}

#content a{
	color: #084AA0;  
	text-decoration: underline;
}

#content a:hover{
	color:  #E41C0C;
	text-decoration: underline;	
}

#content ul {
	margin-top:4px;
	margin-bottom: 8px;

}

#content ul li{
	margin-top: 8px;
	margin-left: 16px;
	font-size: 14px;
	line-height: 18px;
	list-style-type: square;
	list-style: outside;
}



#main {
	
	/* Kann nur fuellen oder muss mit Bild linke Spalte koordiniert werden, wird von anderen abgedeckt.*/
	background-color: white;
	margin-left:  15px; 
	margin-right: 0px; 
	margin-top: 0px;
	margin-bottom: 0px;
	
	padding-left: 30px; 
	padding-right: 40px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#main .bodytext {

background-color: white;
padding-right: 100px;
margin-bottom: 10px;
}

#main p 
{
	margin-bottom: 8px;
}


#sidebar{
	width: 158px;  /*Fuer IE7 ist breite ohne border anzugeben, s.u. paddingleft*/
	float: right;
	padding-left: 15px;
	margin-top: 25px;  /*50px;*/
	margin-bottom: 25px;
	
	border-left: 1px solid #084AA0;
	
	display: block;

	font-size: 14px;
	background-color: white;
	font-size:14px;

	font-weight: normal;
	text-align: left;

	text-decoration: none;
	color:black;
}

/*Mainmenu new start*/



#mainmenu {
	width: 190px;
	padding: 0;
	padding-left: 0;
	margin: 0;
	border: 0;		
	
	font-size: 14px;
	font-weight: normal;
	
	background-color: transparent; 

}


#mainmenu ul li a {
	color: #084AA0;
	text-decoration: none;
}

#mainmenu ul li a:active{
	color: #E41C0C;
	text-decoration: none;
}

#mainmenu ul li a:hover{
	color: #E41C0C;
	text-decoration: none;
}

#mainmenu ul li a:visited{

}


#mainmenu ul{
	list-style: none;
}


.menu1-lev1 {
	line-height: 20px;	
	background-color: transparent;
	letter-spacing: 0.04em;
}


.menu1-lev1-cur {
	color: #E41C0C;
	text-decoration: none;
}

.menu1-lev2-no {
	color: #084AA0;
	text-decoration: none;
}

.menu1-lev2 {
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;	
	padding-left: 8px;
	background-color: transparent;
	letter-spacing: 0.02em;	
}


.menu1-lev2-cur {
	color: #E41C0C;
	text-decoration: none;
}

.menu1-lev2-no {
	color: #084AA0;
	text-decoration: none;
}


.menu1-lev3 {
	text-decoration: none;
	font-size: 12px;
	line-height: 15px;	

	position: relative;
	top: -1px;

	background-color: transparent;
	padding-left: 10px;
}

.menu1-lev3-cur {
	color: #E41C0C;
	text-decoration: none;
}

.menu1-lev3-no {
	color: #084AA0;
	text-decoration: none;
}


#sidenews{
	color: #084AA0; /*white;*/
	background-color: white;/*#084AA0;*/  /* #86BBFF;	*/
	margin-top:20px;
	padding-left: 0px;
	padding-right: 0px;	
	padding-top: 0px;
	padding-bottom: 5px;
	border: 1px solid #084AA0; 
}

#sidenews.navigbar H1{
	color: white; /*#084AA0;*/ 
	background-color: #084AA0; /* #86BBFF;	*/
	font-size: 14px;
	font-weight: normal;
	padding-left: 3px;
}

#sidenews.navigbar p{
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
}


#login{
	color: #084AA0;
	background-color: white;  /* #86BBFF;	*/
	margin-top:20px;
	padding-left: 5px;
	white-space: nowrap;
}

#adress{
	color: #084AA0;
	background-color: white;  /* #86BBFF;	*/
	margin-top:30px;
	margin-bottom:20px;
	padding-left: 0;
	white-space: nowrap;
	font-size:12px;
}

#adress a{
	color: #084AA0;
	text-decoration:none;
}

#contact{
	color: #084AA0;
	background-color: transparent;
	margin-top: 40px;  /*20px;*/
	margin-bottom:6px;
	padding-left: 0;
	margin-left: 0;
	white-space: nowrap;
	font-size:12px;
}

#contact a{
	color: #084AA0;
	text-decoration:none;
}


#metamenu{
	/*background-color: #084AA0;
	color: white;
	padding-bottom: 5px;
	padding-left: 7px;	
	*/

	margin-left: 10px;
	padding-right: 15px;
	border-top: 8px solid #084AA0;  
	
	background-color: transparent;  /*#084AA0; */
	font-size:12px;
	height: 0;  /*1.4em; */ /*Passt sich Benutzer-Schriftgrösse an*/
	padding-top: 0;  /*0.2em; */

	white-space: nowrap;

	display:block;
	overflow: visible;
	text-align: center;
}

#metamenu a{

position:relative;
top: -1000px;
left: -1000px;


	color: white;
	margin-right: 1em;
	padding-left: 1em;
	padding-right: 1em;	
	
	border-left: 1px solid #084AA0;  /*#084AA0;*/
	border-right: 2px solid #084AA0;  /*#084AA0;*/	
	
	text-decoration: none;
}
#metamenu a:hover{
	color: white;
	margin-right: 1em;
	padding-left: 1em;
	padding-right: 1em;	
	
	border-left: 2px solid #084AA0;  /*#084AA0;*/
	border-right: 1px solid #084AA0;  /*#084AA0;*/
	
	text-decoration: none;	
}

#metamenu ul li{
	color: white;
	display: inline;
}

/*Finetuning CSC*/

.csc-textpic-image {
	padding-top: 5px;
 }

.csc-textpic-caption{
	padding-top: 8px;
	padding-bottom: 3em;	
	font-size: 12px; 
 }
 

#main dd {
background-color: white;
margin-top: 4px;
}

#main dd {
margin-bottom: 8px;
}


#main .csc-menu 
{
	font-size: 14px;
}