html, body, #wrap { height: 100%; }

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

body { 
	padding:0; 
	margin:0;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #666;
	background: #e8d6a6 url("../images/body_bg.gif") repeat-x top;
}
#rahmen {
	width: 990px;
	margin:40px auto auto auto;
	background: url("../images/container_bg.png") no-repeat top center;
}
#wrap {
	width: 980px;
	margin:0px auto ;
	background: #fff;
}

hr { margin:0px 0px 20px 0px ; padding:0px ; clear: both; }

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

#container {
	width: 940px;
	margin:0 auto;	
}

#top-header {
	height: 84px;
	background: url("../images/logo.gif") no-repeat left center;
}

.banner {
	position: 				relative;
	width:					665px;
	height:					400px;
	margin:					0 auto;
}

#btnPost {
	height: 27px;
	background: url(../images/styled_button.png) no-repeat top left;
	margin-top: 0px;
	width: 100px;
	border: none;
	font-weight: bold;
	cursor: pointer;
	color: #aaa;
	padding: 5px;
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
	
}

/* menu style (located in the top header) */

#menu-container {
	float: left;
	width: 940px;
	height: 68px;
	font-size: 14px;
	font-weight:regular;
}

#menu ul {
  margin-top: 25px;
  padding: 10px 0;
  list-style: none;
  float: left;
}

#menu li {
	float:left;
	margin:0;
	padding: 0 10px;
}

#menu a {
	float:left;
	display:block;
	padding:5px 10px;
	text-decoration:none;
	color:#e76327;
	font-family: arial, "lucida console", sans-serif;

}

#menu a:hover {
	border-top: 3px #434343 solid;
}

#menu #current a {
	background-color: #ff8429;
	color:#fff;
}

/* end of meny style */

/* header layout */

#header {
	width:960px;
	height: auto;
}

#header-left {
	float:left;
	width:255px;
	height: 216px;
	background-color:#fff;
}

#header-box {
	width:255px;
	height: 163px;
	padding: 0px;
	margin:15px 0px 0px 0px;
	clear: both;
	background-color:#e8d6a6;
}

#header-box .title { 
	font-size: 17px;
	color:#2a2a2a;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}

#header-box .cont { 
	font-size: 12px;
	padding: 10px 10px 0px 0px;
	margin: 0px 0px 0px 20px;
}

#header-box .term { 
	font-weight:bold;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #dfc182;
}

#header-box a {

	text-decoration:none;
	font-weight:normal;
	color:#ac5817;
	font-family: arial, "lucida console", sans-serif;
}

#header-box a:hover {color: #823f0c;}
#header-box a:visited {color:#ac5817;}

#header-box .list {
	margin: 5px 0px 0px 10px;
	padding: 0px;
}

#header-right,
#header-right-verband,
#header-right-beruf,
#header-right-ausbildung,
#header-right-fuehrer,
#header-right-termin {
	float:left;
	margin:0px 0px 0px 20px;
	width:665px;
	height: 400px;
}

/* images in the right side of the header */

#header-right {	background: url("../bilder/wanderfuehrer_bilder_raffalt_01.jpg") no-repeat top; }
#header-right-beruf {	background: url("../bilder/wanderfuehrer_bilder_raffalt_02.jpg") no-repeat top; }
#header-right-verband {	background: url("../bilder/wanderfuehrer_bilder_raffalt_04.jpg") no-repeat top; }
#header-right-termin {	background: url("../bilder/wanderfuehrer_bilder_01.jpg") no-repeat top; }
#header-right-ausbildung {	background: url("../bilder/wanderfuehrer_bilder_04.jpg") no-repeat top; }
#header-right-fuehrer {	background: url("../bilder/wanderfuehrer_bilder_03.jpg") no-repeat top; }


/* content layout style */

a.pic2 img {
  float:left;
  width:150px;
  padding:3px;
  border: 1px solid #cfb778;
  margin:0px 8px 10px 0px;
}

/* Diese Anweisung für die Anzeige in Geckos, Safarie und Opera */
img.pic2:hover {
  width:150px;
  padding:3px;
  border: 1px solid #C6411E;
}

/* Ohne diese Anweisung funktioniert das Zoomen im IE nicht */
a.pic2:hover img {
  width:150px;
  padding:3px;
  border: 1px solid #C6411E;
}
/* Ohne diese Anweisung funktioniert das Zoomen im IE nicht */
a.pic2:hover {
  padding:0px; 
}

img.part {
	float: left;
	margin: 0px 10px 30px 0px;
	padding: 0px;
}
img.gal {
	float: left;
	margin: 0px 10px 30px 0px;
	padding: 3px;
	border:1px solid #cfb778;
}
img.foto {
	float: left;
	margin: 0px 10px 50px 0px;
	padding: 3px;
	border:1px solid #cfb778;
}

img.foto_det {
	float: left;
	margin: 0px 10px 250px 0px;
	padding: 3px;
	border:1px solid #cfb778;
}
img.foto_r {
	float: right;
	margin: 0px 10px 50px 10px;
	padding: 3px;
	border:1px solid #cfb778;
}
.readmore {
	float: right;
}
#content { 
	padding: 0;
	padding-bottom: 80px;
	position: relative;
}

#content-container { 
	padding-bottom: 80px; 
}

#left {
	float: left;
	width: 255px;
	padding-bottom: 20px;
}

#left h2.anmeld  {
	color: red;
	font-weight: bold;
}

#left .pdf {
	margin:0px 5px 20px 0px;
	border:0px;
}

.pdf {
	margin:0px 5px 20px 0px;
	border:0px;
}

#middle {
	float: left;
	width: 445px;	
	margin:0px 20px 0px 20px;
	padding-bottom: 20px;
}

#right {
	float: left;
	width: 200px;	
	margin:0px 0px 0px 0px;
	padding-bottom: 20px;
}

#right img {
	float: left;
	margin:20px 0px 0px 0px;
	padding: 0px;
}

#middle_665 {
	float: left;
	width: 665px;	
	margin:0px 0px 0px 20px;
	padding-bottom: 20px;
}

#middle_665 .personen {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: url("../images/shadow_pers.gif") no-repeat bottom;
}
#middle_665 .kurse {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#middle_665 .kurse h1  {
	border-bottom: 3px #ccc solid;
	color: #ff8429;
	padding-bottom: 3px;
	font-weight: bold;
}

#middle_665 .galery {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: url("") no-repeat bottom;
}

#content-container #content #left .box {
	padding: 0px 10px 10px 0;
	clear: both;
}

#content-container  #content #right .box {
	padding: 10px 0 10px 10px;
}

/* end of content layout style */

/* Global Headers */

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	line-height: 1.1em;
}

h1 { font-size: 18px; }
h1.termine { font-size: 20px; color: #444 !important; }
h2 { font-size: 18px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }	
h6 { font-size: 10px; }

#content-container h1, h2 {
	border-bottom: 1px #ccc solid;
	color: #444;
	padding: 5px 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content-container h2.con {
	border-bottom: 0px;
}

#content-container h3 span {
	border-bottom: 3px #ccc solid;
	color: #888;
	padding-bottom: 3px;
	font-weight: bold;
}

#content-container #left h3  {
	border-bottom: 0;
	font-weight: bold;
}

#content-container h3 a {
	color: #ccc;
	font-size: 13px;
}

#content-container #content #right  h3 {
	padding-bottom: 3px;
}

#content-container #content #right p {
	margin: 10px 0;
	padding: 0;
}

#content-container h3 a {
	text-decoration: none;
}

.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid #a7976e;
background: #e8d6a6;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: #ff8429;
border: 1px solid #e66326;
color:#FFFFFF;
font-weight:bold;
}
.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}
.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}

/* end of Global Headers */

#content #slider-container ol {	list-style: none; }

/* sidebar navigation */

#navigation ul {
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
}

#navigation li {
	list-style: none;
	width: 100%;
    padding: 0;
	margin: 0;
}

#navigation a {

	display:block;
	width: 240px;

	text-decoration:none;
	font-weight:bold;
	color:#333;
	font-family: arial, "lucida console", sans-serif;
	
	border-bottom: 1px #ccc solid;
	border-left: 3px #ccc solid;

	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 1px 0;
	background-color: #fcfcfc;
}


#navigation a:hover {
	border-left: 3px #59a935 solid;
	background-color: #f6f6f6;
}
#navigation a:visited {
	color:#333;
}


#navigation #current a {
	border-left: 3px #59a935 solid;
}


/* mews style in left column */

.list  li {
	clear: both;
}

.list  li .list-left-column {
	float: left;
	width: 80px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
}
.list  li .list-left-column span {
	color: #e66326;
}
.list  li .list-left-column div {
	color: #999;
	font-size: 11px;
	font-weight: normal;
}
.list li .list-right-column {
	float: left;
	width: 165px;
}

#content-container .list li .list-right-column  h3 {
	border-bottom: 0;
	color: #666;
	font-size: 13px;
	margin: 0;
}

#content-container #content #left .list {
	margin: 0px;
	list-style: none;
	padding: 0;
}


/* end of news style*/

/* links style */

#content-container  a:link, #content-container  a:active   {
	color: #e66326;
	text-decoration: none;

}
#content-container  a:visited  {
	color: #c3511c;
	text-decoration: none;
}
#content-container  a:hover {
	color: #d44209;
	text-decoration: underline;
}


.url a {
	color: #59a935;
	font-size: 18px;
	float: right;
	text-decoration: none;
}

#content-container  a.pod:link, #content-container  a.pod:active   {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;

}
#content-container  a.pod:visited  {
	color: #ffffff;
	text-decoration: none;
}
#content-container  a.pod:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* end links */

/* contact form style */
form {
  padding: 20px 0;
  margin: 0;
}
label {
	float: left;
	width: 100px;
	padding-right: 1px;
	font-weight: bold;
	color: #999;
}
input,
textarea{
	padding: 2px;
	font: 400 12px arial, sans-serif;
	background: #fafafa;
	border-width: 1px;
	border-style: solid;
	border-color: #c0c0ba #f4f4ec #f4f4ec #c0c0ba;  
}
input:focus,
textarea:focus{  
  color: #333;
  background-color: #eef7e5;
}
#name, #email, #subject{
	width:250px;
}
#message{
	width:360px;
	height:150px;
}
input.button {
  padding: 1px 10px;

  font: bold 1em arial, sans-serif;
  cursor: pointer;

  color: #FFF;
  background-color: #59a935;
  border-width: 1px;
  border-style: solid;
  border-color: #186825 #0e4d19 #0e4d19 #186825;
}

#submit {
	width: 101px;
	height: 30px;
	background: url("../images/submit_button.gif") no-repeat top right;
	border: 0;
	cursor: pointer;
}

#submit_de {
	width: 101px;
	height: 30px;
	background: url("../images/submit_de_button.gif") no-repeat top right;
	border: 0;
	cursor: pointer;
}

#note {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #992222;
	border: 1px #ccc solid;
	display: none;
}

.notification_ok {
	color: #229922;	
}

/* end of contact form style */



/* -------- misc style ----------*/

.image-left{
	padding:3px;
	margin:0 15px 0 0;
	border:1px solid #ccc;
}

.image-right{
	padding:3px;
	margin:0 0 0 15px;
	border:1px solid #ccc;
}


/* thumbnail in right column */

.image-left-small{

	padding:3px 3px;
	margin:0 3px 0 0;
	border:1px solid #ccc;
}

.image-right-small {

	padding:3px 3px;
	margin:0 0 0 3px;
	border:1px solid #ccc;
}

.image-border-small {
	background:#fff;
	padding:3px 3px;
	border:1px solid #ccc;
}


.image-border {
	padding:3px;
	border:1px solid #ccc;
}

.textblock {
	border: 1px #aaa solid;
	background-color: #fafafa;
	padding: 10px;
	color: #777;
	margin-bottom: 20px;
	
}

.clearit { clear: both; }

/* Floats */
.float-left { float: left; }
.float-right { float: right; }

/* for portfolio page style */
#portfolio { margin-top: 10px; }
#portfolio ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#portfolio ul li {
	clear: both;
	margin-top: 20px;
}
#portfolio ul li ul li {
	clear: both;
	margin-top: 5px;
}
#portfolio ul li ol li {
	clear: both;
	margin-top: 5px;
}

#portfolio ul li ul{
	margin: 0;
	padding: 0;
	list-style: square;
	padding-left: 16px;
	margin-left: 16px;
	
}

.portfolio-item { width: 100%; }

.portfolio-item .portfolio-item-image {
	float: left;
	width: 45%;
}

.portfolio-item .portfolio-item-desc {
	float: left;
	width: 54%;
}


.padding-5 {
	padding: 5px;
	padding-top: 0;
}

/* table style */

table {  
  margin: 0 0px 20px 5px;
  padding: 0;
  display: block;
  font-size: 11px;
  border-collapse: collapse;
  width:99%;
}
table caption {
  margin: 0 12px;
  padding: 20px 0 5px 0;
  font: 11px arial, sans-serif;
  text-align: left;  
}

table th,table td {
  text-align: left;
  vertical-align: top;
  padding: 6px 8px;
}
.t10 {
  font: 10px arial, sans-serif;  
}

thead th {
  color: #FFF;
  background-color: #ff8629;
  border-bottom: 3px #d36b1b solid;
}

tbody tr.highlighted {
  background-color: #f4f0e7;
}

tbody td {
  border-bottom: 1px solid #ddd;
}

tbody tr:hover td {
  background: #f5eddb; 
}


/* footer layout */

#footer { 
	clear: both; 
	position: relative; 
	z-index: 10; 
	height: 80px; 
	margin-top: -80px; 
}

/* footer theme */

#shadow {
	width: 990px;
	height:10px;
	margin: auto;
	background: url("../images/shadow.png") no-repeat bottom center;
}

#shadow .cont {
	text-align:right;
}

#footer { 
	background-color: #e8d6a6;
	color: #c66a00; 
	width: 990px;
	height: 100px;
	margin: 0;
	background: url("../images/footer_bg.png") no-repeat bottom;
}

#footer-left {
	float: left;
	width: 500px;
	height: 90px;
}
#footer-right {
	float: right;
	text-align:right;
	margin: 0px;
	width: 460px;
	height: 90px;
}
#footer-right p {
	float: right;
	text-align:right;
	margin: 70px 25px 0px 0px;
}

/* footer */

#footer-left  p {
	margin-top:0;
	margin-bottom: 0;
	padding:0px;
	color: #fff;
}

#footer-left  p a{
	color: #ccffcc;
	text-decoration: none;
}

#footer-right #footer-menu {
	margin:0;
	padding:0px;
	list-style:none;
	float: right;
}

#footer-right #footer-menu .box {
	text-align: right;
}


#footer-right #footer-menu li{
	display:inline;
	margin:0 0 0 8px;
}

#footer-right #footer-menu li a{
	color:#ac5817;
	text-decoration: none;
	font-size: 11px;
}
#footer-right #footer-menu li a:hover{
	color: #823f0c;
}
#footer-right #footer-menu li a.active {
	color: #ac5817;
	font-weight: bold;
}
#footer-right a{
	color: #ac5817;
}

#prefooter {
	margin: 0 0 1px;
	width: 980px;
	height: 1px;
	clear: both;
}


/* end of footer */

