/* 4th design  */


body {

  padding: 0px;
  text-align: center;
  margin: 0px auto;
   background-color: #D7D7D7;

  font-weight: normal;
  font-size: 100.01%;
  font-family: Arial,Helvetica,sans-serif, Verdana;

}




#seite{
	position: relative;
          background-color: #D7D7D7;
	margin: 0px auto;  	/* standardkonforme horizontale Zentrierung */
	text-align:center;	/* Seiteninhalt wieder links ausrichten */
	width:  998px;         /*100%;  998px;*/

          border-right: 1px solid black;
          border-left: 1px solid black;
          border-bottom: 1px solid black;
          height: 60em;
}



#banner {
	margin: 0px auto;
         text-align:center;
	background-image:url(grafik/main-banner.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	height: 120px;
	width: 100%;/* 998px;*/


}



#inhalt {
	position: relative;
	top: 20px;
	text-align:left;
	text-indent: 0.0em;
	width: 67%;
	margin: 0 auto;
	padding: 20px 30px;
        font-weight: normal;
        height: 720px;
        background-color:#D7D7D7;

}






#picrechts{
	padding: 10px 0px 10px 0px;
	margin-left: 20px;
	margin-right: 7px;
	float: right;
	top: 0px;
         /*border: 1px solid black;          border*/
}


/* linksbündige listen in allen browsern */
ul {  margin-left: 0.5em;  margin-top: 0px; padding-left: 0.5em; }


h4 {margin-bottom: 0.3cm; margin-left: 0px; font-size: 98%; font-weight: bold; color:#000; }

h2 {margin-bottom: 0.3cm; margin-left: 0px; font-size: 100%; font-weight: bold; color:#000; }


/* -------------------------------------------- */

#navcontainer ul
{
	position: absolute;
	text-align:left;
	/* width: 72%;*/


	top: 76px;
	left: 155px;         /* 96px; */
	margin: auto 0;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left:0px; /* 75px;*/

	/* margin-left: 40px;*/
	font-size: 105%;
	/* cancels gap caused by top padding in Opera 7.54 */

	color: black;
	font-family: Arial,Helvetica,sans-serif, Verdan;
	line-height: 22px;
	/* fixes Firefox 0.9.3 */

}

#navcontainer  li
{

display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
padding-top: 5px;
/* matches link padding except for left and right */
padding-top: 5px;


}


#navcontainer a
{
margin-right: 2px;
margin-left: 4px;
margin-bottom: 20px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 5px;
padding-top: 3px;
color: black;
font-size: 107%;
color: #505050;
text-decoration: none;
border-right: 1px solid #D7D7D7;
border-left: 1px solid #D7D7D7;

}

#navcontainer ul li a:hover { color: red; }


#navcontainer ul li a:active  {  border: 1px solid  #000; }


#navcontainer  #active {

margin-right: 2px;
margin-left: 4px;
margin-bottom: 20px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 5px;
padding-top: 3px;
font-size: 107%;
text-decoration: none;

border-right: 1px solid #000;
border-left: 1px solid #000;
}


/* ---------------------------------- */

 p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 1cm 0; padding: 0.1em;
    text-align: center;
    background-color: #D7D7D7;

  }




a:link { color:black; Text-decoration:none;}
a:visited {color:black; text-decoration:none;} 
a:hover { color: red; }
a:active {color: red; text-decoration:underline;}
