/*CSS*/

/*
   Wanderfreunde Heubsch und Umgebung e. V.
   css styles
   
   Copyright 2007, Markus Spiske
   http://www.temporausch.com

*/

/*general styles*/
html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	color: #000;
}

html, body {
 width:100%; height:100%; 
}

body {
	font: 12px/175% Arial, Verdana, Helvetica, sans-serif;
	background: url(../img/body_bg.gif) repeat-x;
	text-align: center;
}

h1 {
	font-size: 150%;
	color: #488828;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 25px;
	color: #488828;
}

h3 {
	font-size: 9px;
	font-weight: normal;
	color: #999;
	text-align: left;
}

h4 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	color: #488828;
	text-align: center;
}

h5 {
	font-size: 9px;
	font-weight: normal;
	color: #95af28;
	text-align: center;
}

h6 {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-align: left;
	line-height: 130%;
}

.green_12_bold {
	font-size: 12px;
	font-weight: bold;
	color: #488828;
}

a:link, a:visited {
	color: #488828;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
  text-decoration: underline;
  font-weight: bold;
}

a.green_12:hover, a.green_12:active {
  color: #488828;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

a.green_12:link, a.green_12:visited {
	color: #488828;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.black_12:hover, a.black_12:active {
  color: #000;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
}

a.black_12:link, a.black_12:visited {
	color: #000;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.green_9:link, a.green_9:visited {
	color: #95af28;
	font-weight: normal;
	text-decoration: none;
}

a.green_9:hover, a.green_9:active {
  text-decoration: none;
  font-weight: normal;
}

a img, a:hover img {
	border: none;
}
 
/*wrapper*/ 
#main_wrapper{
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;

} 

html>body #main_wrapper{
	height: auto;
	min-height: 100%;
}

/*container*/
#container {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

/*mainnav*/
#mainnav {
	height: 80px;
	background: url(../img/navi_bg.gif);
}

#mainnav ul{
	list-style: none;
	padding-left: 20px;
}

#mainnav li{
	float: left;
	margin-top: 20px;
	margin-left: 19px;
}

#mainnav li a.start, #mainnav li a.verein, #mainnav li a.termine, #mainnav li a.bilder, #mainnav li a.wanderung, #mainnav li a.wandertag {
	display: block;
}

#mainnav li a.start {
	background: url(../img/navi_start.gif) no-repeat;
	width: 49px;
	height: 40px;	
}

#mainnav li a:hover.start {
	background: url(../img/navi_start_over.gif) no-repeat;
}

#mainnav li a.verein {
	background: url(../img/navi_verein.gif) no-repeat;
	width: 58px;
	height: 40px;
	margin-left: 20px;
}

#mainnav li a:hover.verein {
	background: url(../img/navi_verein_over.gif) no-repeat;
}

#mainnav li a.termine {
	background: url(../img/navi_termine.gif) no-repeat;
	width: 70px;
	height: 40px;
	margin-left: 20px;
}

#mainnav li a:hover.termine {
	background: url(../img/navi_termine_over.gif) no-repeat;
}

#mainnav li a.bilder {
	background: url(../img/navi_bilder.gif) no-repeat;
	width: 56px;
	height: 40px;
	margin-left: 20px;
}

#mainnav li a:hover.bilder {
	background: url(../img/navi_bilder_over.gif) no-repeat;
}

#mainnav li a.wanderung {
	background: url(../img/navi_wanderung.gif) no-repeat;
	width: 107px;
	height: 40px;
	margin-left: 20px;
}

#mainnav li a:hover.wanderung {
	background: url(../img/navi_wanderung_over.gif) no-repeat;
}

#mainnav li a.wandertag {
	background: url(../img/navi_wandertag.gif) no-repeat;
	width: 101px;
	height: 40px;
	margin-left: 20px;
}

#mainnav li a:hover.wandertag {
	background: url(../img/navi_wandertag_over.gif) no-repeat;
}

#mainnav span {
	display: none;
}

/*head*/
#logo {
	width: 800px;
	height: 150px;
	margin:0 auto;
	position: relative;	
}

/*content*/
#content {
	width: 800px;
	text-align: left;
	padding-left: 0px;
	padding-top: 25px;
	float: right;
	margin-bottom: 250px; 	
}

/*text*/
#text {
	width: 475px;
	padding-left: 40px;
	float: left;
	text-align: left;	 		
}

/*box right*/
#box_right {
	width: 235px;
	padding-left: 50px;
	float: left;
	text-align: left;	 		
}
 
/*footer*/
#bg_footer {
	position: relative;
	bottom: 0;
	float: left;
	clear: both;
	width: 100%;
	margin-top: -250px;
	height: 250px;
	background: url(../img/bg_footer.jpg) no-repeat center bottom;
	text-align:center;	
}

#footer_content {
	margin: 0 auto;
	position: relative;
	margin-top: 100px;
	bottom: 10px;
	width: 700px;
	height: 100px;
	text-align: left;
	background-repeat: no-repeat;	
}
