/*CSS-Datei fuer www.wanderfreunde-niederkuechten.de
(C) by GuN 30.10.2006*/

body {
	background-color: Green /*#E8FFE8*/;
	font-family:Verdana,Arial,Helvetia,sans-serif; 	
	background-attachment:fixed;	
	margin: 0px 0px 10px 0px;
   padding: 0; 
}	

/* ############### POSITIONIERUNG DER DIVS ############### */
/*Container zu mittigen Ausrichtung des gesamten Inhalts*/
#page {
	text-align: left;
	vertical-align: middle;
	margin: 20px auto 20px;
	padding: 0px 0px 0px;
	width: 800px;
	background-color: #fff; /*	border: 1px solid Green ;	*/
}

/*Container für den gesamten Inhalt inkl. Navi, Head etc.*/
#container {
	text-align: left;
	vertical-align: middle;
	margin: 0px auto 0px;
	padding: 0px 0px;
	width: 800px;
	background-color: #fff;
	border: 1px solid Green /*#ECECEC*/;	
	float: left;
}

#titel {
   padding-bottom: 20px; 
	margin-top: 0px;
	margin-left: 0px;
	background-image: url("../images/titel5.jpg");	
	background-repeat: no-repeat;
	width: 800px;
	height: 150px;
}	


/*Contentbereich*/
#content {
	width: 590px;
	background-color: #fff;
	padding-top: 0px;
	margin-top: 0px;
	text-align: left;
	overflow: auto;
	float: right;

}

#footer {
	width: 795px;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;	
	text-align: center;
	font-size: 8pt;
	color: Silver;
}

/* ############### NAVIGATION ###############*/
#navi {
	width: 200px;
	background-color: #E8FFE8;
	text-align: left;
	z-index: 2;
	float: left;
	padding-left: 0px;
	padding-top: 10px;
/*	border-bottom: 1px solid Gray;
	border-top: 1px solid Gray;*/
}

#navi ul li {
	list-style-image: url(../grafiken/pfeil.gif);
	font-size: 9pt;
	line-height: 14pt;
	padding-left: 0px;
	margin-left: 0px;
}

#navi ul li ul {
	list-style-image: url(../grafiken/pfeil.gif);
	font-size: 9pt;
	line-height: 14pt;
	margin-left: 20px;
}

#navi a {
	text-decoration: none;
	color: Gray;
}

#navi a:hover {
	color: Black;
}

.navi {
	font-size: 10px;
}

.aktivnavi {
	color: #005E00;
}
/* ############### NAVIGATION ENDE ###############*/


/* ############### DEFINITION DER SCHRIFTEN ############### */


p {
	line-height: 16pt;
	font-size: 10pt;
	color: #000;
	text-align: left;
	padding-left: 40px;
	padding-top: 0px;
	padding-right: 30px;
}

ul,li {
	line-height: 16pt;
	font-size: 10pt;
	color: #000;
	text-align: left;
	padding-left: 10px;
	padding-right: 30px;
	margin-left: 40px;
}
	
/* ######### DEFINITION DER LINKS ########### */
/* Links im Navibereich siehe Navigation */
/* allgemein */	

a:link {
/*	color: Purple;*/
	text-decoration: none;
}
	
a:visited {  
/*	color:Purple; */
	text-decoration:none;
	}
	
a:hover { 
/*	color:Black; */
	text-decoration:none;
	}

/* Contentbreich */	

#content a:link {
	color: Green;
	text-decoration: underline;
}
	
#content a:visited {  
	color:Green; 
	text-decoration:underline;
	}
	
#content a:hover { 
	color:Green; 
	text-decoration:none;
	}	

/* Footer */	
#footer a:link {
	color:Gray; 
	text-decoration: none;
}
	
#footer a:visited {  
	color:Gray; 
	text-decoration:none;
	}
	
#footer a:hover { 
	color:Green; 
	text-decoration:none;
	}
	

/* ############### Ueberschriften ############### */
h1 {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: Purple;
	padding-top: 20px;
}

h2 {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	color: Black;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

h3 {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: Gray;
	padding-left: 20px;
	padding-top: 20px;
}

/* Ueberschriften in den Terminen */
h4 {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
/*	font-style: italic;*/
	color: Black;
	margin-top: 30px;	
	padding-left: 40px;
	padding-top: 30px;
}

/* ############### GENRELLE KLASSEN ############### */
.impressum {
	color: Gray;
	font-size: 9px;
	line-height: 12px;
}

/* Für zusaetzliche Infos in der Navi */
.navip {
	border: 1px solid Green;
	padding: 10px;
	margin: 10px;
	font-size: 9px;
}

.naviplink {
	text-decoration: underline;
	color: Green;
}
