/* @group Reset */

/* 
CSS Reset by Eric Meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Typography */

body {
	background: #EDECEA url(../images_layout/header_background.png) repeat-x;
	font-family: Trebuchet MS, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}

h2 {
	width: 175px;
	height: 57px;
	margin: 21px 0 19px 22px;
	text-indent: -9000px;
	overflow: hidden;
}

h2.h2_openair {
	display: none;
}

h3 {
	font-size: 24px;
	line-height: 30px;
	color: #52514c;
	margin-bottom: 20px;
}

a {
	color: #68675C;
	text-decoration: none;
}

a:hover {
	color: #8c8b7c;
	text-decoration: underline;
}

strong {
	font-weight: bold;
	color: #52514c;
}

::-moz-selection {
	background: #6A5438;
	color: #fff;
}

::selection {
	background: #6A5438;
	color: #fff;
}


/* @end */

/* @group Layout Boxes */

#wrapper {
	width: 942px;
	margin: 0px auto 0px auto;
}

#header {
	width: 942px;
	height: 160px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images_layout/logo_background.jpg) 126px 0 no-repeat;
}

#content {
	width: 942px;
}

.box_kletterwald,
.box_strandbar,
.box_hostel {
	width: 310px;
	height: 462px;
	float: left;
	margin-right: 6px;
	background: #fff url(../images_layout/contentbox_background.png) no-repeat;
}

.box_hostel {
	margin-right: 0;
}

.box_kletterwald h2 {
	background: url(../images_layout/logo_kletterwald.png) no-repeat;
}

.box_strandbar h2 {
	background: url(../images_layout/logo_strandbar.png) no-repeat;
}

.box_hostel h2 {
	background: url(../images_layout/logo_hostel.png) no-repeat;
}

.box_kletterwald .textbox,
.box_strandbar .textbox,
.box_hostel .textbox {
	width: 280px;
	height: 350px;
	margin-left: 15px;
}

.box_kletterwald .textbox {
	background: #B0CA15 url(../images_layout/textbox_kletterwald.png) 0 175px repeat-x;
}

.box_strandbar .textbox {
	background: #B0CA15 url(../images_layout/textbox_strandbar.png) 0 175px repeat-x;
}

.box_hostel .textbox {
	background: #B0CA15 url(../images_layout/textbox_hostel.png) 0 175px repeat-x;
}

.box_kletterwald img,
.box_strandbar img,
.box_hostel img {
	margin: 0 0 0 0;
}

.box_kletterwald p,
.box_strandbar p,
.box_hostel p {
	width: 250px;
	height: 122px;
	margin: 8px 0 0 15px;
}

.box_kletterwald a,
.box_strandbar a,
.box_hostel a {
	width: 200px;
	height: 26px;
	display: block;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 28px;
	margin-left: 15px;
	background: url(../images_layout/buttons.png) no-repeat;
}

.box_strandbar a {
	background-position: 0 -50px;
}

.box_hostel a {
	background-position: 0 -100px;
}

.box_kletterwald a:hover {
	background-position: -300px 0;
	color: #6A5438;
}

.box_strandbar a:hover {
	background-position: -300px -50px;
	color: #6A5438;
}

.box_hostel a:hover {
	background-position: -300px -100px;
	color: #6A5438;
}

.banner_openair {
	width: 922px;
	height: 170px;
	margin: 10px 0 0 0;
	background: url(../images_layout/banner_background.png) no-repeat;
	padding: 15px;
}

.banner_openair .textbox_1 {
	display: inline;
	width: 450px;
	height: 130px;
	float: left;
	font-size: 22px;
	line-height: 30px;
}

.banner_openair .textbox_1 {
	margin: 25px 0 0 360px;
}

.banner_openair a {
	width: 120px;
	height: 26px;
	display: block;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 28px;
	margin: 0 15px 0 0;
	background: url(../images_layout/buttons.png) 0 -150px no-repeat;
}

.banner_openair a:hover {
	background-position: -300px -150px;
	color: #FB8E14;
}

.banner_openair p.date {
	font-weight: bold;
}

.banner_openair p.live {
	margin-top: 4px;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

#box_left {
	width: 300px;
	float: left;
	margin-top: 90px;
}

#box_right {
	width: 600px;
	float: right;
	margin-top: 140px;
}

#box_left p,
#box_right p {
	font-size: 13px;
	line-height: 18px;
	color: #72716a;
	margin-bottom: 18px;
}

#box_left a,
#box_right a {
	color: #72716a;
	text-decoration: underline;
}

#box_left a:hover,
#box_right a:hover {
	color: #52514c;
}

#footer {
	width: 942px;
	height: 40px;
	margin: 20px 0 30px 0;
}

#footer p {
	font-size: 12px;
	float: right;
	margin-right: 15px;
	color: #68675C;
}

/* @end */

.clear {
	clear: both;
}













