/* CSS Document */
/*--------------------------------------------------------------------------*/
/*--------------------------- Global Settings ------------------------------*/
/*--------------------------------------------------------------------------*/
.wrapp{
	width: 90%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top:6px;
	height:100%;
	
	
}
#naviWidth{
	background-image:url(/images/navi_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background:#cccccc;
}
#contentWidth{
	width: 75%;
		/*background-image:url(/images/wasserzeichen.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	background:red;*/
	
}
#sprachwahl{
	text-align:right;
	font-size:0.7em;
	
}
#abstandWidth{
	width:10px;
	border-right:1px solid #9B0033;
	
}
#ciWidth{
	vertical-align:top;
	background:#ffffff;
	/*border-left:1px solid #cccccc;*/
	
}
#untenRechts{
	
	border-top:2px solid #ffffff;
	text-align:right;
}
#untenRechts a{
		font-size:0.7em;
	padding-right:4px;
}
#footer{
	
	text-align:right;
	border-bottom:1px solid #000000;
	background:#E9E9E9;
	border-top:1px solid #000000;
}
#footer a{
	font-size:0.7em;
	padding-right:4px;
}
body{
	margin:0px;
	font-family:helvetica,arial,univers,verdana;
	margin-bottom:10px;
	color:#000000;
	width:100%;
	padding:0px;
	margin-left:10px;
}
a {
	color:#2C3B8E;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

input{
	border:1px solid #919AA1;
}
.break{
	padding-top:6px;
}
.wrapp table{
	
}
/*--------------------------------------------------------------------------*/
/*---------------------------------  CI-Definition   ------------------------*/
/*--------------------------------------------------------------------------*/
.ci{
	font-size:10px;
	background-image:url(/images/bg_logo.jpg);
	background-repeat:no-repeat;
	background-position:30px 120px;
	padding-top:20px;
}
/*--------------------------------------------------------------------------*/
/*---------------------------------Spach-Navigation------------------------*/
/*--------------------------------------------------------------------------*/
.sprachLink{
	
	text-decoration:none;
}

/*-----------------------------------------------------------------*/
/* --------------------- Hauptnavigation ------------------------- */
/*-----------------------------------------------------------------*/
.navigation{
background:#ffffff;
}
.mainNaviLink a{
	font-size:0.8em;
}
.mainNaviLink{

	color:#000000;
	text-align:right;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:6px;
		font-size:0.8em;
}
.subNaviLink a{
	font-size:0.7em;
	color:#000000;
}
.subNaviLink{
	border-bottom:1px solid #ffffff;
	width:190px;
	text-align:right;
		padding-top:1px;
	padding-bottom:1px;
	color:#ffffff;
	padding-right:6px;
}	

/*-----------------------------------------------------------------*/
/* ------------------------ Contents ----------------------------- */
/*-----------------------------------------------------------------*/
.content{
	margin-left:2px;
	padding-left:24px;
	margin-bottom:20px;
	vertical-align:top;
	background:#ffffff;
}
.titel1{
	/*background-image:url(/images/titel_bg.gif);
	background-repeat:no-repeat;
	*/height:22px;
	letter-spacing:0.1em;
	font-family:helvetica;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:6px;
	margin-top:16px;
	color:#2C2B2B;
	width:90%;
	border-bottom:1px solid #2C2B2B;
	padding-top:2px;
	padding-bottom:2px;
}
.text1{
	font-family:helvetica;
	font-size:0.8em;
	width:90%;
}

.titel2{
	font-family:helvetica;
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:4px;
	margin-top:16px;
}

.text2{
	font-family:helvetica;
	font-size:0.8em;
	width:500px;
	padding-left:20px;
	color:#525252;
}
.list{
	list-style-image:url(/images/pfeil.gif);
	text-indent:-17px;
	padding-left:12px;
}
