/*
----------------------------
Nordic Walking Eschweiler
Autor: Stefan Dussin / www.design-ac.de
Medium: Screen
----------------------------
*/


* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background-color: #027d00;
	text-align: center;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/background.jpg) ;
	background-repeat: repeat-x;
}

#container {
	width: 700px;
	margin: 20px auto;
	text-align: left;
	background-color: #FFFFFF;
	border: 2px solid #027D00;}

#header {
	height: 235px;
	background-image: url(../img/header.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: bottom left;
}

#header h1 {
	height: 235px;
	line-height: 500px;
	overflow: hidden;
}

#inhalt {
	padding: 0px 15px 15px;
	text-align: justify;
	line-height: 150%;
	font-size: 13px;
}

#inhalt h2 {
	height: 50px;
	text-indent: -2000px;
}

#inhalt h3 {
	padding: 10px 0 10px 0;
	font-size: 14px; 
	font-weight: bold;
	color: #027D00;
}

#inhalt p.seitennavi {
 background:none; 
 margin-top: 10px; }
 
 #inhalt a {
	color: #027D00;
	font-weight: bold;
	text-decoration: underline;
	background:transparent url(../img/pfeil.gif) 0 no-repeat;
	padding-left: 15px;
}

#inhalt a:hover {
	color: #027D00;
	text-decoration: underline;
	background-color: #fff000;
}
 
 
 #inhalt p.newstext {
 background:none; 
 margin-top: 0px;
 padding-bottom: 5px; 
 border-bottom: 1px solid #027D00;}
 
 
 #inhalt img {
 margin-top: 10px;
 margin-bottom: 10px;
 margin-right: 10px;
 border: 1px solid #027D00;
 float:left;}
 
#navigation ul {
	list-style: none;
	text-align: left;
}

#navigation {
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 2px solid #027D00;
}

#navigation a {
	color: #027D00;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	background:transparent url(../img/pfeil.gif) 0 no-repeat;
	padding-left: 15px;
	padding-right: 10px;
}

#navigation a:hover {
	color: #027D00;
	text-decoration: underline;
	background-color: #fff000;
}

	
#navigation li {
	display: inline;
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
		padding-left: 15px;
	padding-right: 15px;
	border-top: 2px solid #027D00;
}

#footer a {
	color: #027D00;
	font-weight: bold; 
	text-decoration: none; 
	background: transparent url(../img/pfeil.gif) 0 no-repeat;
	padding-left: 15px;
	padding-right: 10px;
	}
	
#footer a:hover {
	color: #027D00;
	text-decoration: underline;
	background-color: #fff000;
	}
	
#footer li {
	display: inline;
}

 
#footer ul {
	list-style: none;
	text-align: left;
}


h1, h2, h3, h4, h5, h6, form {
font-weight: normal; }

table {margin-top: 0px;
border: 0; 
width: 670px;}

td { 
	padding: 5px 5px 5px 0;
	text-align: justify;  }
	
	
#vorteile ul {
list-style-image: url(../img/pfeil_w.gif);
	text-align: left;
	padding-left: 20px;}
	
	
.linie_unten { 
border-bottom: 1px solid #027D00; }

#presse1 img {
	float:none; 
   display: block;
   margin-top: 0;
   margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
	}
#presse1 a {
	background:transparent url(none) 0 no-repeat; }
	
#presse1 a:hover {
	background-color: #ffffff; 
    text-decoration: none; }
	
#impressum2 {
 text-align: center;
 background:transparent url(none) 0 no-repeat; }
 
 #impressum2 a {
 background:transparent url(none) 0 no-repeat; }
 
 #impressum2 a:hover {
 background-color:#ffffff;
 text-decoration: none; }
 
 #impressum2 img { 
	float:none; 
   display: block;
   margin-top: 0;
   margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
	border:0;  }

iframe
{
	margin: 20px auto;
	display: block;
	width: 90%;
	height: 170px;
	background: #f9f9f9;
	border: 1px solid #999;
}

/* Headlines abhaengig von der Body-ID */

#start #inhalt h2 {	background: url(../img/willkommen.gif) no-repeat left top;}
#news #inhalt h2 {	background: url(../img/news.gif) no-repeat left top;}
#nordicwalking #inhalt h2 {	background: url(../img/nordicwalking.gif) no-repeat left top;}
#wannwo #inhalt h2 {	background: url(../img/wannwo.gif) no-repeat left top;}
#fotos #inhalt h2 {	background: url(../img/fotos.gif) no-repeat left top;}
#presse #inhalt h2 {	background: url(../img/presse.gif) no-repeat left top;}
#kontakt #inhalt h2 { background: url(../img/kontakt.gif) no-repeat left top;}
#impressum #inhalt h2 { background: url(../img/impressum.gif) no-repeat left top;}
#datenschutz #inhalt h2 { background: url(../img/datenschutz.gif) no-repeat left top;}


