* { padding: 0; margin: 0; } /*---Seitenraender werden auf 0 gesetzt---*/

body { /*---Seiteneigenschaften---*/
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C8530;
}


h1 { /*---H1 Ueberschrift---*/
	font-size: 20px;
}

h2 { /*---H2 Ueberschrift - Wörter im Text---*/
	font-size: 12px;
	font-weight: normal;
	display: inline;
}

h3 { /*---H2 Ueberschrift - TopNav---*/
	font-size: 1px;
	font-weight: normal;
	display: inline;
	color: #ffffff;
}

h6 { /*---H6 Ueberschrift---*/
	font-size: 12px;
}

p { 
	display: inline;
}

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

	a:link {
		text-decoration: none;
		color: #3C8530;
}
	a:visited {
		text-decoration: none;
		color: #3C8530;
}
	a:hover {
		text-decoration: none;
		color: #3C8530;
}
	a:active {
		text-decoration: none;
		color: #3C8530;	
}

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

	a.nav { /*---Links in Nav---*/
		text-decoration: none;
		color: #800080;
}
	a.nav:visited {
		text-decoration: none;
		color: #800080;
}
	a.nav:hover {
		text-decoration: none;
		color: #3C8530;
}
	a.nav:active {
		text-decoration: none;
		color: #800080;
}

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

	a.underline { /*---Unterstrichen Links in Main---*/
		color: #3C8530;
		text-decoration: underline;
}
	a.underline:visited {
		color: #3C8530;
		text-decoration: underline;
}
	a.underline:hover {
		color: #3C8530;
		text-decoration: underline;
}
	a.underline:active {
		color: #3C8530;
		text-decoration: underline;
}

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

	div#bottom a.underline { /*---Unterstrichen Links in Fusszeile---*/
		color: #a9a9a9;
		text-decoration: underline;
}
	div#bottom a.underline:visited {
		color: #a9a9a9;
		text-decoration: underline;
}
	div#bottom a.underline:hover {
		color: #a9a9a9;
		text-decoration: underline;
}
	div#bottom a.underline:active {
		color: #a9a9a9;
		text-decoration: underline;
}

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


/*---Style Infos
Farben: 
#3C8530 - Schriftfarbe (dunkel gruen)
#DBFCE9 - Hintergrund Farbe (hell gruen)
#a9a9a9 - Rahmen Farbe (grau)

---*/



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

#wrapper {
	width: 930px;
	margin: 0 auto 0 auto;
}

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

#topnav{ /*---TopPosition---*/
	text-align: right;
	font-size: 10px;
	color: #a9a9a9;
	margin: 5px 1px 2px 0;
}

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

#top{ /*---Fenster fuer Logo---*/
	height: 200px;
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
	background-color: #DBFCE9;
	
	text-align: right;
	
	border-left: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	
	padding: 8px 5px 0 0;
}

/*--------------------------------------------------------------------------------------------------*/
	
#nav{ /*---Fenster für Navigation---*/
	float: left;
	width: 132px;
	height: 225px;
	
	line-height: 18px;
	font-size: 13px;
	font-weight: bold;
	
	background-image: url(images/bg_nav.jpg);
	background-repeat: no-repeat;
	background-color: #DBFCE9;
	
	border-bottom: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	
	margin: 0 -3px 0 0; /*---IE 3px-Text-Gap-Bug---*/
	padding: 125px 0 0 8px; 
}

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

#main{ /*---Hauptfenster---*/
	height: 350px;
	width: auto;
	background-color: #DBFCE9;
	margin: 0 0 0 0;
	padding: 0 15px 0 0; 
	
	border-bottom: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
		
	overflow: auto;

	scrollbar-base-color: #DBFCE9;
	scrollbar-arrow-color: #a9a9a9;
	scrollbar-darkshadow-color: #DBFCE9;
	scrollbar-highlight-color: #a9a9a9;
	scrollbar-shadow-color: #a9a9a9;
	scrollbar-track-color: #DBFCE9;
	
	/*--- Scrollbar Info ---
	scrollbar-base-color = Basisfarbe der Scroll-Leiste
	scrollbar-3dlight-color = Farbe fuer 3D-Effekte
	scrollbar-arrow-color = Farbe für Verschiebepfeile
	scrollbar-darkshadow-color = Farbe fuer Schatten
	scrollbar-face-color = Farbe fuer Oberflaeche
	scrollbar-highlight-color = Farbe fuer oberen und linken Rand
	scrollbar-shadow-color = Farbe fuer unteren und rechten Rand
	scrollbar-track-color = Farbe fuer freibleibenden Verschiebeweg
	---*/
}


#main-left{ /*---Linke Seite für "Kontakt"---*/
	float: left;
	height: 350px;
	width: 410px;
	background-color: #DBFCE9;
	margin: 0 -3px 0 0; /*---IE 3px-Text-Gap-Bug---*/
	padding: 0 15px 0 0;
	
	border-bottom: 1px solid #a9a9a9
}


#main-right{ /*---Hauptfenster rechts---*/
	height: 300px;
	width: auto;
	background-color: #DBFCE9;
	margin: 0 0 0 0;
	padding: 50px 0 0 0;
	
	border-bottom: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
}


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

#bottom { /*---Fusszeile---*/
	font-size: 10px;
	color: #a9a9a9;
	margin: 5px 0 0 0;
}







