/* @override 
	http://www.kletterwald-zittauergebirge.de/css/style.css
*/

/*
grün		 #85A70D
dunkelgrün	 #617A0A
hellgrün 	 #EFF5D9
blau:        #2194B9
hellblau	 #D8F3FB
rot			 #BD0C28
text:        #555
*/

html, body {
   margin:0;
   padding:0;
 	height: 100%;	
}


body {
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #555;
	background: #617A0A url(../images/layout/body-bg.png) repeat-x top left; 
}

a { color: #2194B9;  text-decoration: none;}
a:visited { color: #2194B9;}
a:hover { color: #2194B9; text-decoration: underline; }
a:focus {outline-style: none;} /* get rid of dotted border in FF*/

h1, p { margin-top: 0; padding-top: 0; } 

h1 { 
	color: #85A70D;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: -0.8px; 
	line-height: 27px;
	margin-bottom: 15px;
	font-family: "Trebuchet MS", Arial;
}

h2 { color: #2194B9; font-size: 18px; line-height: 24px; font-weight: bold; font-family: "Trebuchet MS";}
h3 { color: #555; font-size: 15px; 	font-family: "Trebuchet MS";}

.eng { margin-bottom: 2px; }

.linie { color:#969696; }
.barrierefrei { display: none; }

blockquote {
	color: #333;
	font-style: italic;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}


hr { 
	background: #FFF;
	border: none;
	height: 1px;
	margin: 1px 0 15px 0;
	padding: 0;
	border-top: 1px dotted #999;
}

img, img a {border: none;}

/* WRAPPER
----------------------------------------------------------------------------- */

#container {
    position: relative;   
	margin: 0 auto;
	width: 920px;
	min-height:100%;
	background: transparent url(../images/layout/content-bg.png) repeat-y 0 0;
}

/* HEADER
----------------------------------------------------------------------------- */

#header {
	position: relative;
 	width: 920px;
	height: 205px;
	margin: 0 0 0 0px;
    clear: both;
    /* BG image selected in template */
    background-image: url(../images/layout/banner-default.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 10;
}

#header h1 {
	position: absolute;
	top: 0px;
	left:  0px;
	width: 531px;
	height: 222px;
	overflow: hidden;
}

.bgwood {
	position: absolute;
	top: 0;
	right: 20px;
	width: 880px;
	height: 205px;
	background: #E0982C url(../images/layout/header-bg-wood.jpg) no-repeat right top;
}


#header .lang {
	position: absolute;
	right: 7px;
	top: 0;
	width: 165px;
	height: 35px;
	background: transparent url(../images/layout/lang-bg.png) no-repeat 0 0;
	_background-image: url(../images/layout/lang-bg-IE6.gif); /*IE6*/
	z-index: 16;
}

#header .lang a {
	position: absolute;
	top: 5px;
	display: block;
	font-size: 11px;
	color: #555;
	height: 16px;
	padding: 0 0 0 22px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#header .lang a.de {
	background-image: url(../images/layout/flag-de.gif);
	left: 15px;
	width: 70px;
}

#header .lang a.cz {
	background-image: url(../images/layout/flag-cz.gif);
	left: 90px;
	width: 48px;
}

#header .lang a.current {
	color: #333;
}

#header .lang a.current:hover {
		color: #BD0C28;
}


/* TOPMENU
----------------------------------------------------------------------------- */


.topmenu {
	position: relative;
	margin: 0 0 0 20px;
	padding: 0;
	height: 69px;

	background-image: url(../images/layout/topmenu-ripped-sprite-DE.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.topmenu.btn1hover { background-position: 0 -70px; }
.topmenu.btn2hover { background-position: 0 -140px; }
.topmenu.btn3hover { background-position: 0 -210px;}
.topmenu.btn4hover { background-position: 0 -280px; }


.topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 880px;
	float: left;
}

.topmenu li {
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.topmenu li a {
	display: block;
	height: 57px;
	width: 200px;
	overflow: hidden;
	text-indent: -950px;
}

.topmenu .btn1 { width: 220px; }
.topmenu .btn2 { width: 220px; }
.topmenu .btn3 { width: 220px; }
.topmenu .btn4 { width: 220px; }

.topmenu .topshadow {
	position: absolute;
	width: 880px;
	height: 12px;
	top: 0; left: 0;
	background: transparent url(../images/layout/topmenu-shadow-top.png) repeat-x 0 0; /*png32*/
	/* no IE6 */
}


/* CZ */

#cz .topmenu {
	background-image: url(../images/layout/topmenu-ripped-sprite-CZ.gif);
}

#cz .topmenu .btn1 { width: 440px; }
#cz .topmenu .btn2 { width: 440px; }



/* CONTENT
----------------------------------------------------------------------------- */

#content {
   clear: both;
   margin: 0px auto 0px 0;
   padding-bottom: 75px; /* Footer height + extra */
   width: 920px;
   /*background: url(../images/layout/topmenu-shadow.png) no-repeat 20px 0;*/
}

/* NAV
----------------------------------------------------------------------------- */

#nav {
	float: left;
	width: 200px;
	display: inline;  /* FIX IE double margin bug */
	overflow: hidden;
	margin: 20px 30px 0 40px;
	padding: 0px 0 100px 0;
    background: #FFF;
}


.sidebarbanner {
	margin: 15px 0 0 0;
}


.wetterwidget {
	float: left;
	width: 200px;
	padding: 5px;
	margin: 20px 0 0 0;
	background: #EEE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


/* MAIN
----------------------------------------------------------------------------- */

#main {
	width: 570px;
	float: left; 
	padding: 16px 0px 60px 0px;
	font-size: 13px;
	line-height: 19px;
	min-height: 300px;
	margin: 0 35px 0 0;
}

#main img {
	padding: 0px;
	border: none;
}

#main img a {
	border: none;
}

#main a:hover img { border: 0px solid #9C4C59; }


#main img.left {  /* Bild links */
	float: left;
	margin: 0px 20px 10px 0px;
}


#main img.right {  /* Bild rechts */
	float: left;
	margin: 0px 0 10px 20px;
}

.block {
	display: block;
	clear: both;
}

/* --- List --- */

#main ul {
	padding: 10px 10px 7px 10px;
	margin: 0 0 15px 0;
	list-style: none;
	background: #D8F3FB;
	background: #EFF5D9;
}

#main ul li {
	background: url(../images/layout/arrow-li-green.gif) no-repeat left 3px;
	padding-left: 15px;
	margin: 0 0 3px 5px;
}

#main ul.sitemap, #main ul.sitemap ul { 
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	background: #FFF;
}

#main ul.sitemap li { 
	margin: 0;
	padding: 0;
	background: #FFF;
	height: 1%; /*IE*/
}

#main ul.sitemap li a { 
	display: block;
	margin: 0;
	padding: 3px 0 3px 0;
	border-bottom: 1px dashed #CCC;
	background: #FFF;

}

/* Text */

p.einleitung {
	font-size: 16px;
	line-height: 25px;
}

p.smalltext {
	font-size: 11px;
	line-height: 14px;
}

a.bulletlink, a:visited.bulletlink {
	font-weight: bold;
	padding:  0 0 0 12px;
	color: #0268A7;
	background: url(../images/layout/bulletlink.gif) no-repeat left 0px; 
}

a:hover.bulletlink {
	color: #2194B9;
	text-decoration: none;
}

.download {
	padding: 0 0 0 18px;
	background: url(../images/layout/download-icon.gif) no-repeat left 2px; 
}

.red {
	color: #BD0C28;
}

/* Textboxen */

.box_1 p, .box_2 p {
	padding: 0px; margin: 0;
}

.box_1 { /* hellgruen */
	padding: 10px 15px;
	margin: 0 0 10px 0;
	background: #EFF5D9;
}

.box_1 a { 
	text-decoration: underline;
}

.box_2 { /* grau */
	padding: 10px 15px;
	background: #E5E5E5;
	margin: 0 0 10px 0;
}

.red { color: RED; }

span.text-red {
	color:  #A51423;
}

span.text-green {
	color:  #85A70D;
}

.trennstrich-oben { /* p */
	clear: both;
	border-top: 1px dashed #999;
	margin-top: 15px;
	padding-top: 15px;
}

.trennstrich-unten { /* p */
	clear: both;
	border-bottom: 1px dashed #999;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

/* --- Tables --- */

table {
	margin: 0 0 15px 0;
	border-right: 1px solid #C1D870;
	border-bottom: 1px solid #C1D870;
}

td { 
	background: #EFF5D9;
	border-top: 1px solid #C1D870;
	border-left: 1px solid #C1D870;
	padding: 4px;
	}

td.z1 { /* zentriert */
	text-align: center;
}

/* Preise */

table.preise { width: 95%; 
}

table.preise tr th {
	padding: 2px;
	background: #C1D870;
}

table.preise td {
	padding: 4px;
	border-top: 1px solid #C1D870;
	border-left: 1px solid #C1D870;
}

/* FOOTER
----------------------------------------------------------------------------- */

#footer {
	position: absolute;
	width: 920px;
	height: 75px;	
	margin: 0;
	bottom: 0;
	font-size: 12px;
	background: transparent url(../images/layout/footer-bg.jpg) repeat-x top;
}

#footer p {
	padding: 40px 50px 0 0px;
	text-align: right;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

#footer p a {
	color: #FFF;
}

#footer a:hover { text-decoration: underline; }


/* ACCESSIBILITY
----------------------------------------------------------------------------- */

div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted #333;
   margin: 1em;
}

.accessibility {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* clearing */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* End of 'style' */


/* GUESTBOOK
----------------------------------------------------------------------------- */

.cms-guestbook {
	font-size: 11px;
	margin-top: 20px;
}

.cms-guestbook td {
	border: 0px solid red;
	vertical-align: top;
}

#main .cms-guestbook-showform-button form {
	padding: 0px;
	background: none;
	border: none;
}

#main .cms-guestbook-div-insert form {
	background: #EFF5D9;
}

.cms-guestbook-showform-button input, .gbsubmit,
.cms-guestbook input.submitbtn {
	font-size: 12px;
	padding: 5px 8px;
	margin: 0;
	width: auto;
	border: none;
	color:  #FFF;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #2194B9;
	cursor: pointer;
}

.cms-guestbook input.submitbtn.cancel {	background: #BD0C28;}
.cms-guestbook input.submitbtn.cancel:hover {	background: RED;}

.cms-guestbook-showform-button input:hover,
.cms-guestbook input.submitbtn:hover {
	border: none;
	background: #85A70D;
}

.cms-guestbook-pagination { margin-top: 10px;}
.cms-guestbook-pagination_nav { 
}


.cms-guestbook-pagination_header {}

/* Entry */

.cms-guestbook-entry {
	padding: 5px 5px 19px 5px;
	border-top: 0px dashed #CCC;
	margin-top: 10px;
	background:  #E8EAE6 url(../images/layout/gb-entry-bottom.gif) no-repeat bottom;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.cms-guestbook-entry-header {}

.cms-guestbook-entry-posted {  /* Date */
	font-size: 10px;
	text-align: right;
	float: right;
	color: #888;
}

.cms-guestbook-entry-sender { /* Name */
	font-size: 12px;
	padding-left: 10px;
	font-weight: bolder;
}
.cms-guestbook-entry-sendername  { }

.cms-guestbook-entry-location,
.cms-guestbook-entry-email,
.cms-guestbook-entry-homepage  {
font-weight: normal;
font-size: 11px;

}

.cms-guestbook-entry-text { /* Message */
	overflow: hidden;
	clear: right;
	margin-top: 5px;
	padding: 5px 10px;
	background-color: #FFF;
}

.gberrormessage  {
	margin: 10px 1px;
	color: red;
	padding: 5px;
	background-color: #FFE3E3; 
	border: 1px solid RED;
}


.cms-guestbook label{
	line-height: 13px;
	width: 80px;
}

.cms-guestbook input{
	width: 200px;
}

.cms-guestbook-showform-button input{
	width: auto;
	padding: 8px 15px;
}

.cms-guestbook .counter label{
	font-weight: normal;
	width: auto;
	margin: 0;
	font-size: 11px;
	padding: 2px 5px 0 80px;
}

.cms-guestbook .counter input {
	border: none;
	padding: 0;
	background: none;
}

.cms-guestbook textarea {
	width: 400px;
}

.btns {
	padding-left: 80px;
	float: left;
}

/* End Guestbook */
