/*
Ebenen-Styles
*/

* {
	margin: 0;
	padding: 0;
	border: 0
}

#wrapper{
	margin: auto;
	width: 750px;
	height: 100%;
	padding: 15px 0 0;
	position: relative
}

#head{
  width: 750px;
  height: 240px
}

#logo{
  width: 750px;
  height: 122px;
  float: left;
  background: url(pix/logo.gif) no-repeat;
  cursor: pointer
}

#navigation{
  width: 750px;
  height: 118px;
  float: left
}

#nav_main{
  width: 750px;
  height: 23px;
  float: left;
  padding: 17px 0 0
}

#nav_sec{
  height: 70px;
  float: left;
  padding: 8px 0 0
}

#content{
  width: 750px;
  height: 100%
}

#content_top{
  width: 750px;
  float: left
}

#content_left{
  width: 450px;
  float: left
}

#content_right{
  width: 300px;
  float: right
}

#content_bottom{
  width: 750px;
  height: 15px;
  float: left
}

/*
  Text-Styles
*/

div,a,td,p{
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	color: #000;
	line-height: 1.3
}

a{
	font-family: verdana,arial,helvetica;
	font-size: 11px;
  font-style: normal;
  text-decoration: none
}

h1,h1 div{
  height: 13px;
  padding: 1px 8px 1px 8px;
  font-size: 11px;
  font-weight: 700;
  color: #ed0c6d
}

/*
  Navigation-Styles
*/

#nav_main_shell {
  text-align: center
}

#nav_main_shell li {
  float: left
}

.nav_1_n{
  height: 40px
}

.nav_1_h{
  height: 40px;
  color: #ed0c6d
}

.nav_2_n{
  height: 78px
}

.nav_2_h{
  height: 78px;
  color: #ed0c6d
}

a:link { text-decoration: none}
a:visited { text-decoration: none}
a:hover { color: #939598; text-decoration: none}
a:active { color: #939598; text-decoration: none}

/*
  Baustein-Styles
*/

.input_text{
	width:383px;
	height:17px;
	background-color:#ccc
}

.textarea{
	width:383px;
	height:112px;
	background-color:#ccc
}

.button{
	width:127px;
	background-color:#ccc
}

* html .button {  /* nur fuer Internet Explorer */  
 width:127px
}

.bildlinks{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px
}

.bildrechts{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px
}

.news_headline_bg {
  width: 450px;
  height: 15px;
  z-index: 1;
  position: absolute
}

    .news_headline_borderl {
      width: 6px;
      height: 15px;
      float: left;
      background: url(pix/border_left.gif) no-repeat
    }
    
    .news_headline_pink {
      width: 438px;
      height: 15px;
      float: left;
      background: #E7E7E8
    }
    
    .news_headline_borderr {
      width: 6px;
      height: 15px;
      float: left;
      background: url(pix/border_right.gif) no-repeat
    }

.news_headline_h1 {
  z-index: 2;
  position: relative;
  margin: -1px 0 0
}

.news_headline_h2 {
  margin: 0 10px;
  float: left;
  width: 430px
}

.news_text_left {
  margin: 0 0 0 10px;
  width: 95px;
  float: left
}

.news_text_right {
  width: 325px;
  float: left
}

    .normal {
      padding: 0 0 13px 0
    }

.news_text_more {
  width: 325px;
  padding: 0 0 13px 0;
  float: left
}

    .more {
      color: #939598;
      font-weight: 700;
      cursor: pointer
    }
    
.news_pdf_right {
  padding: 0 10px 0 0;
  width: 270px;
  float: left
}

.news_pdf_download {
  width: 55px;
  float: left;
  text-align: center;
  font-size: 10px;
  color: #939598
}

.fade_div {
  margin: 12px 0 0
}

