html { 
  /* verhindert Mozilla-Zucken 
  * > Firefox 1.5 
  */ 
  overflow-y: scroll;
  height: 100%;
}
body{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  margin: 0px 0px 0px 0px;
  background-color: #FFFFFF;
  height: 100%;
}
.clearFloat{
  clear: both;
}
a{
  text-decoration: none;
  color: #858686; 
}
/**********************************************************/
/*Style Template Default START*/
.page_outer2{
  width: 1000px;
  margin: 0px auto;
  background-color: #ffffff;
	height: 100%;
}
.page_outer{
	/*border: 1px solid black;*/
  width: 1000px;
  background-color: #ffffff;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -500px;
}
.page{
	width: 1000px;
	background-image: url(../img/bg_verlauf.gif);
  background-position: left top;
  background-repeat: repeat-y;
}
.page_inner{
	width: 1000px;
	background-image: url(../img/bg.gif);
  background-position: left top;
  background-repeat: no-repeat;
}
.header{
	width: 1000px;
	height: 175px;
	position: relative;
	top: 0px;
	left: 0px;
}
.keyvisual{
	width: 674px;
	height: 175px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.trans_balken{
	/* border: 1px solid black; */
	width: 857px;
	height: 175px;
	background-image: url(../img/header.png);
  background-position: left top;
  background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
  z-index:99;
}
#homelink {
  position: absolute;
  top:0;
  left:0;
  width:175px;
  height:175px;
  z-index:100;
}
.maincont{
	width: 1000px;
}
.maincont_right{
	width: 143px;
	float: left;
}
.maincont_middle{
	width: 677px;
	float: left;
}
.maincont_middle_inner {
	margin-left: 38px;
  margin-top: 57px;
	margin-right: 38px;
}
.maincont_left{
	width: 174px;
	float: left;
}
.menu{
	margin-top: 45px;
	margin-left: 18px;
	padding-bottom: 50px;
}
.menu ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px 
}
.menu ul li{
	font-size: 12px;
	font-weight: bold;
	padding: 3px 15px 9px 23px;
}
.menu ul li.active{
	background-image: url(../img/menu1_pfeil.gif);
  background-position: left top;
  background-repeat: no-repeat;
}
.menu ul li a{
	color: #ffffff;
	text-decoration: none;
	diplay: block;
}
.menu ul li a:hover{
	text-decoration: underline;
}
.menu ul li li{
	font-size: 10px;
	font-weight: normal;
	padding: 10px 0px 0px 15px;
}
.menu ul li li.active{
	background-image: url(../img/menu2_pfeil.gif);
  background-position: left 14px;
  background-repeat: no-repeat;
}
.rightbox{
	width: 119px;
	margin-left: 16px;
	margin-bottom: 10px; 
}
.rightbox_top{
	width: 119px;
	height: 29px;
	background-image: url(../img/rightbox_top.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}
.rightbox_topInner{
	width: 113px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	padding-top: 8px;
}
.rightbox_middle{
	width: 119px;
	background-image: url(../img/rightbox_middle.jpg);
  background-position: left top;
  background-repeat: repeat-y;
}
.rightbox_middleInner, .rightbox_middleInner_banner{
	width: 113px;
	padding-top: 10px;
	position: relative;
	top: 0px;
	left: 1px;
	background-image: url(../img/rightbox_schatten.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}
.rightbox_middleInner_banner{
	min-height: 50px;
	text-align: center;
}
.rightbox_bottom{
	width: 119px;
	height: 7px;
	background-image: url(../img/rightbox_bottom.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}
.rightbox_cont{
	padding: 0px 0px 0px 9px;
}
.rightbox_contTrenner{
	width: 94px;
	height: 9px;
	background-image: url(../img/rightbox_trenner.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}
.rightbox h1{
	font-size: 11px;
	color: #ffffff;
	padding: 0px 0px 2px 0px;
	margin: 0px;
	font-weight: bold;
}
.rightbox h2{
	font-size: 15px;
	color: #ffffff;
	padding: 0px 0px 10px 0px;
	margin: -5px 0px 0px 0px;
	font-weight: bold;
	/*text-align: center;*/
}
.rightbox .bodytext{
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.rightbox .bannerImg{
	margin-bottom: 10px;
}
.rightbox .banner_moreLink{
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: left;
}
.rightbox .banner_moreLink a{
	color: #ffffff;
	text-decoration: underline;
}
/*Style Template Default END*/
/**********************************************************/
/*Style Content Default START*/
.content h1{
	font-size: 14px;
  color:#004279;
	font-weight: bold;
}
.content h2{
	font-size: 12px;
  color:#004279;
	font-weight: bold;
}
.content .bodytext{
	line-height: 20px;
}	
h3 {
	font-size: 13px;
	font-weight: bold;
	padding: 0;
  margin: 0;
}

/*Style Content Default END*/
/**********************************************************/
/*Style Formular START*/
form{
	font-size: 11px;
	color: #000000;
}
fieldset{
  border: 0px;
  padding: 20px 0px 0px 0px;
}
input, textarea, select, submit {
	font-size: 11px;
	color: #000000;
	margin-bottom: 6px;
}
label{
  width: 100px;
  float: left;
  text-align: left;
  margin-bottom: 4px;
}
/*Style Formular END*/
/**********************************************************/

.contenttable {
  /* background-color:#FFFFFF; */
  /* border:1px solid #cccdcd; */
  /* border-collapse:collapse; */
}
.contenttable td {
  /* border:1px solid #cccdcd; */
}
.contenttable p {
  margin: 0 0 0 0;
}
