/* Stylesheet für Kaitzbach Webdesign */

* { padding: 0; margin: 0; }
h2, p, ul, ol { margin-bottom: 2em; }
ul ol { margin-bottom: 0; }
li { margin-left: 1em;}
h3 a {color:white;}

.news-list-morelink {display:block;margin-top:10px;margin-bottom:0}

/* Allgemeine Selektoren */

html { height: 101%; } /* erzwingt Scrollbar im Firefox */ 
body {  background-color: #85a600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;	
	}

h1 { 
    font-size: 150%; 
    font-weight: normal;
    font-family: Arial, sans-serif; 
    padding-bottom: 10px;
    color: #85a600; 
    } 
    
h2 {font-weight:normal;font-size:12px;margin-bottom:10px;} 

h2 a {font-size:14px;font-weight:bold}      

div.csc-textpic-clear {
    clear:none;
    }

address {
	text-align: center;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5 em;
}

/* Allgemeine Klassen und IDs */

.skiplink {
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

.clearing { clear: both; }

#logo { width: 100px;
	border: 1px solid #85a600;
	}	
	
#foto {
	position: absolute;
	top: 5px;
	right: 2px;;
	}	
	
#menue {
	position: absolute;
	bottom: 15px;
}
	
.layer {
	font-size: 12px;
	background-color: #85a600;
	color:white;
	padding: 4px;
	margin: 2px 1px 2px 1px;
	border-right: 2px solid #d6e5ee;
	}
	
.layer ul {
	list-style: none;
	}	
	
.layer li {
	}
	
.layer li a {color:white}	
.layer li a:visited {color:white}

.layer a {
	text-decoration: none;
	color: white;
	display: block;
	}	

.layer a:hover,
.layer a:focus {
	color: white;	
	}
	
.layer a:visited {color:white}	
	
.layerACT {
	color: white;
	background-color: #6aa2c7;
	font-size: 12px;
	
	padding: 4px;
	border-right: 2px solid #d6e5ee;
	margin: 2px 1px 2px 1px;
	
	}

.layerACT a {
	text-decoration: none;
	color: white;
	
	}
	
.objekt {
	border:2px solid maroon;
	padding: 5px;
	height:230px;
}	

TR.tx-wandereule-pi1-listrow TD {
	border:2px solid maroon;
	padding: 5px;
}
		
	
/* ==========================================
   2. Styles für die Layoutbereiche
   ========================================*/

#wrapper {
        background-color: #e6efc2;
	width: 900px; 
	margin: 8px auto;
	padding: 8px;
	text-align: left;
	
	}
		
#kopfbereich {
	position: relative;
        height: 215px;
	padding-top: 5px;
	padding-right: 20px;
	margin-right: 1px;
	}

  #kopfbereich p {
  	color: #85a600;
	position: absolute;
        width: 300px;
	top: 5px;
	left: 126px;
	font-weight: bold;
	font-size: 120%;
	padding: 5px;
	}	
	
#sprache {
	float:bottom;
}	

#sprache a {
	color: white;
	}         

#navibereich {
	list-style: none;
	font-size: 110%;
	float: left;
	width: 120px;
	margin-top: 10px; 
	}
	
#navibereich ul {
	list-style-type:none;
}	
	
#navibereich a {
        color: maroon;
        text-decoration: none;
	}   	

#navibereich a:hover {
        text-decoration: underline; 
}

#rechts { 
	float: right;
	width: 165px;
	background-color: #f9ffe5;
	border:1px solid #85a600;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 2px;
	}
	
#rechts a {
	color: #85a600;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#rechts a:hover {
	color: maroon;
	}

#rechts h1 {font-size:small; font-weight:bold}	

#textbereich { 
	font-size: 110%;
	padding: 10px;
	margin-left: 120px;
	margin-right: 195px;
	margin-bottom: 10px;	
}


  #textbereich a {
	color: maroon;
	text-decoration: none;
	}


  #textbereich li {
       font-size: 11px; 
}




#fussbereich { 
	text-align: center;
	clear: both;
	padding: 0px 20px 20px 20px;

}

/*============================================
  3. Sonstige Styles
  ==========================================*/

/* Das Kontaktformular */

form {  
        font-size: 11px;	
	width: 350px; 
	margin-bottom: 20px;
	padding: 10px;
	border: 0px;
}




strong { 
        
        font-weight: normal; 
        }
        

label { font-family: sans-serif;
        font-size: 11px;
	display: block;
	cursor: pointer; /* Mauszeiger wird zur Hand */
	padding-left: 10px;
}

input#absender,
textarea {
	width: 300px;
	margin-bottom: 1em;

}

textarea {
	height: 7em;
}


input#absender:focus,
textarea:focus {
	color: black;
	background-color: white;
}


/* ===========================================
   E N D E  D E S  S T Y L E S H E E T S
   =========================================*/
