@charset "utf-8";
/* CSS Document */

BODY {
	font-size:13px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height:18px;
	margin:0px;
	padding:0px;
	background-color:#D1D1D1;
}

/* Layout */

#slidertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	padding:10px;
	color:#253055;
	background-color:#9fbce4;
	border:1px solid #FFFFFF;
	opacity: 0.9;
	filter:dropshadow(color=#000000, offx=3, offy=3);
	position:absolute; left:60px; top:20px;	
	text-align:justify;
}

#slidertext2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	padding:10px;
	color:#253055;
	background-color:#FFFFFF;
	border:1px solid #9fbce4;
	opacity: 0.9;
	filter:dropshadow(color=#000000, offx=3, offy=3);
	position:absolute; left:550px; top:20px;	
	text-align:justify;
}

#slidertext3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	padding:10px;
	color:#253055;
	background-color:#FFFFFF;
	border:1px solid #9fbce4;
	opacity: 0.9;
	filter:dropshadow(color=#000000, offx=3, offy=3);
	position:absolute; left:350px; top:20px;	
	text-align:justify;
}

#tourstarten {
	position:absolute; top:240px; left:710px;
}

#container {
	position:absolute;
	width:990px;
	left:50%;
	margin-left:-495px;
	z-index:1;
	text-align:left;
}

#top {
	width:950px;
	height:113px;
}

#navi {
	width:950px;
	height:61px;
	padding-left:20px;
	padding-right:20px;	
	background-image:url(../images/bg_navi.jpg);	
}
#header {
	width:950px;
	height:385px;
}

#content {
	margin-left:43px;
	margin-right:43px;
	margin-top:60px;
	padding-bottom:40px;
}

#content_hp {
	margin-left:43px;
	margin-right:43px;
	margin-top:-10px;
	padding-bottom:10px;

}

#main {
	width:950px;
	padding-left:20px;
	padding-right:20px;	
	background-image:url(../images/bg_main.jpg);	

}

#teaserbox {
	width:360px;
	border:1px solid;
	padding:10px;
}


/* Footer */
#footer {
	padding-left:20px;
	padding-right:20px;	
	padding-bottom:20px;	
	padding-top:0px;	
	background-image:url(../images/bg_footer.jpg);	
}
#footer_inner {
	padding:20px;
	color:white;
	font-size:11px;
}

/* Links */
a.footer {
	color:#999999;
	text-decoration:none;
	font-family:Arial, Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
}
a.footer:hover {
	color:#FFFFFF;
}


/* Navigation */
  ul#Navigation {
    margin: 0; 
	 padding: 0.8em;
    text-align: center;
    border: 1px solid black;
	 font-size:15px;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    padding: 0.2em 1em;
    text-decoration: none; 
	 font-weight: normal;
    border: 1px solid black;
    border-left-color: white; 
	 border-top-color: white;
    color: maroon; 
	 background-color: #ccc;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; 
	border-top-color: black;
    color: white; 
	background-color: gray;
  }
  
/* Überschriften */
H1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:26px;
	color:#051137;
}

H2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:22px;
}

H3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:18px;
}


/* Form */
label{
	float: left;
	width: 210px;
}

legend {
	font-size:16px;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.form_error {
	border:1px solid darkred;
	background-color:#EFEFEF;
}

SELECT.reg {
	width:315px;
}
TEXTAREA.reg {
	width:310px;
	height:120px;
	margin-left:3px;
}
INPUT.reg {
	width:300px;
}
INPUT {
	padding:5px;
	font-size:15px;
	margin:3px;
}




/*------------------------------- BEGIN STRUCTURE ----------------------------------*/


/*////////////// Navigation ///////////////*/
#navigation {
	width: 100%;
	height: 50px;
	background: url(../images/bg_navi.jpg) repeat-x bottom #000000;
}

#navwrap {
	width: 950px;
	height: 50px;
	margin: auto;
	text-align: left;
}

#menu {
	width: auto;
	height: 50px;
	position: relative;
	float: left;
	z-index: 9999;
}

/*////////////// Content ///////////////*/
#content {
	width: 860px;
	height: auto;
	margin: auto;
}

#content_left {
	width: 520px;
	height: auto;
	float: left;
	margin-top: 20px;
}

#content_left h1 {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	color: #3893b6;
	text-transform: uppercase;
	border-bottom: 1px solid #e7e7e7;
}

#content_left p {
	font-size: 11px;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #333333;
}

#content_left p img {
	float: left;
	margin: 0 12px 0 0;
}

/*////////////// WHITE Sidebar ///////////////*/
#sidebar {
	width: 290px;
	min-height: 205px;
	background: url(../images/sidebar_bg.png) no-repeat top center;
	margin-top: 8px;
}

#sidebar2 {
	width: 290px;
	min-height: 205px;
	background: url(../images/sidebar_bg.png) no-repeat top center;
	margin-top: 8px;
}

#sidebar h1{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/sidebar_h1_bg.gif) repeat-x top #000000;
	margin: 8px;
	margin-bottom: 0;
	padding: 11px;
	color: #999999;
	text-align: left;
}

#sidebar2 h1{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/sidebar_h1_bg.gif) repeat-x top #000000;
	margin: 8px;
	margin-bottom: 0;
	padding: 11px;
	color: #999999;
	text-align: left;
}

#sidebar p{
	font-size: 11px;
	margin: 0 8px;
	padding: 11px;
	color: #333333;
	text-align: left;
}

#sidebar2 p{
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:18px;
	font-size: 13px;
	margin: 0 8px;
	padding: 11px;
	color: #516195;
	text-align: left;
}

#sidebar ul {
	list-style-type: none;
	text-align: left;
	margin: 10px 20px;
	padding: 0;
}

#sidebar li {
	margin: 0;
	border-bottom: 1px solid #dcdcdc;
	color: #333333;
}

#sidebar li.last {
	border: 0;
}

#sidebar li a{
	color: #49642b;
	text-decoration: none;
	display: block;
	padding: 8px 0;
}

#sidebar li a:hover{
	color: #333333;
	text-decoration: none;
	background: #FFFFFF;
	padding: 8px;
}


.line_spacing_30 {
	line-height: 30px;
}


/*----------------------------------- BUTTONS ------------------------------------*/


/*////////////// Green Button ///////////////*/
.green_button {
    width: auto;
    height: 24px;
    font: 11px arial;
    text-align: left;
	text-transform: uppercase;
    padding: 6px 0 0 20px;
    background: url(../images/green_button_bg.png) no-repeat top left;
    color: #7c7c7c;
}

.green_buttonend {
    width: auto;
    height: 30px;
    padding: 0 20px 0 0;
    background: url(../images/green_buttonend_bg.png) no-repeat top right;
    float: left;
    margin: 12px 7px 0 0;
}

.green_button a{
	color: #FFFFFF;
	text-decoration: none;
}

.green_button a:hover{
	color: #3893b6;
	text-decoration: none;
}

/*////////////// Black Button ///////////////*/
.black_button {
    width: auto;
    height: 24px;
    font: 11px arial;
    text-align: left;
	  text-transform: uppercase;
    padding: 6px 0 0 20px;
    background: url(../images/black_button_bg.png) no-repeat top left;
    color: #7c7c7c;
}

.black_buttonend {
    width: auto;
    height: 30px;
    padding: 0 20px 0 0;
    background: url(../images/black_buttonend_bg.png) no-repeat top right;
    float: left;
    margin: 12px 7px 0 0;
}

.black_button a{
	color: #FFFFFF;
	text-decoration: none;
}

.black_button a:hover{
	color: #999999;
	text-decoration: none;
}

/*////////////// White Button ///////////////*/
.white_button {
    width: auto;
    height: 24px;
    font: 11px arial;
    text-align: left;
	text-transform: uppercase;
    padding: 6px 0 0 20px;
    background: url(../images/white_button_bg.png) no-repeat top left;
    color: #7c7c7c;
}

.white_buttonend {
    width: auto;
    height: 30px;
    padding: 0 20px 0 0;
    background: url(../images/white_buttonend_bg.png) no-repeat top right;
    float: left;
    margin: 12px 7px 0 0;
}

.white_button a{
	color: #333333;
	text-decoration: none;
}

.white_button a:hover{
	color: #666666;
	text-decoration: none;
}

/*------------------------------- HEADINGS ----------------------------------*/

h1, h2 {
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}

h2 {
	font-size: 15px;
	color: #222222;
	font-weight: bold;
	margin: 12px 0 0 0;
}

/*------------------------------- LISTS ----------------------------------*/

ul {
	margin: 0;
	padding: 0;
}

/*------------------------------- MISC CLASSES and ID's ----------------------------------*/

/*////////////// Site Elements Styling ///////////////*/

a {
	color: #051137;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a:focus {
	outline: none;
}

acronym {
	cursor: help;
}

.ref_bg {
	padding:-7px;
	background-image:url(../images/ref_bg.png);
}

.kollektion_bg {
	padding:-7px;
	background-image:url(../images/kollektion_bg.png);
}

.ref_text {
	padding-left:20px;
	background-image:url(../images/ref_text_bg.jpg);
}

.kollektion_text {
	padding-left:20px;
	padding-right:20px;
	background-image:url(../images/kollektion_text_bg.png);
}

/*////////////// Logo (Displayed on top Navigation) ///////////////*/
.logo {
	float: left;
	margin: 0 20px 0 0;
}

.backtotop {
	width: 860px;
	height: 20px;
	border-bottom: 1px solid #93ac77;
	margin: auto;
	margin-bottom: 10px;
	margin-top: -20px;
}

.top {
	float: right;
}

/*////////////// Search form (Displayed on top Navigation) ///////////////*/
#searchform {
    width: 215px;
    height: 20px;
    float: right;
    margin: 14px 45px 0 0;
    color: #999999;    
}

#searchform label {
    float: left;
    margin-top: 4px;
	font-weight: normal;
	font-size: 11px;
}

#searchform input {
    width: 124px;
    height: 17px;
    background: url(../images/searchinput_bg.gif) no-repeat #FFFFFF;
    float: right;
    margin-right: 6px;
    border: 0;
    font-size: 11px;
    padding: 3px;
    padding-bottom: 0;
    color: #555555;
}

#searchform button {
    width: 34px;
    height: 20px;
    background: url(../images/searchbutton_bg.gif) no-repeat;
    float: right;
    border: 0;
    font-size: 11px;
    padding: 0;
    padding-top: 2px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
}

/*---------------------- CONTACT FORM ---------------------*/

.contactform {
	margin:0px;
	font-size:11px;
	width:600px;
	text-align: left;
}

.contactform input {
	padding:3px;
	border:1px solid #21340b;
	width:180px; height:14px;
	font-size:11px;
}

.contactform textarea {
	padding:3px;
	border:1px solid #21340b;
	width:300px;
	height:100px;
	font-size:11px;
}

.error {
	border:1px solid #990000; background-color:#D70000; color:#FFFFFF; padding:5px;width:383px;
}

.contactform label {
	min-width: 150px;
	float: left;
	padding:4px;
	padding-left: 0;
	font-weight: bold;
}

input.sendbutton {
	margin-top:10px;
	display:block;
	border:1px solid #21340b;
	width:100px;
	height:20px;
	font-size:11px;
	padding-left:2px;
	padding-right:2px;
	padding-top:0px;
	padding-bottom:2px;
	line-height:14px;
	background-color:#EFEFEF;
	cursor: pointer;
}

.text_red {
	color:red;
}