﻿/* 
	Stylesheet "Swissdream"
	Copyright ©2005 Thorsten Doerfler 
*/

html, body {
   height: 100%;
   }

body {
	padding: 0px;
	margin: 0px;	
	color: #837D7A;
	background-color: white;
	font: .8em/150% Trebuchet MS, Arial, Helvetica, sans-serif;
	}
	
abbr {
	cursor: help;
	}
	
h1 {
	font-size: 1.8em;
	color: #837D7A;
	padding: 0px;
	margin: 0px;
	line-height: 33px;
	letter-spacing: -0.05em;
	}

h2 {
	font-size: 1.6em;
	}
	
h3 {
	font-size: 1.4em;
	color: #837D7A;
	padding: 0px;
	padding-right: 20px;
	line-height:25px;
	letter-spacing: -0.05em;
	border-bottom: 1px solid #837D7A;
	}

h4 {
	border-bottom: 1px solid #837D7A;
	margin-right: 50%;
	padding-left: 15px;
	font-size: 1.2em;
	}
	
h4.rightalign {
	margin-right: 0px;
	margin-left: 316px;
	padding-right: 15px;
	padding-left: 0px;
	}
	
h5 {
	font-size: 1.0em;
	}

h1, h2, h3, h4, h5 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	}
	
th {
	color: gray;
	font-weight: bold;
	border-bottom: gray solid 1px;
	}

input, textarea {
	border-left: solid 1px #808E85;
	border-top: solid 1px #808E85;
	border-right: solid 1px #DFEBE1;
	border-bottom: solid 1px #DFEBE1;
	}
	
input:focus, textarea:focus {
	background-color: #F6FAF6;
	}
		
input.button {
	border-left: solid 1px #DFEBE1;
	border-top: solid 1px #DFEBE1;
	border-right: solid 1px #808E85;
	border-bottom: solid 1px #808E85;
	background-color: #D4DBCD;
	}
	
.formerror {
	color: red;
	}

#navigate a:link {border-left: solid 5px #94A8E8; padding-left: 2px; padding-right: 5px; width: 300px; color: #191970; text-decoration: none;}
#navigate a:visited {border-left: solid 5px #BACBEE; padding-left: 2px; padding-right: 5px; color: #5F7283; text-decoration: none;}
#navigate a:hover {background-color: #F1F8EA; border-left: solid 5px #B7D79B;}
#navigate a:active {background-color: #DEF4DA; border-left: solid 5px #008000;}

#main {
	table-layout: fixed;
	width:100%;
	height:100%;
	}
	
#navigate {
	width: 122px;
	background-color: #BFC2BB;
	background-image: url(/common/images/base_left.jpg);
	}
	
#menu {
	list-style-type: none;
	margin: 0px;
	padding: 5px;
	}

#menu li {
	padding-top: 3px;
	}
	
#body {
	vertical-align: top;
	height: 100%;
	/* background:transparent url('/images/enzian2.png') no-repeat fixed 80% 100px; */
	}
	
#flyout {
	position: relative;
	z-index: 1;
	float: right; 
	height: 72px;
	margin-right: -34px;
	margin-top: -48px;
	text-align: right;
}

#content {
	text-align: justify;
	position:relative; 
	margin-left:30px; 
	margin-right: 30px;
	margin-top: 50px;
	margin-bottom: 10px;
	max-width: 800px;
	}
	
#banner {
	height: 100%;
	width: 36px;
	background-color: #BFC2BB;
	background-image: url(/common/images/base_right.jpg);
	}

#rightbanner {
	position: fixed; 
	top: 0px; 
	height: 586px;
	width: 34px;
	background-color: #BFC2BB;
	background-image: url(/common/images/bg_right.jpg);
	background-repeat: no-repeat;
	}

#footer {
	background-color: #E0EAE0;
	color: #BCB8B6;
	margin-left: 60px; 
	margin-right: 60px; 
	text-align:center;
	}
	
#pricelist td {
	padding-left: 5px;
	white-space: nowrap
	}

#pricelist tr.season {
	font-weight: bold;
	color: white;
	background-color: #AAC8AA;
	}
	

#pricelist tr.alternate {
	background-color: #F6FAF6;
	}
	
#pricelist tr.main {
	background-color: #E2F0E2;
	}
	
#pricelist tr.intermediate {
	background-color: #F6FAF6;
	}

#pricelist tr.minor {
	background-color: white;
	}
	
.gallery {
	clear:both; 
	margin-top: 30px;
	}

.gallery h3 {
	width: 50%;
	}
	
h3.headright {
	text-align: right;
	float: right;
	}
	
#design {
	font-size:0.9em;
	text-align: center;
	margin-left: 60px; 
	margin-right: 60px;
	}
	
#design a{text-decoration:none;}
#design a:hover{text-decoration:underline;}

.info {font-size: 0.8em}