@charset "utf-8";


#global_bg {
	position:fixed;
	z-index:0;
	border:none;
	width:100%;
	height:100%;
	}
#wrapper{
	z-index:1;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-495px;
	width:970px;
	}
#head{
position: relative;
	height:150px;
	width:965px;
	background:none;
	z-index:1;
	}
#left{
	width:210px;
	background: url('../img/static/bg-trans.png') repeat-y;
}
#right{
	position:absolute;
	top:150px;
	left:210px;
	width:760px;
	}
#logo{
	position:absolute;
	left:0px;
	top:15px;
	width:616px;
	height:114px;
	background:url('../img/static/logo.png') 0px 0px no-repeat;
	}
#logo A {
	width:616px;
	height:114px;
	display: block;
	text-indent: -6000px;
	}	
#search{
	position:absolute;
	right:0px;
	top:90px;
	background:none;
	font-size:12px;
	}
#search INPUT {

	}
#search a{
	text-transform:uppercase;
	margin-left:3px;
	}
#n_span{
	position:relative;
	padding-top:45px;
	margin-bottom:-10px;
	}

.blockhead {
  text-transform: uppercase;
  margin-bottom: 3px;
  padding-top: 3px;
  /* text-indent: 10px; */
}
/* rote Box */
.red_box{
	position:relative;
	width:690px;
	left:50px;
	background:url('../img/static/red_bg.png') 40px;
	height:205px;
	float:left;
	margin:0 15px 10px 15px;
	color:#fff;
	}
.red_box IMG{
	border:none;
	position:relative;
	left:-30px;
	margin: 0 -20px 0 0 !important;
	float:left;
	}

/* white box */
.white_box{
	position:relative;
	left:40px;
	width:700px;
	float:left;
	margin-left:15px;
	margin-right:5px;
	}
.white_box .boxcontent{
	background:url('../img/static/white_box_b.png') repeat-y;
	padding:14px 10px 0px 10px;
	margin-bottom: 42px;
	position: relative;
	min-height: 200px;
}
.white_box .boxtop{
	width:100%;
	height:3px;
	background:url('../img/static/white_box_h.png') no-repeat;
	}
.white_box .boxbottom{
	width:100%;
	height:42px;
	background:url('../img/static/white_box_f.png') no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
	}
.white_box .boxcontent .bd .listimage {
	position:relative;
	display:block;
	width:200px;
	height:100%;
	text-align:center;
	float:left;
	}	
.white_box .boxcontent .bd .labellist {
	position:relative;
	display:inline-block;
	width:480px;
	}
.white_box .boxcontent .bd .listtitle {
	position:relative;
	display:inline-block;
	width:480px;
	margin-left:200px
	}
/* Menue (oben) */	
#t_menu{
	position:absolute;
	right:0px;
	top:15px;
	margin:0px;
	list-style:none;
	display:inline-block;
	}
#t_menu li{
	float:left;
	padding-left:15px;
	text-transform:uppercase;
	font-size:12px;
	}
#t_menu li.cur, #t_menu li.cur a{color:#B3071B;}

/* Menue (links) */
#h_menu{
	list-style:none;
	margin:0 0 20px 0;
	padding:0px;
	display:block;
	}
#h_menu li{
	border:none;
	border-bottom:#bbb 2px groove;
	padding:10px 0 10px 10px;
	text-transform:uppercase;
	font-size:12px;
	}
 
#h_menu li.cur a,
#h_menu li.act a {
  color:#B3071B;
}

#h_menu li li {
	border:none;
	border-bottom:none;
	padding:0 0 8px 0;
	text-transform:none;
	font-size:12px;
	list-style:none;
	}
#h_menu li li.cur a,
#h_menu li li.act a,
#h_menu li li li.cur a,
#h_menu li li li.act a,
#h_menu li li.no A:hover,
#h_menu li li.no A:focus,
#h_menu li li li.no A:hover,
#h_menu li li li.no A:focus {
  color:#B3071B;
}	
#h_menu li li.no A,
#h_menu li li li.no A {
  color: #000;
}
#h_menu li UL {
	margin-top: 10px;
	padding: 0 0 0 20px;
}

#footer {
	position:relative;
	left:40px;
	width:700px;
	float:left;
	margin: 10px 0 0 24px;
  clear: both;
}	

/* andere wichtige Definitionen (Farben, etc.) */
div.csc-textpic div.csc-textpic-single-image img {
  margin-top: 3px;
}
.firstItem div.csc-textpic div.csc-textpic-single-image img {
  margin-top: 40px;
}

.marginLeft {
  margin-left: 161px;
}

/* indexed Search */
.tx-indexedsearch-browsebox UL  {
  margin: 0 0 1em 0;
  padding: 0;
}
.tx-indexedsearch-browsebox UL LI {
  list-style: none;
  display: inline;
  margin-right: 0.6em;
}
