/*
 * ----------------------- site ------------------------
 */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url("../images/body.jpg") center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a{
	color:#F18900;
	text-decoration: none;
}
img{
	border:0px;
}
#site {
	width: 983px;
	margin: 0 auto;
}
#site_inner {	
	width: 950px;	
	margin: 0 auto;
}
/*
 * ----------------------- head ------------------------
 */
#head {
	background: url("../images/logo.gif");
	height: 114px;
}
#head h1,
#head p {
	display: none;
}
#head .topmenu{
	float:right;
}
#head .topmenu a{
	padding:5px 5px;
	display:inline-block;
	color:#003E89;
	font-size: 11px;
}
/*
 * ----------------------- menu ------------------------
 */
#menu {
	height: 31px;
	background: url("../images/menu_bg.jpg");
	text-align:center;
}
#menu a {
	display:inline-block;
	/*border-right:1px solid #FFF;*/
	height: 30px;
	padding:0px 25px;
	color: #174491;
	font-size:11px;
	font-weight: bold;
	letter-spacing:2px;
	text-decoration: none;
	line-height: 30px;
	text-transform: uppercase;
}
/*#menu a.act,
#menu a.act_first,
#menu a.act_last{
	border-bottom:1px solid #003E89;
}*/
#menu a.act,
#menu a:hover,
#menu a.act_first,
#menu a.act_last {
	background: url("../images/menu_item_active.jpg");	
	color: #174491;
}
/*#menu a.first:hover,
#menu a.act_first,
#menu a.act_first:hover {
	background: url("../images/menu_item_active_first.jpg");
	margin-left: 0;	
}*/
/*
 * ----------------------- submenu ------------------------
 */
#content_top ul.csc-menu{
	list-style:none;
	float:left;
	width:250px;
}
#content_top ul.csc-menu a{
	color:#FFF;
	text-decoration:none;
	line-height:28px;
	background: url("../images/submenu_bg.jpg") no-repeat 15px center;
	padding-left:35px;
	display:block;
}
#content_top ul.csc-menu a:hover {
	background: url("../images/submenu_bg_act.jpg") repeat-y left center;
}

/*
 * -------------------- content_top --------------------
 */
#content_top {
	border-top:1px solid #FFF;
	margin-bottom: 10px;
	height: 230px;
	background: url("../images/content_top_bg.jpg") left bottom;
	color:#FFF;
}
/*
 * ---------------------- content ----------------------
 */
#content {	
	margin-bottom: 10px;
	color: #00408d;
	font-size: 11px;
}

#content .box_container {
	float:left;
	display:block;
	padding:0px;
	margin:0px;
	margin-right:1.5px;
	width: 315px;
	overflow:hidden
}
#content .box_container .content{
	padding:6px 16px;
	padding-top:0px;
}

#content .boxed{
	display:inline;
}
#content .boxed .box_container{
	background: url("../images/content_box_bottom.jpg")  no-repeat left bottom;
	min-height: 206px;
}
#content .boxed .box_container .content{
	background: url("../images/content_box_top.jpg") no-repeat;
	min-height:160px;
}
#content .full_box{
	padding-left:25px;
	padding-top:10px;
	font-size:13px;
}

#content .nobox .box_container .content{
	background: url("../images/content_nobox.jpg") no-repeat;
	height:95px;
	padding:6px 16px;
	margin-top:10px;
}
/*
 * ----------------------- foot ------------------------
 */
#foot {
	clear:both;
	padding-top:2px;
	height: 31px;
	background: url("../images/foot.jpg") no-repeat left top;
	text-align: center;
	color: #00408d;
	font-size: 10px;
	padding-bottom:10px;
}
#foot a {
	color: #00408d;
	text-decoration: none;
}
#foot a:hover {
	text-decoration: underline;
}


/*
 * ----------------------- Überschriften ------------------------
 */
h1{
	font-size:14px;
}

/*
 * ----------------------- Logos ------------------------
 */
.logo_box{
	float:left;
	width:188px;
	height:158px;
	background: url("/fileadmin/data/logos/logo_box.jpg");
	margin-right:2px;
}
.logo_box img{
	margin:8px;
	border:0px;
}

/*
 * ----------------------- Formulare ------------------------
 */
#mailform fieldset{
	border:0px;
	padding:20px 0px;
}
#mailform .csc-mailform-field{
	padding:2px 0px;
}
#mailform .csc-mailform-field label {
	display:inline-block;
	width:100px;
	text-align:right;
	vertical-align:top;
}
#mailformInternetadresse,
#mailformName,
#mailformVorname,
#mailformEMail,
#mailformTelefon,
#mailformNachricht{
	width:300px;
}
#mailformAnrede{
	width:150px;
}
#mailform .csc-mailform-submit,
#mailform .csc-mailform-label{
	margin-left:105px;
}


/*
 * ----------------------- Sitemap ------------------------
 */
.tx-flseositemap-pi1{
	margin-left:40px;
}
.tx-flseositemap-pi1 li{
	margin-left:10px;
}

/*
 * ToolTip
 */
#WzTiTl{
	background:url('../images/hover/header.gif') no-repeat !important;
}
#WzTiTlI{
	line-height:30px !important;
	padding:2px 30px !important;
	padding-top:17px !important;
	padding-right:20px !important;
}
#WzBoDy{
	background:url('../images/hover/body.gif') no-repeat left bottom !important;
	border:0px !important;
}
#WzBoDyI{
	color:#003D88  !important;
	padding:10px 30px !important;
	padding-bottom:25px !important;
}
#WzBoDyI a.homepage{
	color:#003D88;
	padding:2px 5px;
	font-weight:bold;
}
#WzBoDyI a.homepage:Hover{
	color:#F18900;
}
.TagToTiptext{
	display:none;
}
.homelink{
	display:block;
	text-align:center;
}