/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	
	}
h1 {
	
	font-size:20px;
	}


/* div tags */

#wrap {
	padding-top:50px;
	padding-bottom:50px;
	
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	
	}
	
#header {
	
	margin-left:auto;
	margin-right:auto;
	
	}
	
#header_image {
	
		
	}
	
#header_menu {
	
	width:900px;
	height:50px;
	font-size:16px;
	background-image:url(../bilder/menu_bg.jpg);
	background-repeat:no-repeat;
	
	}
	
#header_menu ul {
	list-style-type:none;
	padding-top:15px;
	
	
	}
	
#header_menu li {
	
	display:inline;
	padding-left:10px;
	padding-right:10px;
	
	}
	
#header_menu li.active {
	font-weight:bold;
	color:#025606;
	text-decoration:underline;	
	
	}
	
#header_menu a {
	font-weight:bold;
	text-decoration:none;
	color:#025606;
	}	

#header_menu a:hover {
	font-weight:bold;
	color:#025606;
	text-decoration:underline;
	
	}
	
#header_menu a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#025606;
	}	

#main_oben {
	background-image:url(../bilder/main_bg_oben.jpg);
	width:740px;
	height:32px;
	margin-top:-3px;
	margin-left:78px;
	
	}
	
#main_unten {
	background-image:url(../bilder/main_bg_unten.jpg);
	width:740px;
	height:32px;
	margin-bottom:-3px;
	margin-left:78px;
	
	}

#main {
	background-image:url(../bilder/main_bg.png);
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffff99;
	
	}
	
#main_content {
	
	/*color:#053807;*/
	/*color:#024e0b;*/
	color:#0000cc;
	font-weight:500;
	
	
	}
	
#main_content a, #main_content a:hover, #main_content a:visited {
	
	color:#053807;
	font-weight:500;
	text-decoration:underline;
	
}

#footer {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../bilder/footer_bg.jpg);
	background-repeat:no-repeat;
	
	}
#footer_adresse {
	font-size:11px;
	color:#025606;
	}

#footer_adresse a, #footer_adresse a:hover, #footer_adresse a:visited {
	color:#025606;
	text-decoration:underline;
}
	
#footer_copyright {
	vertical-align:bottom;
	font-size:12px;
	color:#025606;
	
	}
#footer_copyright a, #footer_copyright a:hover, #footer_copyright a:visited {
	text-decoration:none;
	color:#025606;
	
	
	}
	
#footer_menu {
	
	font-size:14px;
	
	}
		
#footer_menu ul {
	
	
	
	}
#footer_menu a, #footer_menu a:hover, #footer_menu a:visited {
	text-decoration:none;
	color:#025606;
	font-weight:bold;
	
	}

#footer_menu ul {
	
	
	
	}
	
#footer_menu li {
	
	list-style-type:none;
	padding-bottom:2px;
	padding-top:2px;
	
	}
	
#footer_menu li.active {
	text-decoration:underline;
	font-weight:bold;
	color:#025606;
	
	}


/* table tags  */

#table_wrap {
	width:1000px;
	/* border:solid;
	border-width:1px;
	border-color:#000; */
	}
	
#table_header {
	
	width:900px;
	
	margin:auto;
	
	
	/*border:solid;
	border-width:1px;
	border-color:#000; */
	}
	
#table_header_image {
	
	text-align:center;
	
	}
	
#table_header_menu {
	
	padding-top:4px;
	text-align:center;
	
	}
	
#table_main {
	
	width:900px;
	
	margin-left:auto;
	margin-right:auto;
	
	
	/*border:solid;
	border-width:1px;
	border-color:#000;*/
	
	}
	

#table_main_content {
	
	width:900px;
	padding-top:30px;
	padding-bottom:20px;
	padding-left:90px;
	padding-right:90px;
	
			
	}
	
#table_footer {
	
	width:900px;
	
	
	margin-left:auto;
	margin-right:auto;
	
	
	/*border:solid;
	border-width:1px;
	border-color:#000; */
	
	}

#table_footer_adresse {
	padding:20px;
	width:300px;
	text-align:left;
	}
	
#table_footer_copyright {
	padding:20px;
	width:450px;
	text-align:center;
	
	}
	
#table_footer_menu {
	padding:20px;
	width:150px;
	text-align:left;
	bac
	
	}


