/* CSS Document */

/* ============= allgemeine Formatierungen =============*/
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#003300;
	background-image:url(../images/busch3.jpg);
	background-repeat:repeat;
	background-color:#FFFFFF;
	text-align:center;
	font-size:0.9em;
}

html, body, textarea {
  
  scrollbar-base-color:none;
  scrollbar-3d-light-color:#CCCCCC;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#e7ddcf;
  scrollbar-face-color:#f0e9e0;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#f0e9e0;
  scrollbar-track-color:none;
}

ul {
	list-sytle-type: none;
	padding-left:0;
	margin-left:0;
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;
}


/* ============= Container für außen =============*/
#aussen {
	position:absolute;
	width:793px;
	height:587px;
	left:50%;
	top:50%;
	margin-left:-396.5px;
	margin-top:-293.5px;
	text-align:left;
}

/* ============= Container oben =============*/

#top {
	background-image:url(../images_container/cont_top.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:160px;
	margin:0px;
	padding: 0px;
}


/* -------------  Tabelle in der sich das Logo befindet --------------*/

.log {
	text-align:left;
}
.logo td {
	height: 160px;
	width: 114px;
	margin: auto;
	margin-bottom: auto;
	padding-left:1px;
	text-align:left;
}

/* ============= Container Navigation =============*/
#nav {
	position: relative;
	left:0;
	width:113px;
	height:400px;
	float:left;
	background-image:url(../images_container/cont_nav_l.jpg);
	background-repeat:repeat-y;
	text-align:left;
	padding-left:7px;
	margin-left:0px;
	
		
}

/* -------------- Navigation - Listenmenü -----------------*/

ul#menue1 {
	width:113px;
}

ul#menue1 li a {
	margin: 2px 0px auto;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	color:#003333;
	display:block;
	height: 25px;
	line-height: 21px;
	list-style-type:none;
	
}
.menue li{
	width: 113px;
	background-image:url(../images/btn_menue.jpg);
	background-repeat:no-repeat;
	list-style-type:none;
	text-align: center;
	margin-left: auto;
	margin-right:auto;
	top: 0px;
	text-indent: -8pt;
}


ul#menue1 li a:hover {
	font-size:14px;
	font-style:italic;
	color:#990000; 
	/*background-image:url(../images/btn_menue2.jpg);
	background-repeat:no-repeat;*/
	
	
}


/* ------------------ Subnmenü -------------------------- */
.submenue li {
	background-image:url(../images/btn_sub.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}


#submenue1 {
	display: none;
	list-style-type:none;
}

#submenue2 {
	display: none;
	list-style-type:none;
}

#submenue3  {
	display: none;
	list-style-type:none;
}

#submenue4  {
	display: none;
	list-style-type:none;
}



/* ============= Container Hauptbereich =============*/
#main {
	
	margin-left: 120px;
	top:160px;
	height:380px;
	background-image:url(../images_container/cont_main.jpg);
	background-repeat:repeat-y;
	padding:10px 30px;
	vertical-align: top;
	              
}
	
/* ---------------- Container Overflow im Container Hauptbereich------------*/
.overflow {
	overflow:auto;
	height: 380px;
	
	
}

/* ============= Container Unten =============*/
#unten {
	clear:both;
	height:27px;
	background-image:url(../images_container/cont_bottom.jpg);
	background-repeat:no-repeat;
	padding:4px;
	padding-right: 30px;
}


.impressum {
	text-align:right;
	text-indent: 40px;
	vertical-align: baseline;
	font-size: 10px;
	
}
.impressum a {
	text-decoration: none;
	color:#003300;
	font-weight:bolder;
}
.impressum a:hover {
	color:#990000;
	font-weight:bold;
}

/* ============= sonstige Formatierungen, Tabellen =============*/

/*-------------- Tabelle 1 verwendet in Wertungen, Fotos etc, -----------*/
.tab1 {
	border-spacing:7px;
}

.tab1 a {
	text-decoration:none;
	color:#003300;
}

.tab1 a:active {
	color:#990000; 
}
.tab1 a:visited {
	color:#666666; 
}
.tab1 a:hover {
	font-size:14px;
	font-style:italic;
	color:#990000; 
}
.tab1 td {
	border-bottom-color:#003300;
	border-bottom-style:solid;
	border-bottom-width: thin;
	vertical-align:text-top;
	
	padding: 2px;
	border-left-width:thick;
	border-left-style:none;
	/*für die Formatierung der Fotos die sich in der Tabelle befinden */
	background-position:center center;
	background-repeat:no-repeat;
	
}

.tab1 ul li {
	text-indent:10px;
	list-style-position: inside;
}

.liohne {
	list-style-type:none;
}
/*-------------- Tabelle 2 keine Linie -----------*/

.tab2 td {
	padding: 5px;
	text-align:left;
	
}


.tab2 a{
 	text-decoration:none;
	color:#003300;

}

.tab2 a:hover {
	color:#990000;
	font-style:italic;
	font-weight:bold;
}
.termin td {
	width:30%;
	text-align:left;
	
}

/*-------------- kleine Schriftgröße für z.B. Impressum-Link  -----------*/
.klein {
	font-size:0.8em;
}

.klein a {
	text-decoration:none;
	color:#003300;
}

.klein a:active {
	color:#990000; 
}
.klein a:visited {
	color:#666666; 
}
.klein a:hover {
	font-style:italic;
	color:#990000; 
}
