/*******************************************************************************
********************************************************************************
	Projekt		: Kletterwald Hohenfelden
********************************************************************************
*******************************************************************************/

/************************************* Reset allgemein - NICHTS VERAENDERN *****
*******************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*********************************************** Reset - NICHTS VERAENDERN *****
*******************************************************************************/
a {
	text-decoration:none;
}
img, iframe, object, embed {
	vertical-align: bottom;
}
strong {
	font-weight: bold;
}
input, textarea, select {
	font-size: 1em;
}
html {
	height: 100.01%;
	margin-bottom: -1px;
}
body {
	position:relative;
	background-color: #FFF;
	color: #000;
	font-size: 100.01%;
	font-weight: normal;
	line-height: 1;
	text-align: left;
}


/******************************************** Standard - NICHTS VERAENDERN *****
*******************************************************************************/

.nospace {
	margin: 0;
	padding: 0;
}

.rvrs {
	unicode-bidi: bidi-override; 
	direction: rtl;
}

body, div, 
h1, h2, h3, h4, h5, h6, p, 
a, span,  
li {
	background-repeat:no-repeat;
}

.fl-lft { 
	float: left;
	margin: 0 20px 0 0;
}

.fl-rght { 
	float: right;
	margin: 0 0 0 20px;
}

.algn-lft { 
	text-align: left;
}

.algn-rght { 
	text-align: right;
}

.algn-cntr { 
	text-align: center;
}

.clearer { 
	display: block;
	clear: both;
	line-height: 0em;
	height: 1px;
	font-size: 0;
	visibility: hidden;
}

.clear { 
	clear: both;
}

.hidden {
	display: inline;
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	background-color: #FFF;
}




/*********************************************************** Hintergruende *****
*******************************************************************************/

/*	Orange */
.hl1 span {
	background-color: #D26F0F;
}

/*	Gruen */
.hl2 span {
	background-color: #378F7C;
}

/************************************************************* Text-Farben *****
*******************************************************************************/
body {
	color: #5A5A5A;
}

/*	Orange */
h1, h2, strong {
	color: #D26F0F;
}

.hl1 span, 
.hl2 span, 
div.bx-v3 h2, 
div.bx-v5 h2, 
#sidebar div.bx-v2 a {
	color: #FFF;
}

#content a, 
#sidebar a {
	color: #4A8A71;
}

/*************************************************************** Schriften *****
*******************************************************************************/
body, input, textarea {
	font-family: Arial, Verdana, sans-serif;
}


/********************************************************* Schriftgroessen *****
*******************************************************************************/
div#website {
	font-size: .75em;
}

h1, 
div.bx-v3 h2, 
div.bx-v5 h2, 
div.bx-v6 h2 {
	font-size: 1.333em;
}
h2 {
	font-size: 1em;
}

input, textarea {
	font-size: 1em;
}

div.parcours div.parcour {
	font-size: .95em;
}
/************************************************************* Zeilenhoehe *****
*******************************************************************************/
div#content, 
div#sidebar {
	line-height: 1.6;
}
div.parcours div.parcour {
	line-height: 1.4;
}

/************************************************************* Allgemeines *****
*******************************************************************************/
h1 {

}

.hl1 span, 
.hl2 span {
	padding: 0 5px;
}

h1, 
div.bx-v3 h2, 
div.bx-v5 h2, 
div#content p, 
div#content dl, 
div#content ol, 
div#content ul, 
div#content table, 
div#sidebar p, 
div#sidebar dl, 
div#sidebar ol, 
div#sidebar ul, 
div#sidebar table {
	margin-bottom: 1em;
}
div#sidebar div.bx-v1 p.img, 
div#sidebar div.bx-v2 p.img {
	margin-bottom: 0;
}
div#content ol, 
div#content ul {
	margin-left: 20px;
}
div#content ol li {
	list-style-type: decimal;
}
div#content ul li {
	list-style-type: disc;
}

div#sidebar div.bx-v2 ul li {
	padding: 0 0 4px 6px;
	background-image: url(/layout/css/lsi_v2.gif);
	background-position: 0px 4px;
	line-height: 1.1;
}

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

/********************************************************** Seitenstruktur *****
*******************************************************************************/
body {
}

#website, 
#website2 {
	float: left;
	width: 100%;
	background-image: url(/layout/css/bg_wbst.jpg);
}
#website2 {
	padding-bottom: 176px;
	background-image: url(/layout/css/bg_wbst2.jpg);
	background-position: 0% 100%;
}


#header, 
#wrapper {
	float: left;
	width: 100%;
}

#header {
	position: relative;
	height: 260px;
}
#wrapper {
	background-image: url(/layout/css/bg_wrppr.jpg);
	background-repeat: repeat-y;
}


#navi {
	float: left;
	width: 245px;
	margin-bottom: 30px;
	background-image: url(/layout/css/bg_lft.jpg);
}
#navi2 {
	background-image: url(/layout/css/bg_navi.gif);
	background-position: 0px 165px;
}
#content {
	float: left;
	width: 590px;
}
#content2 {
	padding: 20px 14px;
}
#sidebar {
	float: left;
	width: 185px;
}
#sidebar2 {
	padding: 20px 10px;
}



/****************************************************************** Header *****
*******************************************************************************/
#logo {
	position: absolute;
	left: 0px;
	top: 35px;
}
#logo p a {
	display: block;
	width: 289px;
	height: 26px;
	background-image: url(/layout/css/logo.jpg);
	text-indent: -1000em;
}

#header .contact {
	position: absolute;
	left: 134px;
	top: 204px;
	color: #FFF;
	font-size: 1.1em;
}
#header .contact strong {
	color: #FFF;
}

/****************************************************************** Footer *****
*******************************************************************************/



/************************************************************ Navigationen *****
*******************************************************************************/
#navi ul {
	margin-bottom: 0;
	padding: 22px 0 10px 0;
	background-image: url(/layout/css/bg_navi_b.gif);
	background-position: 0% 100%;
	background-repeat: no-repeat;
}
#navi ul li, 
#navi ul li a {
	display: block;
}

#navi ul li {
	margin: 0 11px 0 71px;
}
#navi ul li a {
	padding: 9px 12px 8px 5px;
	color: #5A5A5A;
	text-align: right;
}
#navi ul li a:hover, 
#navi ul li a.active, 
#navi ul li a.current {
	background-color: #E1590F;
	background-image: url(/layout/css/icon_navi.gif);
	background-position: 3px 6px;
	color: #FFF;
}

/****************************************************************** Module *****
*******************************************************************************/
div.splt {
	clear: both;
	overflow: hidden;
	height: 1px;
	margin: 10px 0;
	background-color: #D6E0D6;
}
div.split {
	clear: both;
	overflow: hidden;
	height: 1px;
	margin: 10px 0 20px 0;
	background-color: #D26F0F;
}

p.link-download {
	padding-left: 11px;
	background-image: url(/layout/css/lsi_square.gif);
	background-position: 0px 5px;
}

div.bx-wrapper {
	margin-bottom: 2em;
}

div.bx-a {
	float: left;
}
div.bx-b {
	float: right;
}

div.bx-v1 {
	background-image: url(/layout/css/bx_v1_m.gif);
	background-repeat: repeat-y;
}
div.bx-v1-2 {
	padding: 0 1px;
	background-image: url(/layout/css/bx_v1_t.gif);
}
div.bx-v1-3 {
	margin-bottom: 1em;
	height: 12px;
	background-image: url(/layout/css/bx_v1_b.gif);
}
div.bx-v1 .cntnt {
	padding: 8px 8px 0 8px;
}
div.bx-v1 .cntnt h3 {
	margin-bottom: 18px;
	color: #FFF;
	text-align: center;
}


div.bx-v2 {
	background-color: #107B5D;
}
div.bx-v2-2 {
	padding: 0 1px;
	background-image: url(/layout/css/bx_v2_t.gif);
}
div.bx-v2-3 {
	margin-bottom: 1em;
	height: 7px;
	background-image: url(/layout/css/bx_v2_b.gif);
}
div.bx-v2 .cntnt {
	padding: 8px 8px 0 8px;
	color: #FFF;
}
div.bx-v2 .cntnt strong {
	color: #FFF;
}
div.bx-v2 .cntnt h3 {
	margin-bottom: 1em;
}


div.bx-v3 {
	width: 277px;
	background-image: url(/layout/css/bx_v3_m.gif);
	background-repeat: repeat-y;
}
div.bx-v3-2 {
	background-image: url(/layout/css/bx_v3_t.gif);
}
div.bx-v3-3 {
	padding: 6px 7px 12px 8px;
	background-image: url(/layout/css/bx_v3_b.gif);
	background-position: 0px 100%;
}


div.bx-v4 div.bx-a, 
div.bx-v4 div.bx-b {
	width: 270px;
}
div.bx-v4 {
	background-image: url(/layout/css/bx_v4_m.gif);
	background-repeat: repeat-y;
}
div.bx-v4-2 {
	background-image: url(/layout/css/bx_v4_t.gif);
}
div.bx-v4-3 {
	padding: 10px 14px 12px 8px;
	background-image: url(/layout/css/bx_v4_b.gif);
	background-position: 0px 100%;
}

div.bx-v5 {
	width: 277px;
	background-image: url(/layout/css/bx_v5_m.gif);
	background-repeat: repeat-y;
}
div.bx-v5m {
	margin-bottom: 20px;
}
div.bx-v5-2 {
	background-image: url(/layout/css/bx_v3_t.gif);
}
div.bx-v5-3 {
	padding: 6px 8px 12px 8px;
	background-image: url(/layout/css/bx_v5_b.gif);
	background-position: 0px 100%;
}

div.bx-v6 {
	width: 277px;
	background-image: url(/layout/css/bx_v6_m.gif);
	background-repeat: repeat-y;
}
div.bx-v6-2 {
	background-image: url(/layout/css/bx_v6_t.jpg);
}
div.bx-v6-3 {
	padding: 190px 8px 30px 8px;
	background-image: url(/layout/css/bx_v6_b.gif);
	background-position: 0px 100%;
}




div.parcours {
	float: left;
	width: 100%;
}
div.parcours div.parcour {
	float: left;
	width: 274px;
	height: 170px;
	margin-bottom: 11px;
}
div.parcours div.parcour-spass, 
div.parcours div.parcour-fitness, 
div.parcours div.parcour-gaudi, 
div.parcours div.parcour-erlebnis {
	margin-right: 11px;
}
div.parcours div.parcour-spass {
	background-image: url(/layout/css/parcour_1.jpg);
}
div.parcours div.parcour-fitness {
	background-image: url(/layout/css/parcour_2.jpg);
}
div.parcours div.parcour-erlebnis {
	background-image: url(/layout/css/parcour_3.jpg);
}
div.parcours div.parcour-gaudi {
	background-image: url(/layout/css/parcour_4.jpg);
}
div.parcours div.parcour-abenteuer {
	background-image: url(/layout/css/parcour_5.jpg);
}
div.parcours div.parcour-qualifizierung {
	background-image: url(/layout/css/parcour_6.jpg);
}
div.parcours div.parcour-risiko {
	background-image: url(/layout/css/parcour_7.jpg);
}
div.parcours div.parcour div.content {
	padding: 66px 5px 5px 88px;
}


table.prices {
	width: 100%;
}
table.prices tr td.algn-rght {
	white-space: nowrap;
}
table.prices tr td.splt {
	border-top: 1px solid #A7A7A7;
}


#form-module {
	float: left;
	width: 100%;
	padding-bottom: 50px;
}
#form-module table {
	width: 100%;
	border-bottom: 2px solid #E05910;
}
#form-module table tr.summe td {
	padding-top: 1em;
}

#content #form-module h3 {
	clear: both;
	padding-top: 1em;
}
#content #form-module p {
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
#content #form-module p.fl-rght {
	float: right;
	width: auto;
	margin-left: 0px;
}
#content #form-module p.not-form {
	float: none;
	width: auto;
	margin-bottom: 1em;
}
#form-module p.info {
	padding-bottom: 1em;
}
#form-module p.formtext span.as-label, 
#form-module p.formtext label, 
#form-module p.formtextarea label, 
#form-module p.formdate label {
	float: left;
	width: 120px;
	margin-right: 10px;
}
#form-module p.formtextarea label{
	font-weight: bold;
}
#form-module p.formtext input, 
#form-module p.formtextarea textarea {
	width: 250px;
	border: 1px solid #B5B5B5;
	margin-bottom: 5px;
}
#form-module p.formtextarea textarea {
	width: 350px;
	height: 150px;
}
#form-module p.formtext input.form_warning {
	border: 1px solid #B00;
}

#form-module p.formlabel-shop_erwachsene label, 
#form-module p.formlabel-shop_jungend label, 
#form-module p.formlabel-shop_studenten label, 
#form-module p.formlabel-shop_azubis label, 
#form-module p.formlabel-shop_kinder label, 
#form-module p.formlabel-shop_familienspecial_21 label, 
#form-module p.formlabel-shop_familienspecial_22 label, 
#form-module p.formlabel-shop_familienspecial_12 label, 
#form-module p.formlabel-shop_familienspecial_13 label {
	width: 230px;
}
#form-module p.formlabel-shop_erwachsene input, 
#form-module p.formlabel-shop_jungend input, 
#form-module p.formlabel-shop_studenten input, 
#form-module p.formlabel-shop_azubis input, 
#form-module p.formlabel-shop_kinder input, 
#form-module p.formlabel-shop_familienspecial_21 input, 
#form-module p.formlabel-shop_familienspecial_22 input, 
#form-module p.formlabel-shop_familienspecial_12 input, 
#form-module p.formlabel-shop_familienspecial_13 input {
	width: 20px;
}
#form-module p.formlabel-shop_familienspecial_21 input, 
#form-module p.formlabel-shop_familienspecial_22 input, 
#form-module p.formlabel-shop_familienspecial_12 input, 
#form-module p.formlabel-shop_familienspecial_13 input {
	margin-bottom: 0
}

#form-module p.formradio label {
	display: none;
}
#form-module p.formradio {
	display: block;
	padding: 1em 0;
}
#form-module p.formradio span.radio {
	display: block;
}
#form-module p.formradio span.radio input {
	margin-left: 110px;
	margin-right: 5px;
	margin-bottom: 3px;
	line-height: 1;
	vertical-align: bottom;
}

#form-module p.formsubmit {
	padding: 30px 0 0 0;
}
#form-module p.formsubmit a, 
#form-module p.formsubmit input {
	float: left;
	display: block;
	padding: 5px;
	background-color: #9F9F9F;
	border: 0;
	color: #FFF;
	line-height: 1;
}
#form-module p.formsubmit input {
	float: right;
	background-color: #E05910;
}






#form-module div.bx-v4 p.formtext span.as-label, 
#form-module div.bx-v4 div.bx-a p.formtext label, 
#form-module div.bx-v4 div.bx-b p.formtext label, 
#form-module div.bx-v5 p.formtext label, 
#form-module div.bx-v5 p.formdate label {
	width: 80px;
}
#form-module div.bx-v4 p.formpreview span.as-label {
	width: 150px;
}
#form-module div.bx-v5 p.formlabel-erwachsene label, 
#form-module div.bx-v5 p.formlabel-jugendliche label, 
#form-module div.bx-v5 p.formlabel-kinder label, 
#form-module div.bx-v5 p.formlabel-uhrzeit label {
	width: 130px;
}
#form-module div.bx-v4 div.bx-a p.formtext input, 
#form-module div.bx-v4 div.bx-b p.formtext input, 
#form-module div.bx-v5 p.formtext input {
	width: 150px;
}
#form-module div.bx-v5 p.formlabel-erwachsene input, 
#form-module div.bx-v5 p.formlabel-jugendliche input, 
#form-module div.bx-v5 p.formlabel-kinder input, 
#form-module div.bx-v5 p.formlabel-uhrzeit input {
	width: 100px;
}
body #website div.buchen-schueler div.bx-v5 p.formtext label {
	width: 115px;
}
body #website div.buchen-schueler div.bx-v5 p.formdate label {
	width: 90px;
}
body #website div.buchen-schueler div.bx-v5 p.formtext input {
	width: 120px;
}
#form-module div.bx-v5 p.formtextarea textarea {
	width: 240px;
	height: 100px;
	border: 1px solid #B5B5B5;
}
#form-module div.bx-v5 p.formdate select {
	margin-bottom: 5px;
	border: 1px solid #B5B5B5;
}
#form-module div.bx-v4 p.formradio span.radio input {
	margin-left: 0px;
}

ul.form_warning li {
	color: #B00;
}


#website2 {
  position: relative;
}
#logo-ilmtal {
  position: absolute;
  left: 864px;
  bottom: 20px;
}
#logo-ilmtal a {
  display: block;
  width: 116px;
  height: 54px;
  background-image: url(/layout/css/logo_ilmtal.png);
  text-indent: -1000em;
}
