/*	==============
	=== INHALT ===
	==============
	
	--------------------------------------------
	1. Allgemeines
		- html
		- body
		- p 
		- a
		- h1
		- h2
	--------------------------------------------
	2. Seitenaufbau
		2.1 Wrapper
		2.2 Logo
		2.3 Header
		2.4 Picture
		2.5 Menue
		2.6 Submenue
		2.7 Content
		2.8 Footer
	--------------------------------------------
	3. Diverses
		3.1 
	--------------------------------------------  */	
	
/*
	EM - PX 
	10px = 0.6em
	12px = 0.76em
	14px = 0.9em
	16px = 1.0em
	18px = 1.12em
	22px = 1.38em
	26px = 1.63em
*/


/*  ======================
	=== 1. Allgemeines ===
	======================  */

* {
	border:0;
	margin:0;
	padding:0;
	outline:0;
}

html,body {
	text-align:center;
	font-size:100.01%;
	margin:0 auto;
}

body {
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#243857;
	background:#BEE7F7 url(../images/bckgr_body.jpg) no-repeat center 0;
}
#summer {
	background:#BEE7F7 url(../images/bckgr_body_summer.jpg) no-repeat center 0;
}
#exp {
	background:#BEE7F7 url(../images/bckgr_body_exp.jpg) no-repeat center 0;
}
#kanu {
	background:#BEE7F7 url(../images/bckgr_body_kanu.jpg) no-repeat center 0;
}

p {
	padding-bottom:15px;
}
hr {
	border-top:1px dashed #CDDFED;
	padding-bottom:15px;
}

a {
	color:#243857;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}
a.aktuell {
	color:red;
}
h1 {
	font:700 20px/22px Arial, Helvetica, sans-serif;
	color:#EB131F;
	padding-bottom:25px;
}

h2 {
	font:700 14px/16px Arial, Helvetica, sans-serif;
	color:#243857;
	padding-bottom:15px;
	/*clear:left*/
}
h3 {
	font:700 14px/25px Arial, Helvetica, sans-serif;
	color:#EB131F;
	width:auto;
	height:27px;
	margin-bottom:5px;
}
.plane {
	background:url(../images/ico_anreise.png) no-repeat 0 0;
	padding-left:38px;
}
.train {
	background:url(../images/ico_anreise.png) no-repeat 0 -27px;
	padding-left:38px;
}
.car {
	background:url(../images/ico_anreise.png) no-repeat 0 -54px;
	padding-left:38px;
}
.no_icon {
	padding:0;
}
h4 {
	font:700 14px/16px Arial, Helvetica, sans-serif;
	color:#243857;
	padding-bottom:15px;
	/*clear:left;*/
}
h5 {
	font:700 13px/15px Arial, Helvetica, sans-serif;
	color:#EB131F;
	padding:10px 0 5px;
	/*clear:left;*/
}
/*  =======================
	=== 2. Seitenaufbau ===
	=======================  */
	

/*  -------------------
	--- 2.1 Wrapper ---
	-------------------  */

#container {
	width:859px;
	margin:32px auto 0;
	text-align:left;
	position:relative;
	background:#F3FAFF;
	padding:13px 13px 0;
}
/*  ------------------
	--- 2.2 Logo ---
	------------------  */
	
#logo {
	position:absolute;
	top:24px;
	left:24px;
	width:197px;
	height:58px;
}

/*  ------------------
	--- 2.3 Header ---
	------------------  */
	
ul#header,ul#header_summer,ul#header_exp,ul#header_kanu,ul#header_contact {
	width:auto;
	height:221px;
	list-style:none;
	background:url(../images/bckgr_header.jpg) no-repeat 0 0;
	padding:10px 0 0 730px;
}
#header li,#header_summer li,#header_exp li,#header_kanu li,#header_contact li {
	float:left;
}
ul#header_summer {
	background:url(../images/bckgr_header_summer.jpg) no-repeat 0 0;
}
ul#header_exp {
	background:url(../images/bckgr_header_exp.jpg) no-repeat 0 0;
}
ul#header_kanu {
	background:url(../images/bckgr_header_kanu.jpg) no-repeat 0 0;
}
ul#header_contact {
	background:url(../images/bckgr_header_contact.jpg) no-repeat 0 0;
}

/*  ----- home, contact ---------------------------------------------------*/
#header li a.home,#header li a.contact,#header_summer li a.home,#header_summer li a.contact,#header_exp li a.home,#header_exp li a.contact,#header_kanu li a.home,#header_kanu li a.contact,#header_contact li a.home,#header_contact li a.contact {
	display:block;
	width:25px;
	height:19px;
	background:url(../images/ico_home.gif) no-repeat 0 0;
	margin:1px 8px 0 0;
	text-indent:-9999px;
}
#header li a.contact,#header_summer li a.contact,#header_exp li a.contact,#header_kanu li a.contact,#header_contact li a.contact {
	background:url(../images/ico_contact.gif) no-repeat 0 0;
	margin:1px 10px 0 0;
}
/*  ----- detusch, english ---------------------------------------------------*/
#header li a.dt,#header li a.en,#header_summer li a.dt,#header_summer li a.en,#header_exp li a.dt,#header_exp li a.en,#header_kanu li a.dt,#header_kanu li a.en,#header_contact li a.dt,#header_contact li a.en {
	display:block;
	width:19px;
	height:19px;
	background:url(../images/ico_dt.gif) no-repeat 0 0;
	margin:0 8px 0 0;
	text-indent:-9999px;
}
#header li a.en,#header_summer li a.en,#header_exp li a.en,#header_kanu li a.en,#header_contact li a.en {
	background:url(../images/ico_en.gif) no-repeat 0 0;
}


/*  -----------------
	--- 2.5 Menue ---
	-----------------  */


ul#menue {
	width:844px;
	height:41px;
	list-style:none;
	background:#EB131F url(../images/bckgr_menue.png) no-repeat 0 0;
	padding:0 0 0 15px;
	margin-bottom:20px;
	positin:relative;
}
#menue li {
	float:left;
	text-align:center;
	border:1px solid #F97487;
	border-top:none;
	border-bottom:none;	
}
#menue li a {
	color:#fff;
	display:block;
	width:auto;
	height:28px;
	text-decoration:none;
	padding:13px 16px 0;
	white-space:nowrap;
}
* html #menue li a {
	width:10px;
}
#menue li a:hover {
	background:url(../images/bckgr_menue_hover.png) repeat-x 0 0;
}
#menue li a.activ {
	background:url(../images/bckgr_menue_hover.png) repeat-x 0 0;
}
#menue li.home {
	border-left:2px solid #F97487;
}
#menue li.contact {
	border-right:2px solid #F97487;
}


#menue li ul {
	position:absolute;
	width:150px;
	left:-999em;
	padding:0;
	list-style:none;
	border:1px solid #243857;
	border-top:none;
	z-index:100;
}
#menue li ul li {
	width:150px;
	height:24px;
	padding:0;
	background:#CDDFED;
	text-align:left;
	border:none;
}
#menue li ul li a {
	display:block;
	width:auto;
	height:20px;
	padding:5px 15px 0;
	color:#243857;
	/*font-size:11px;*/
}
#menue li ul li a:hover {
	color:#fff;
	background:#243857;
}
#menue li ul li a.activ {
	color:#fff;
	background:#243857;
}
#menue li:hover ul, #menue li.sfhover ul {
	left:auto;
}
#menue li:hover ul.xtra, #menue li.sfhover ul.xtra {
	right:28px;
}


/*  -------------------
	--- 2.4. Slider ---
	-------------------  */

#wrap-slider,#wrap-slider-summer {
	clear:left;
	width:859px;
	height:212px;
	padding:0;
	margin:0 0 20px;
	background:url(../images/easyslider/bg_wrap_slider.jpg) no-repeat 0 0;
	overflow:hidden;
}
#wrap-slider-summer {
	background:url(../images/easyslider/bg-wrap-slider-summer.jpg) no-repeat 0 0;
}
#slider {
	width:700px;
	height:287px;
	float:left;
	margin:0 80px;
	padding:25px 0 0;
}
* html #slider { /* -- IE 6 Hack -- */
	margin:0 40px;
}
#slider ul {
	list-style:none;
}	
#slider li{ /* define width and height of list item (slide), entire slider area will adjust according to the parameters provided here */ 
	width:700px;
	height:212px;
	overflow:hidden;
}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:29px;
	position:absolute;
	left:30px;
	top:390px;
}	
#nextBtn{ 
	left:826px;
}														
#prevBtn a, #nextBtn a {
	display:block;
	width:30px;
	height:29px;
	background:url(../images/easyslider/btn_prev.png) no-repeat 0 0;
	text-indent:-9999px;
	outline:none;
}	
#nextBtn a { 
	background:url(../images/easyslider/btn_next.png) no-repeat 0 0;	
}
.more {
	float:left;
	padding:0;
	margin:-3px 0 0 30px;
}
.more a {
	display:block;
	width:57px;
	height:22px;
	padding:0;
	background:url(../images/easyslider/btn_more.png) no-repeat 0 0;
	text-indent:-9999px;
}
#slider img {
	float:left;
	margin:0 25px 20px 0;
}
#slider h2 {
	color:#243857;
	font-size:20px;
	line-height:24px;
	margin:0 0 15px;
	padding:0;
}
#slider h3 {
	color:#EB131F;
	font-size:14px;
	line-height:16px;
	margin:0 0 10px;
	padding:0;
	height:auto;
}
#slider p {
	color:#243857;
	padding-bottom:15px;
}
.float_left {
	float:left;
}
.price {
	font-size:20px;
	line-height:22px;
	font-weight:700;
	color:#EB131F;
	margin-left:10px;
}												
#slider input {
	width:109px;
	height:27px;
	padding:0;
	margin:10px 0 0;
	cursor:pointer;
	border:none;
}

#noslider {
	width:859px;
	height:206px;
	padding:20px 0 0 0;
}


/*  ------------------------
	--- 2.7 Column Right ---
	------------------------  */

#column_left {
	width:302px;
	height:auto;
	float:left;
	padding:0 38px 30px 0;
	color:#5E728B;
}
#column_left h2 {
	color:#EB131F;
	padding-bottom:5px;
}
#column_left h3 {
	font:700 12px/14px Arial, Helvetica, sans-serif;
	color:#243857;
	width:auto;
	height:auto;
	padding-bottom:8px;
}
#column_left ul,#content ul{
	list-style:none;
	padding-bottom:15px;
}
#column_left li,#content li{
	background:url(../images/bullet.png) no-repeat 0 6px;
	padding:0 0 4px 8px;
}
.box {
	float:left;
	width:302px;
	height:auto;
	background:#CDDFED;
	padding:0;
	margin-bottom:10px;
}
.box h4 {
	width:auto;
	height:21px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	padding:7px 0 0 10px;
	background:url(../images/bckgr_box_h2.png) no-repeat 0 0;
}
.box p {
	float:left;
	font-size:10px;
	line-height:12px;
	padding:8px 8px 10px 10px;
	background:url(../images/bckgr_box_p.png) no-repeat 0 bottom;
}
.box img {
	padding:0 0 0 2px;
}
.boxlink {
	float:right;
	display:block;
	width:40px;
	height:14px;
	border:1px solid #fff;
	color:#fff;
	background:url(../images/bckgr_box_btn.png) repeat-x 0 0;
	text-decoration:none;
	padding:0 0 0 8px;
	margin:6px 0 0 0;
}
#midsommar {
	position:absolute;
	left:238px;
	top:320px;
	width:80px;
	height:47px;
	background:url(../images/ico_sommertour.png) no-repeat 0 0;
	z-index:1;
}
.box2 {
	width:282px;
	background:#CDDFED;
	padding:10px;
	margin-bottom:20px;
}
.boxsmall {
	float:left;
	width:292px;
	height:21px;
	background:#EB131F url(../images/bckgr_boxsmall.png) no-repeat 0 0;
	padding:6px 0 0 10px;
	color:#fff;
}
.boxsmall a {
	color:#fff;
	margin-left:10px;
}
#video {
	text-align:center;
	width:298px;
	height:243px;
	text-align:left;
	margin:0 0 0 2px;
}

#column_left table {
	width:282px;
	border-collapse:collapse;
	margin-bottom:20px;
}
#column_left table th,#column_left table td {
	width:auto;
	height:20px;
	padding:0 0 0 6px;
}
#column_left table th {
	background:#EB131F;
	height:20px;
	color:#fff;
}
#column_left table td {
	background:#F9B5B8;
	border-bottom:1px solid #F3FAFF;
	color:#243857;
}

/*  -------------------
	--- 2.7 Content ---
	-------------------  */

#content {
	width:505px;
	height:auto;
	float:left;
	padding:0 0 30px;
}
#content ul.list {
	list-style:none;
	padding-bottom:15px;	
}
#content ul.list li {
	padding-left:12px;
	background:url(../images/bullet.png) no-repeat 0 5px;	
}
#content ul.column {
	float:left;
	width:250px;	
}

#content a {
	color:#4E95D6;
	text-decoration:none;
}
#content a:hover {
	color:#fff;
	background:#4E95D6;
	text-decoration:none;
}

/* --- Ausrichtung Bilder im Fließtext --- */
.right {
	float:right;
	padding:0 0 10px 10px;
}
.img_right {
	float:right;
	padding:0 0 10px 10px;
}
.img_left {
	float:left;
	padding:0 10px 10px 0;
}
/* --------- */

.column {
	float:left;
	width:220px;
}
.small {
	font-size:11px;
}
.bildergalerie img {
	float:left;
	border:3px solid #CDDFED;
	margin:0 8px 15px;
}
.clear {
	clear:both;
}
.pdf {
	background:url(../images/ico_acrobat.png) no-repeat 0 0;
	padding-right:16px;
	
}

/* --- Galerie Sommer Winter --- */

#content-gallery {
	float:left;
	width:839px;
	padding:0 0 30px 20px;
}
#content-gallery img {
	float:left;
	padding:0 7px 20px;
}
#content-gallery br {
	clear:left;
}

/*  ------------------
	--- 2.8 Footer ---
	------------------  */

#footer {
	clear:left;
	background:#99B7CA;	
	width:auto;
	height:18px;
	border:13px solid #BEE7F7;
	border-top:none;
	border-bottom:30px solid #BEE7F7;
	text-align:right;
	font-size:9px;
	line-height:18px;
	color:#fff;
	padding:0 10px 0 0;
	margin:0 -13px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}

/*  ---------------------------------
	--- 3.1 Formatierung Formular ---
	---------------------------------  */

input, select, textarea {
	font:11px/12px Arial, Helvetica, sans-serif;
}
form br {
	clear: left;
}
form p {
	padding:0;
}

input {
	display: block;
	width:10em;
	float: left;
	background-color: #fff;
	margin: 2px;
	padding: 2px;
	color:#333;
	border:1px solid #243857;
}
select {
	float:left;
	width:260px;
	background-color:#fff;
	margin:2px;
	padding:1px 0;
	color:#333;
	border:1px solid #243857;
}
textarea {
	display: block;
	width:19em;
	float: left;
	background-color: #fff;
	margin: 2px;
	padding: 2px;
	color:#333;
	border:1px solid #243857;
}

label {
	width:90px;
	float:left;
	text-align:right;
	padding-top:2px;
	padding-right:4px;
}
#Erwachsene,#Kinder {
	width:30px;
}
#Nummer,#PLZ {
	width:40px;
}
#send input {
	width:79px;
	height:21px;
	padding:0;
	margin:0;
	cursor:pointer;
	border:none;
}
#send {
	padding:5px 0 0 96px;
	margin:0;
	cursor:pointer;
}
.hinweis {
	color:#EB131F;
}
.echo {
	clear:left;
	padding-top:40px;
}
