@charset "utf-8";

*		{ margin: 0px; padding: 0px; border: 0px; }
html	{ height: 100.2%; }
body	{ background-color:#bfbfbf; height:100.2%;}



/**** GRUNDGERUEST ****/
div#wrapper { 
	width: 60%;
	margin: 20px auto; 
	background-color: #f5f5f5; /*#FFFFFF; weiß*/

 }


/****************************/
/*      Header Bereich      */
/*Für Logo evtl Suchfunktion*/
/****************************/
div#hilfsdiv{
	width:97.5%;
	height:150px; /*Höhe für das Logo. Ist fix angegeben*/
	/*border:dashed; border-color:#FFFF00;*/
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;

}

div#header{
	
	/*background-image:url(../images/8.jpg);
	background-repeat:no-repeat;*/
	
	height:130px;
	width: 100%;
	/*border:dashed; border-color:#191970;*/
}
div#logo {
	height: 130px;
	width: 80%;
	padding-left:10px;
	
}
div#logo img{
	max-height: 100px;
	min-height: 80px;
	width: 100%;
	padding-top: 7px;
	
}
/*div#schriftzug {
	height: 130px;
	width: 40%;
	padding-left:10px;
	float:left;
	
}
div#schriftzug img{
	max-height: 100px;
	min-height: 80px;
	width: 100%;
	padding-top: 27px;
	padding-left:30px;
	
}*/
/****************************/
/*      Menue Bereich       */
/*        Für Menue         */
/****************************/


div#hilfsdiv2{
	width:100%;
	height:70px;

}

div#menu1{
	width:100%;
	/*border:dashed; border-color:#FFD700;*/
	height:70px;
	background-color:#a6a6a6;
}

div#menu1 ul {
	list-style: none;
	float:left;
	height: 70px;
	width:100%;


}

div#menu1 ul li{
	
	position:relativ;
	float:left;
	/*color:#F5F5F5;*/
	font-size: 17px;
	font-family: 'Arial', sans-serif;
	line-height: 250%;
	background-color:#a6a6a6;
	width: 16.66%; /*Einstellung bei 6 Menüpunkten*/
	 /*width: 12.5%;*/ /*Einstellung bei 8 Menüpunkten*/
	/*	width: 20%;  /*Einstellung bei 5 Menüpunkten*/
	height:70px;
	text-align:center;
}

div#menu1 ul li a{
	text-decoration: none;
	padding-top:10px;
	padding-bottom:5px;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	/*line-height: 20px;
	font-family:'Bree Serif', serif;
	font-size: 20px;*/
	color:#F5F5F5;
	
}
div#menu1 ul li a:hover , div#menu1 ul li:hover{
	background-color:#bfbfbf;
}

div#menu1 ul li a:active {
	
	color:#a6a6a6;
}


.menu{  /*Einzelne  Menüpunktweite*/
width:100%;

}

/****************************/
/*      Footer Berech       */
/*                          */
/****************************/

#footer{
	width: 99%;
	background-color: #c00000;
	padding:5px;
	color:#FFFFFF;
}

#footer a, #footer a:visited{
color:#FFFFFF;
text-decoration: none;
}

#cck9, #cck22, #cck21, #cck20{
margin:20px;
}
/****************************/
/*      Content Berech      */
/*         Seblod           */
/****************************/
div#hilfsdiv3{
width:100%;

height: 100%;
}
.item-page{
width:100%;
height:100%;
}
div#component{
	width: 100%;
	height: 100%;
}
div#contentaufbau{
	width:100%;
	height: 100%;
}

div#bilder img{
	width:100%;
	max-height:300px;

}

div#zitate{
	width:95%;
	height: 100%;
	font-size: 20px;
	font-family: 'Bree Serif', serif;
	text-align: right;
	font-style:italic;
	margin:20px;
	/*border:dashed; border-color:#FFD700;*/
}

div#fliestext{
	width:95%;
	margin: 20px;
	
	
height: 100%;
/*border:dashed; border-color:#FFD700;*/
	}
	
	
#seblod_form{
	margin:40px;
}

#button_submit{
	padding:5px;
}

#spracheinstellung{
float:right;
}

.edit-icon {display:none;}