/* Schrift einbinden*/
@font-face {
  font-family: 'FuturaBT-Medium';
  src: url('webfonts/2F93E9_0_0.eot');
  src: url('webfonts/2F93E9_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2F93E9_0_0.woff2') format('woff2'), url('webfonts/2F93E9_0_0.woff') format('woff'), url('webfonts/2F93E9_0_0.ttf') format('truetype');
}

/* Alle Ränder und Rahmen auf 0, Futura als Schrift */
*{
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: FuturaBT-Medium, Arial, Helvetica, sans-serif;

}

h1, h2, h3, h4, h5, h6{
	  font-size: 100%;
	  font-weight: normal;
	  
}





html { box-sizing: border-box; } 

/*
*, ::before, ::after { box-sizing: inherit; }
*/

html, body{
  background: #ffffff;
  font-family: FuturaBT-Medium, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #2e2d2c;
  background: url(../images/main-bg.png) repeat-x ;
}

a {
  text-decoration: none;
  color: #2e2d2c;
}

a:active, a:focus {
  outline: none;
}

li{
  list-style: none;
}


#mainframe {
    width: 980px;
    /*background: blue; */
    margin: 0px auto 20px auto;
}

#top-bereich{
    /*background: brown; */

}

#logo{
    display: block;
    width: 272px;
    height: 159px;
    background:  url(../images/logo.png);
    float: left;
}

#top-menu{
    float: left;
    /*background: #CC601D;*/
    width: 688px;
    height: 159px;
    margin-left: 20px;
}

#top-menu ul{
    list-style: none;
}


#top-menu a{
  width: 120px;
  height: 40px;
  margin-top: 105px;
  padding-top: 15px;
  padding-left: 15px;
  float: left;
  text-decoration: none;
  color: #2e2d2c;
  font-size: 15px;
}

#top-menu  .active a{
  background-image: url(../images/bg_topmenu.png);
  background-repeat: no-repeat;
  height: 40px;
}


#haupt-bereich{


}

#seiten-bereich{
    float: left;
    width: 185px;


}

#seiten-menu{
    background-image: url(../images/bg_sidebar.png);
  background-repeat: repeat-y;
  margin-left: 30px;
  padding-top: 6px;


}

li.list-anfang-active + li{
	background-image: url(../images/bg_sidebar_active.png);
	background-repeat: repeat-y;
}

#seiten-menu ul li ul li{
	padding-left:5px;
}

.parent .current a{
	color: #797979;
}

#seiten-menu a{
  display: block;
  padding-left: 20px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  width: 125px;

}

#seiten-menu .start-active {
  height: 20px;
  width: 151px;
  background-image: url(../images/bg_sidebar_anfang_active.png);
  background-repeat: no-repeat;
  position: relative;
  top: 0px;
  left: 0px;
}

#seiten-menu .list-anfang-active {
	background-image: url(../images/bg_sidebar_active.png);
	background-repeat: repeat-y;
}


#seiten-menu .active a{

}

#seiten-menu .ende-active {
  height: 20px;
  width: 151px;
  background-image: url(../images/bg_sidebar_ende_active.png);
  background-repeat: no-repeat;
  position: relative;
  top: 0px;
  left: 0px;
}

#seiten-menu .list-ende-active {
	background-image: url(../images/bg_sidebar_active.png);
	background-repeat: repeat-y;
}


#seiten-menue-ende{
    margin-left:30px;
    margin-bottom: 90px;
    height: 20px;
    background-image: url(../images/bg_sidebar_ende.png);
  background-repeat: no-repeat;

}



#beitrags-bereich{
    float: left;
    height: 100% ;
    width: 795px;


}

#beitrags-titel-start{
    width:15px;
    height: 44px;

    float: left;
    background-image: url(../images/bg_titel_start.png);
    margin-left:3px;
}


#beitrags-titel{

    
}

h2:first-of-type
{
	color: #d1111c;
      
    font-size: 21px;
    line-height: 32px;
    float: left;
    height: 44px;
    width: 770px;
	padding-left: 7px;
	
    background-image: url(../images/bg_titel.png);
    background-repeat: repeat-x;
	

}


#beitrags-titel a{

    color: #d1111c;
}

#beitrags-inhalt{

    min-height: 400px;
    padding: 0px;
}

table{
    margin: 0px;
    border: 0px;
    padding: 0px;
	
}


#seb-content-wrapper{
	
	padding-left:3px;
}


#text-bereich{
    display: table;
	padding-left:3px;
}


#seb-text-bereich{
	display: table;
}


#seb-haupttext h3 {
	color: #d1111c;
	font-size: 14px;
}

#seb-haupttext,
#projekt-text{
	background: #f8f8f8;
    width: 380px;
    padding: 20px;
    display: table-cell;
}

#seb-haupttext label{
	display: block;
	width: 70px;
	float: left;
}

#seb-haupttext input{
	display: block;
	margin-left:80px;
	height: 20px;
	margin-bottom: 10px;
	
	width: 300px;
	border-radius: 4px;
	border: solid 1px #cccccc;
	padding: 2px 6px;
	font-size: 100%;
}

#seb-haupttext textarea{
	display: block;
	margin-left:80px;
	height: 200px;
	border: solid 1px #cccccc;
	width: 300px;
	border-radius: 4px;
	padding: 6px 6px;
	font-size: 100%;
	resize: none;
	
}

#seb-haupttext input:first-of-type{
	margin-top:20px;
}

#seb-haupttext label:first-of-type{
	margin-top:20px;
}

#seb-haupttext input.btn{
	margin-top: 10px;
	background-color: #d1111c;
	width:90px;
	height: 25px;
	float:right;
	border: 0px;
	color: #ffffff;
	padding:0px;
	line-height:25px;
	
}

#seb-haupttext p{
	min-height:13px;
}



#seb-seitentext .cck_text{
	color: #797979;
	font-size: 13.7px;
}


#seb-seitentext a {
  text-decoration: none;
  color: #f6f6f6;
}

#seb-seitentext .cck_textarea{
	color: #f6f6f6;
	margin-bottom: 8px;
	margin-top: 2px;
}

#seb-seitentext,
#projekt-detail-text{
    background: #2e2d2c;
    display: table-cell;
    width: 332px;
    color: #f6f6f6;
    padding: 20px;
    
    font-size: 13px;
	vertical-align:top;

}

div.platzhalter{
	height:100% ;
	width:100%;
	background: #ffffff;
}

#projekt-detail-text h3{
    color: #797979;
    padding-top:10px;
    font-weight: normal;
}









#seb-bild-bereich,
{
	display: table;
}

#seb-hauptbilder{
	
	
    width: 420px;
    padding: 0px;
    display: table-cell;
}
#seb-hauptbilder img{
	margin-bottom: 12px;
}


#seb-seitenbilder{
    
    display: table-cell;
    width: 372px;
    color: #f6f6f6;
    padding-left:4px;
    padding-top: 21px;
    font-size: 13px;
	vertical-align: top;

}

#seb-seitenbilder img{
	margin: 21px 10px;
}

#seb-seitenbilder a{
   vertical-align: top;
}




#projekt-bilder-gross{
    margin-left: 3px;
    float:left;
    width: 420px;
}

#projekt-bilder-gross img{
    width: 420px;

}

#projekt-bilder-gross p{
    line-height: 20px;
}



#projekt-bilder-klein{
    margin: 10px;
    float:left;
    width: 350px;
}

#small-picture-table td{
    vertical-align: top;
    padding: 10px;
}

#small-picture-table img{
	
    width: 153px;
    }

  #small-picture-table p{


    }


#footer-zeile{

    height: 30px;
    position: relative;

}

#seiten-footer{

    position: absolute;
    height: 70px;
    width: 135px;
    top: -70px;
    margin-left: 30px;
    padding-left: 20px;

}

#seiten-footer a{
    font-size: 14px;
    line-height: 25px;
}

.float-clear{
    clear: both;
}



#beitrags-trennlinie-start{
	
	background-image: url(../images/beitragstrennlinie-start.png);
	background-repeat: no-repeat;
	
	float: left;
	width: 20px;
	height: 11px;
	
	margin-left: 3px;
}

#beitrags-trennlinie{
	
	background-image: url(../images/beitragstrennlinie.png);
	background-repeat: repeat-x;
	
	width: 792px;
	height: 11px;
	
	margin-left: 3px;
	
}


h2 a{
	color: #d1111c;
}

#seb-intro-wrapper{
display: table;
background: #f8f8f8;
}

#seb-introtext{
	float: left;
	background: #f8f8f8;
width: 380px;
padding: 20px;
display: table-cell;
}

#seb-introbild{
background: #f8f8f8;
display: table-cell;

color: #f6f6f6;
padding: 0px;
font-size: 13px;
vertical-align: top;


}

p.readmore{

	color: #f8f8f8;
	background: #f8f8f8;
	width: 752px;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px; 
	margin-left: 3px;
	
	
	margin-bottom: 30px;
}


p.readmore a{
	color: #797979;
	
}







