/* Zweispaltiges Layout zentriert */


body {
	margin: 0;
	padding: 0;
	text-algin:center;
	background-color: #FFFFFF;
}

#banner {
	position: relative;
	text-algin: left;
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 130px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	background-repeat: no-repeat;
	background-position: left top;
	border-left: 1px solid #D1A547;
	border-right: 1px solid #D1A547;
	border-bottom: 1px solid #D1A547;
	border-top: 1px solid #D1A547;
	background-color: #FFFFFF;
}



#bannerfoto {
	background-color:#FFFFFF;
	height: 110px;
	width: 760px;
	position: absolute;
	top: 0px;	
	
}


/* Horizontale Navigation (div ist aus HTML gelöscht, soll nicht angezeigt werden)*/

#navlist {
	width: auto;
	height: 22px;
	background-color: #65471B;
	border-color: #990033;
	border-top-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 20px;
	vertical-align: middle;
}
#navlist li {
	float: right;
	list-style-type: none;
	margin-right: 15px;
	margin-left: 0;
	
	padding: 0 0 0 0px;
	white-space: nowrap;
}
#navlist ul {
	margin: 0;
	padding:  0 0 0 0px;
}
#navlist a {
	padding: 0px 10px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
;
	border-top: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
}
#navlist a:visited {
	color: #EA9DDE;
}
#navlist a:active,
#uberlink a:link, #uberlink a:visited, 
#uberlink a:hover, #uberlink a:active {
	background-color: #FF99FF;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #CCCCCC;
}


#navlist a:link {
	color: #00FF99;
 } 
#navlist a:hover {
	background-color: #FF99FF;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	color: #990000;
 } 



/* Vertikale Navigation (div ist aus HTML gelöscht, soll nicht angezeigt werden) */

#abstand {
	float: left;
	margin-right: 10px;
	width: 170px;
	top: 100px;
	position: absolute;
	left: 0px;
	height: 30px;
	background: #F9F2E3;
}


#menu1 {
	float: left;
	margin-right: 10px;
	width: 170px;
	top: 151px;
	position: absolute;
	left: 0px;
	height: 1px;
	color: #333333;
  }
.menu1item {
	background: #ffffff; /* Hintergrundfarbe HauptNavigation */
	color: #B4003D;
	font: bolder 12px Verdana, Arial;
	text-decoration: none;
	width: 170px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #B4003D;
	border-left: none;
  }
.menu1item a {
  display: block; 
  text-decoration: none;
  color: #B4003D;
  padding: 3px 4px 3px 10px;
  }
#menu2 {
	position: relative;
	border-top: none;
	background: #ffffff; /* Hintergrundfarbe UnterNavigation */
	color: #65471B;
	font: normal 11px Verdana, Arial;
	text-decoration: none;
	width: 170px;
	z-index: 20;
	text-indent: 5pt;	
 } 

 div.menu1item a:hover {
	background: #CCCCCC; /* Hintergrundfarbe Menüpunkt beim Überfahren */
	color: #B4003D;
	text-decoration: none;
  }
div.menu1item:hover #menu2 {
  display:block;
  text-decoration: none;
  } 
  
  

/* ___ Inhalt ____ */	


#content {
	width: 530px;
	float: right;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right:5px;
}

.linie-hellgrau {
border-bottom: 1px solid #cccccc;
padding: 0px;

}

.rahmen-rot {
border: 1px solid #B4003D;
}

.tabelle-abstand {
border: 0px ;
padding-top:10px;
}


/* Schriften Inhalt */

#content p {
font-family: Verdana, Arial; Helvetica, sans-serif;
  	font-size: 11px;
  	color: #333333;
	line-height: 1.3em;
	font-style: normal;
    font-weight: normal;
	}
	
	
#content H1 {
	font-family: Verdana, Arial;


Helvetica, sans-serif;
	font-size: 16px;
	color: #333333; /* dunkelgrau */
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	}
	
	
#content H2 {
	font-family: Verdana, Arial; Helvetica, sans-serif;
  	font-size: 11px;
  	color: #333333;
	font-style: normal;
    font-weight: bold;
    text-decoration: none;
	}	
	
#content H3 {
	font-family: Verdana, Arial; Helvetica, sans-serif;
  	font-size: 11px;
  	color: #333333;
	font-style: normal;
    font-weight: normal;
    text-decoration: none;
	}
	
#content H4 {
	font-family: Verdana, Arial; Helvetica, sans-serif;
  	font-size: 9px;
  	color: #333333;
	font-style: normal;
    font-weight: normal;
    text-decoration: none;
	}
	
	
	.H2-bold {
	font-family: Verdana, Arial; Helvetica, sans-serif;
  	font-size: 11px;
  	color: #333333;
	font-style: normal;
    font-weight: bold;
    text-decoration: none;
	}
	
.H2-normal {
	font-family: Verdana, Arial; Helvetica, sans-serif;
  	font-size: 11px;
  	color: #333333;
	font-style: normal;
    font-weight: normal;
    text-decoration: none;
	}
	
.H3-normal {
	font-family: Verdana, Arial; Helvetica, sans-serif;
  	font-size: 9px;
  	color: #333333;
	font-style: normal;
    font-weight: normal;
    text-decoration: none;
	}
	
	
	
/* ----- Linkfarben Inhalt ----- */

#content a {
	font-family: Verdana, Arial;
  	  	 color: #cc3300; /* orange */
         font-style: normal;
         font-weight: lighter;
         text-decoration: none;
}

#content a:active{
         font-family: Verdana, Arial;
  	  	 color: #cc3300; /* orange */
         font-style: normal;
         font-weight: lighter;
         text-decoration: none;
}

#content a:visited{
         font-family: Verdana, Arial;
  	   	 color: #CC6600; /* orange */
         font-style: normal;
         font-weight: lighter;
         text-decoration: none;
}

#content a:hover{
	font-family: Verdana, Arial;
	color: #CCCCCC; /* hellgrau */
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;         
}

#content a:unknown{

		font-family: Verdana, Arial;
  	  	color: #cc3300; /* orange */
         font-style: normal;
         font-weight: normal;
         text-decoration: none;
	}
	
	

/* ----- Fusszeile ----- */


#fusszeile {
clear: both;
border-top: 1px dotted #cc3300;
padding-top: 10px;
padding-bottom:20px;
margin-left: 20px;
margin-right: 20px;
color: #666666;
font: 70% Verdana, Arial, Helvetica, sans-serif;
}


#fusszeile a {
	font-family: Verdana, Arial;
  	  	 color: #666666; /* rot */
         font-style: normal;
         font-weight: bold;
         text-decoration: none;
}

#fusszeile a:active{
         font-family: Verdana, Arial;
  	  	 color: #666666; /* rot */
         font-style: normal;
         font-weight: bold;
         text-decoration: underline;
}

#fusszeilet a:visited {
	font-family: Verdana, Arial;
	color: #FF66FF; /* rot */
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

#fusszeile a:hover{
	font-family: Verdana, Arial;
	color: #990066; /* rot */
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;         
}

