@charset "utf-8";
 
/*
	xxx.de CSS
	Copyright (c) 2010 Initiative Konzeptionelles Design. All rights reserved.
	If you copy without permission, We will mock you.
*/

@import url(default/reset.css); /* Default Reset */
@import url(default/text.css); /* Default Styling */
@import url(default/grid.css); /* Grid System */


/* 
BASIC ELEMENTS 
Define styles for basic elements: body, h1-h6, ul, ol, a, p, etc.
*/

html {
	background: rgb(216,202,159) url(img/bg.jpg) repeat;
}

h3, h4, h5 {
	color: #5c5742;
}

p, ol, ul {
	color: #5c5742;
}

hr	{
	border-top-color: #d0c198;
	border-top-width: 2px;
}

/* 
BASIC LINKS 
*/

a:link,
a:visited { 
color: #7c8a40; 
text-decoration: underline;
}

a:hover, 
a:focus {
color: #000; 
text-decoration: none;
}

/*
GENERIC CLASSES 
Define styles for simple things like floating to the sides, removing a bottombottom margin on elements, etc
*/

img.right {
	float: right;
}

img.left {
	float: left;
}

img.fancy {
	     -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
     -moz-box-shadow: 0px 0px 18px #736b54;
  -webkit-box-shadow: 0px 0px 18px #736b54;
          box-shadow: 0px 0px 18px #736b54;	
}



/*
BASIC LAYOUT 
Define the basic template: header, footer, etc. Elements that help to define the basic layout of the site
*/

#content {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 50px;
}

#foot {
	overflow: hidden;
	padding-top: 10px;
	height: 120px;
	border-top: 3px solid #c6b991;
}

/*
TOP 
Define all elements in the header
*/

#top {
	height: 175px;
	overflow: hidden;
	background: url(img/logo.png) no-repeat 0 0;
}

#top h1 {
	text-indent: -9999px;
	height: 1px;
	display: block;
	margin: 0;
	padding: 0;
	}

#teaserbild_gross {
	background: url(img/teaser-schatten-gross.jpg) no-repeat center 0;
	overflow: hidden;
	height: 409px;
	margin: 0;
	padding: 0;
}

#slideshow {
	overflow: hidden;
	height: 350px;
	width: 790px;
	margin-top: 30px;
	margin-left: 35px;
}

h2#teaser_klein {
	text-indent: -9999px;
	height: 1px;
	display: block;
	overflow: hidden;
	height: 210px;
	margin: 0;
	padding: 0;
}

h2#teaser_klein.verein {
	background: url(img/teaser-verein.jpg) no-repeat center 0;
}

h2#teaser_klein.wandern {
	background: url(img/teaser-wandern.jpg) no-repeat center 0;
}

h2#teaser_klein.neuigkeiten {
	background: url(img/teaser-neuigkeiten.jpg) no-repeat center 0;
}

h2#teaser_klein.remise {
	background: url(img/teaser-remise.jpg) no-repeat center 0;
}

/*
NAVIGATION 
*/

ul#nav {
	list-style-type: none;
	margin: 115px 0 0;
	padding: 0 35px 0 0;
	float: right;
	font: 15px/1 "Droid Sans", Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
}

ul#nav li {
	float: left;
	padding: 0;
	margin: 0 0 0 13px;
}

ul#nav li a {
	color: #888061;
	border: 0;
	display: block;
	padding: 8px;
	text-decoration: none;
	margin: 0;
}


ul#nav li a:hover,
ul#nav li a:focus { 
	color:#5c5742;
	border-bottom: 2px solid #7c8a40;
}                  

ul#nav li a#selected { 
	color:#5c5742;
	border-bottom: 2px solid #7c8a40;}

/*
CONTENT 
Define all elements in the content area
*/

a.btn_start {
  background: #ccbe96;
  border: 1px solid #b6a983;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 5px 1px #c1b48c;
  -webkit-box-shadow: inset 0 0 5px 1px #c1b48c;
  box-shadow: inset 0 0 5px 1px #c1b48c;
  color: #7c8a40;
  line-height: 1;
  padding: 10px 15px;
  text-align: center;
	text-decoration: none;
	margin: 20px 0 0;
	display: inline-block;
}

a.btn_start:hover {
  background: #d4c69c;
  -moz-box-shadow: inset 0 0 5px 1px #c1b48c;
  -webkit-box-shadow: inset 0 0 5px 1px #c1b48c;
  box-shadow: inset 0 0 5px 1px #c1b48c;
  color: #222;
}

a.btn_start:active {
  background: #c5b891;
  -moz-box-shadow: inset 0 0 5px 1px #c1b48c;
  -webkit-box-shadow: inset 0 0 5px 1px #c1b48c;
  box-shadow: inset 0 0 5px 1px #c1b48c;
  color: #222;
}

a.btn {
  background: #ccbe96;
  border: 1px solid #b6a983;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 5px 1px #c1b48c;
  -webkit-box-shadow: inset 0 0 5px 1px #c1b48c;
  box-shadow: inset 0 0 5px 1px #c1b48c;
  color: #7c8a40;
  line-height: 1;
  padding: 10px 15px;
  text-align: center;
	text-decoration: none;
	display: inline-block;
}

a.btn:hover {
  background: #d4c69c;
  -moz-box-shadow: inset 0 0 5px 1px #c1b48c;
  -webkit-box-shadow: inset 0 0 5px 1px #c1b48c;
  box-shadow: inset 0 0 5px 1px #c1b48c;
  color: #222;
}

a.btn:active {
  background: #c5b891;
  -moz-box-shadow: inset 0 0 5px 1px #c1b48c;
  -webkit-box-shadow: inset 0 0 5px 1px #c1b48c;
  box-shadow: inset 0 0 5px 1px #c1b48c;
  color: #222;
}


h2#start_headline {
	background: url(img/dnb-start-headline.gif) no-repeat 0 0;
	text-indent: -999em;
	height: 55px;
	margin: 0 0 15px;
	padding: 0;
}

#content h2 {
	color: #a59a79;
	border-bottom: 3px solid #c6b991;
	line-height: 1.4;
}

#content #neu_start h3 {
	margin: 0;
	padding: 0;
}

#content #neu_start p {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #c6b991;
}

ul.wandertermin_start {
	list-style-type: none;
	overflow: hidden;
	border-bottom: 1px solid #c6b991;
	padding-bottom: 20px;
	margin: 0 0 20px;
}

ul.wandertermin_start li.datum {
	float: left;
	width: 85px;
}

ul.wandertermin_start li.titel {
	margin-left: 100px;
}

ul.wandertermin_start p, ul.wandertermin_start h3 {
	margin: 0;
	padding: 0;
}

ul.wandertermin_start li.datum p {
	font: 28px/1 "Droid Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #d0c198;
	padding: 5px;
	color: #a29676;
}

ul.wandertermin_start li.titel h3 {
}

ul.wandertermin {
	list-style-type: none;
	background-color: #d0c198;
	overflow: hidden;
	width: 790px;
	padding: 0;
	margin: 0 0 45px 35px;
}

ul.wandertermin li {
	float: left;
}

ul.wandertermin li.box {
	width: 255px;
	margin: 10px;
}

ul.wandertermin li.box p {
	padding: 0;
	margin: 0;
	float: left;
}

ul.wandertermin li.box p.datum {
	font: 45px/1 "Droid Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 10px;
	color: #a29676;
	margin-right: 5px;
}

ul.wandertermin li.box p.woche {
	color: #a29676;
	font-style: italic;
}

ul.wandertermin li.box h3 {
	padding: 5px 0 0;
	margin: 10px 0 0 5px;
	clear: left;
	line-height: 1.4;
	font-size: 25px;
	border-top: 3px solid #c0b28c;
}

ul.wandertermin li.tab {
	width: 505px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0;
}

ul.wandertermin li.tab table {
	width: 505px;
}

ul.wandertermin li.tab td {
	border: 0;
}

ul.wandertermin li.tab td.titel {
	width: 25%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 12px "Droid Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	color: #a29676;
}

ul.wandertermin li.tab td.inhalt {
	width: 75%;
	border-bottom: 1px solid #c0b28c;
}

#content .neuigkeiten {
	margin-bottom: 40px;
}

#content h4.datum {
	float: left;
	display: inline-block;
	padding: 0;
	color: #b6a884;
	font: normal normal 18px "Droid Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 20px 0 0;
}

/*
FOOTER 
Define all elements in the footer
*/

#foot p, #foot ul {
	color: #a49979;
	font-size: 11px;
}

#foot a:link,
#foot a:visited { 
color: #a49979; 
text-decoration: none;
}

#foot a:hover, 
#foot a:focus {
color:#7c8a40; 
text-decoration: underline;
}

#foot ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#foot li{
	padding: 0;
	margin: 0 20px 0 0;
	float: left;
}

p#copyright {
	text-align: right;
}

/*
XXX ETC.
Continue to define the other sections one by one 
*/

/*
FORMS 
*/


