@charset "UTF-8";
@import url('menu.css');

html {
    height: 100%;
    overflow: hidden;
}

body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Verdana, Helvetica, Arial, "Times New Roman", Sans-Serif, Serif;
    font-size: 12px;
    overflow: scroll;
    overflow-x: hidden;
   background-color: #e5e5e5;
     /*background-color: #ffffff;*/
}

a {
    color: #868686;
    text-decoration: none;
}

.clr {
    height: 0px;
    overflow: hidden;
    clear: both;
}

form {
    margin: 0px;
    padding: 0px;
}

div#c1 {
    background: #e5e5e5 url('../images/back_body.jpg');
    background-position: top left;
    background-repeat: repeat-x;
    /*margin: auto;*/
    min-height: 100%;
    height: auto !important;
    height: 100%;
    text-align: left;

}
div#c2 {
    width: 859px;
    margin: auto;
    text-align: left;
    line-height: 20px;
    padding-top: 44px;
}

.pic_head {
border-bottom:0px solid #B0B0B0;
margin-right: 30px;
float: right;
}

#head {
    margin-top: 0px;
    /*padding-top: 44px;*/
    padding-left: 1px;
     
}

#head_menu {
    height: 38px;
    overflow: hidden;
    /*background-color: #ffffff;*/
    text-align: left;
    padding-left: 1px;
    padding-top: 1px;

}

#head_menu ul {
    padding-left: 1px;
    list-style-type: none;
    margin: 0px;
    background-color: #ffffff;
}


#head_menu ul li {
	float: left;
}

#head_menu ul li a {
    display: block;
    float: left;
	/*color: transparent;*/
	text-decoration: none;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #9f4f5d;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #963546;
	/*background-color: #B71D1D;*/
	background-image: url('../images/menu_noactiv.png');
	background-position: bottom right;
	background-repeat: no-repeat;
    margin-left: 3px;
	padding-right: 18px;
	padding-left: 13px;
}

#head_menu ul li#activ a {
  background-image: url('../images/menu_activ.png');
  background-repeat: no-repeat;
	/*background-color: #3C3C3C;*/
	padding-right: 19px;
	padding-left: 14px;
}
##head_menu ul li#activ a {
	padding-right: 19px;
	padding-left: 14px;
}

##head_menu ul li a {
	margin-left: 1px;
}

#head_menu ul li a img {
	border: 0px;
}

#pic{
    margin-left: 0px;

	
}

#left {
    /*width: 217px;*/
    float: left;
    margin-left: 5px;
    margin-top: 0px;
    margin-right: 0px;

}

#menu {
    width: 198px;
    float: left;
    border: 0px solid #eaeaea;
    margin-left: 0px;
    margin-top: 0px;
    border-right: 2px solid #eaeaea;
    border-top: 2px solid #eaeaea;

}

#menu ul {
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
    padding-top: 0px;
    list-style-type: none;
}

#menu ul li {
	vertical-align: middle;
	display: block;
    font-size: 12px;
    border-bottom: 1px solid #eaeaea;
    padding-left: 20px;
    line-height: 40px;
}

#menu ul li a {
    color: #424242;
    text-decoration: none;
}

#menu ul li#sactiv {
    font-weight: bold;
	background-color: #eaeaea;
}

#menu ul li:hover {
    font-weight: bold;
	background-color: #eaeaea;
}

#menu_content {
    padding-top: 26px;
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
     border-bottom: 0px solid #ffffff;
     padding-bottom: 50px;
     margin-left: 1px;
     /*background-color: #ffffff;*/
     min-height: 430px;
     background-image: url('../images/back_content.png');
    background-position: top left;
    background-repeat: repeat-y;
    width:859px;

}

#right{
  float: right;
  width: 600px;
}


#content {
    /*width: 520px;*/
	padding-left: 0px;
	padding-right: 80px;
	padding-top: 0px;
    margin-top: -15px;
    background-color: #ffffff;
    margin-right: 5px;

}

#footer {
     padding-bottom: 50px;
     width: 859px;
     /*background-color: #e5e5e5;*/
     background-image: url('../images/back_footer.png');
     background-position: top left;
     background-repeat: no-repeat;
     margin-left: 1px;

}

#headline1 {
	padding-top: 0px;
	margin-right: 0px;
    margin-left: 10px;
    /*width: 570px;*/
	/*background-image: url('normal_01_FILES/background_head.gif');*/
}

p.bodytext {
	display: block;
    padding-left: 10px;
}

/*Trenner für News Aufzählungen Aktuelles */
.clearer{
  margin: 0px;
  padding: 0px;
  height: 1px;
  border: 0px;
  border-top: 2px solid #eaeaea;
  padding-bottom: 10px;
}

/* Überschrift News Aktuelles Aufzählungen*/
.news-list-item {
  font-size: 12px;
  min-height: 100px;
  padding-left: 0px;
}

.news-list-head {
  text-decoration: none;
}

.news-list-morelink {
  font-size: 12px;
  padding-top: 10px;
  text-decoration: none;
}

div.csc-textpic{
      padding-left: 10px;
}


#browsercheck {
	display: none;
	text-align: center;
	font-weight: bold;
}

##browsercheck {	display: block;}
#/**/browsercheck { display: block;}
*.* #browsercheck { display: block;}
html * body #browsercheck[id] { display: block; } 
