/* Top Elements */
* { margin: 0; padding: 0; border: 0 }

body {
	background:#FFF url(../images/Background.jpg) no-repeat center top;
	background-attachment:fixed;
	font: 70%/1em Arial, Helvetica, sans-serif;
	color: #000/*361F12*/; 
	text-align: center;		
}

/* links */
a, a:visited {	
	color: #F96915;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #F96915;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 135%;
	text-transform: uppercase;
	color: #F96915;
}
h3 {
	font-size: 135%;
	color:#F96915;
}
h1{
	padding: 0;		
	margin: 0;
}

h2, h3, p {
	padding: 10px;		
	margin: 0;
}
 ol {
	margin: 5px 20px;
	padding: 0 ;
}
 ul {
	margin: 0;
	padding: 0 ;
}

/* images */
img {
}
/*img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}*/

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F9F7DD;
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 0 0px 0 10px;
 	padding: 0 15px 0 15px;  
	border: 0px solid #D7D7D7;
	font: bold 1.3em/1.5em Arial, Helvetica, sans-serif;
	color: #000;
	line-height:normal;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 5px;	
}
th strong {
	color: #000;
}
th {
	background: #361F12;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #000;
	text-align: left;
}
tr {
}
.2 {
	border:1px solid #BBB;
}
th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
td {

}
	
td.1 {
	padding-left: 11px;
	padding-right: 1px;
	border:0px solid #BBB;
}

/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	background: #FFF;
	/*border: 0px solid #E0DBC9;*/ 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #000;
	font: normal 1em Verdana, sans-serif;
	color:#F96915;
}
textarea {
	width:340px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #000;
	height:100px;
	display:block;
	color:#F96915;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 10px;	
	width: 170px;

}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 140px;
	color: #361F12; 
	height: 15px;
	padding: 0px;	
	border: 1px solid #361F12;
	vertical-align: top;	font-size: 75%;
}
.searchform input.button { 
	width: 40px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
	background: url(../images/magnifier.png);
}
.searchsubmit {
border:medium none;
width:auto;
}


/********************************************
   LAYOUT
********************************************/ 
#main-wrap {
	width: 968px;
		text-align: center;
	margin:0 auto;
	padding:0;

}
#wrap {
	width: 968px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #FFFFFF;
		border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding:0;
	background:#D7D7D7;
}
#content-wrap {
	clear: both;
	float: left;	
	width: 968px;	
	padding: 0; 	
	background: #F96915 ;	
	display: inline;
	border-right: 1px solid #FFFFFF;
}
#content-left {
	float: left;
	height:auto;
	width: 210px;	
	padding: 0;
	background: #F96915;
}

#content-right {
	border-left: 1px solid #FFFFFF;
	float: right;	
	width: 757px;
	height:auto;
	padding: 0; 	
	background: #FFFFFF url(../images/footer.png) no-repeat 70% bottom;
}
#header {
	width: 968px;
	height: 218px;
	background: # url(../images/#.jpg) repeat-x;
	padding: 0;	
	color: #FFF;	
	margin: 0;
	border-bottom:1px solid #FFF;
}
#logo a{
	background: #F96915;
	margin: 0; padding: 0;
	height: 189px;
	width:210px;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 0px; left: 0px;	
	float:left;
	border-bottom:1px solid #FFF;
}
#header h1#logo-text a {
	margin: 0; padding: 7px 0 0 4px;
	font: bold 65% Arial, Helvetica, sans-serif;
	color: #000/*361F12*/;
	text-decoration: none;
	float:left;
	
}
/* header links */
#header-links {
	float:left;
	color: #F96915;
	width:210px;
	height:218px;
	border-right: 1px solid #FFF;
	background: #F96915 url(../images/menu_m.gif) repeat-x/*361F12*/;
}
/* header right */
#header-right {
	float:right;
	color: #F96915;
	width:757px;
	background-color:#361F12;
}
/* Navigation */

#clNavbar {
	position:relative;
	float:left;
	width: 757px;
	background-color:#361F12;
}
#clNavbar ul { float:left; padding-right:0;}
#clNavbar ul li { float:left;list-style:none;}
#clNavbar li a {
	display:block;
	
	text-decoration: none;
	float:left;
	height:17px;
	background-image:  url(../images/nav_text.gif);
	background-repeat:no-repeat;
	background-color:#361F12;
	border-right: 1px solid #FFF;
}
#clNavbar li a span {display:none;}
/* CL NAVBAR MOUSE OVER STYLES */
#freizeit a { width:118px; background-position: 0 0;}
#firmen a { width: 137px; background-position: -122px 0; }
#schule a { width: 144px; background-position: -259px 0; }
#kletterwald a { width: 141px; background-position: -404px 0; }
#pepperblue a { width: 213px; background-position: -545px 0; }


/* Subheader Images */
#subheader {
	position:relative;
	height: 200px;
	width: 757px;
	background: url(../images/kletterwald_gap_19.jpg) no-repeat;overflow: hidden;
	border-top:1px solid #FFFFFF;
}
#subheader01 {
	position:relative;
	height: 200px;
	width: 757px;
	overflow: hidden;
	border-top:1px solid #FFFFFF;
}
#subheader1 div.pos {
	display:block;
	height: 200px;
	width:118px;
	background-image: url(../images/subheader_trans.png);
}
#subheader1 div.show {
	width:118px;
	background-image: url(../images/subheader_transcolor1.png);
	border-right:1px solid #FFFFFF;
}
#subheader1 .pos {
	float: left;
	height: 200px;
	background-image: url(../images/subheader_trans.png);
	border-right:0px solid #FFFFFF;
}
#subheader2 div.pos {
	display:block;
	height: 200px;
	width: 137px;
	background-image: url(../images/subheader_trans.png);
	z-index:110;
}
#subheader2 div.show {
	width: 137px;
	background-image: url(../images/subheader_transcolor2.png);
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}
#subheader2 .pos {
	float: left;
	height: 200px;
	width: 137px;
	background-image: url(../images/subheader_trans.png);
	border-left:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
}
#subheader3 div.pos {
	display:block;
	height: 200px;
	width: 144px;
	background-image: url(../images/subheader_trans.png);
}
#subheader3 div.show {
	background-image: url(../images/subheader_transcolor3.png);
	width: 144px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}
#subheader3 .pos {
	float: left;
	height: 200px;
	margin-left:1px;
	background-image: url(../images/subheader_trans.png);
	border-left:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
}
#subheader4 div.pos {
	display:block;
	height: 200px;
	width: 141px;
	background-image: url(../images/subheader_trans.png);
	z-index:110;
}
#subheader4 div.show {
	background-image: url(../images/subheader_transcolor4.png);
	width: 141px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}
#subheader4 .pos {
	float: left;
	margin-left:1px;
	height: 200px;
	background-image: url(../images/subheader_trans.png);
	border-left:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
}
#subheader5 div.pos {
	display:block;
	height: 200px;
	width: 213px;
	background-image: url(../images/subheader_trans.png);
	z-index:110;
}
#subheader5 div.show {
	background-image: url(../images/subheader_transcolor5.png);
	width: 213px;
	border-left:1px solid #FFFFFF;
}
#subheader5 .pos {
	float: right;
	height: 200px;
	background-image: url(../images/subheader_trans.png);
	border-left:0px solid #FFFFFF;
}




#eyecatcher {
	position: absolute;
    top: 100px;
	left: -100px;
	z-index: 100;
}




/* Main Column */
#main3 {
	float: left;
	width: 757px;
	padding: 0; margin: 0;
	/*background: url(../images/netz.jpg) no-repeat 50%;*/
}
#main2 {
	float: left;
	width: 737px;
	padding: 0 10px 0 10px; margin: 0;
	display: inline;
	font: 12px Arial, Helvetica, sans-serif;
	line-height:20px;
	background: url(../images/schote2.jpg) no-repeat 100% top;
}
#main2 h1 {
	margin-top: 10px;
	font: bold 1.7em  Arial, Helvetica, sans-serif;
	color: #F96915; 
	letter-spacing: -1px;
	padding: 5px 0 5px 5px; 		
}
#main2 ul li {
	list-style-type:	circle;
	color:#F96915;
}
#main2 h4{
	font-size:1em;
	color: #F96915;
	font-weight:bold;
	padding: 0 0 0 10px;
	margin:0;
	}

#main {
	float: left;
	width: 405px;
	padding: 0 10px 0 10px; margin: 0;
	display: inline;
	font: 12px Arial, Helvetica, sans-serif;
	line-height:20px;
	
}
#main h1 {
	margin-top: 10px;
	font: bold 1.7em  Arial, Helvetica, sans-serif;
	color: #F96915; 
	letter-spacing: -1px;
	padding: 5px 0 5px 5px; 		
}
#main ul li {
	list-style-image: url(../images/bullet.gif);
}

#main-column {
	float: right;
	width: 295px;
	padding: 0 2px 2px 10px; margin: 0 0 0 0;
	display: inline;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../images/schote2.jpg) no-repeat 100% top;
	
}
#main-column h1 {
	margin-top: 10px;
	font: bold 2.0em  Arial, Helvetica, sans-serif;
	color: #F96915; 
	letter-spacing: -1px;
	padding: 5px 0 5px 0; 		
}
#main-column h4 {
	margin-top: 5px;
	font: bold 0.9em  Arial, Helvetica, sans-serif;
	color: #F96915; 
	/*letter-spacing: -1px;*/
	padding: 5px 0 0 0; 		
}
#main-column ul li {
	list-style-image: url(../images/bullet.gif);
}


.post-footer {
	background: #F9F7DD;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 210px;
	padding: 0; 
	display: inline; 
	background:#F96915;
}	
#sidebar h1 {
	margin-top: 5px;
	padding: 5px 4px; 
	font: bold 1em  Arial, Helvetica, sans-serif;
	color: #361F12; 		
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 0 0 8px 0; padding: 5px 0 0 0;
	text-decoration: none;		
	background: #000 url(../images/menu_s.gif) repeat-x/*361F12*/;
	border-bottom:1px solid #FFF;
}
#sidebar ul.sidemenu li {
	list-style: none;
	/*background: url(../images/dots.jpg) repeat-x left bottom;*/
	padding: 3px 0 0 0px;
	margin: 3px 0;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #FFF;		
}
#sidebar ul.sidemenu li a:hover {	
	color: #FFF;
	font-size:1.2em;
	font-weight:bold;
}
#sidebar ul.sidemenu li a span {
	font-weight:bolder;
	color: #FFF;	text-shadow: 0.1em 0.1em 0.05em #000;font-size:1.1em;
}
/* footer */
#column-wrap {
	clear: both;
	float: left;
	width: 967px;
	padding: 10px 0 35px 0;		
	background: #F96915 ;		
	border-bottom: 1px solid #FFF;	
}
#column-wrap a {
	text-decoration: none;
	color: #FFF;	
}
#column-wrap a:hover {
	color: #000;	
}
#column-wrap h2 {
	color: #FFF;	
	margin: 0 0 10px 0;	
}

#columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 790px;		
	background: transparent;
}
#columns ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;	
	background: url(../images/footer-dots.gif) repeat-x left top;	
}
#columns li {
	background: url(../images/footer-dots.gif) repeat-x left bottom;		
}
#columns li a {
	display: block;
	font-weight: normal;
	padding: 3px 0 3px 10px;
	width: 96%;
}
#columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#columns .col3-center { 
	margin: 0 15px; 
}


.demo a{ float:left; margin:0; padding:0; margin:5px 10px 5px 20px!important; margin:5px 10px 5px 10px; display:block; background:url(bg_tms.jpg) no-repeat; width:90px; height:90px;}
.demo a img{ float:left; margin:0; padding:0; margin:9px 0 0 10px; background:url(bg_tms.jpg) no-repeat; width:70px; height:70px;}


/* footer*/
#footer {
	clear: both;
	color: #000/*361F12*/;	
	width: 968px;
	padding: 0;
	margin:0 auto;
	text-align: right;
	border-top:1px solid #FFF;
}
#footer a {
	color: #000/*361F12*/;
}
#footer a:hover {
	color: #F96915;
	text-decoration:underline;
}



.categories-upper {
	height:95px;
	width: 212px;
	padding:0 5px 0 10px;
	background:url(../images/categories-upper.gif) no-repeat;
}
.categories {
	background:url(../images/categories-back.gif) repeat-y;
	width: 212px;
	padding:0 0 0 10px;
}
.categories-btm {
	height:68px;
	background:url(../images/categories-btm.gif) no-repeat;
}

/* alignment classes */
.float-left  { float: left; padding:0 20px 0 0; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
