﻿/* CSS-Reset */
*
{
  margin: 0;
  padding: 0;
}

body
{
  background-color: #e6e6e6;
  font-family: Verdana, Arial, sans-serif;
  color: #333333;
  font-size: 0.8em;
  text-align: left; /* Go IE6, Go! */
}

a
{
  color: #333333;
}

img
{
  border-style: none;
}

h1
{
  color: #00a8b4;
  margin-bottom: 1em;
  font-weight: normal;
  font-size: 2.5em;
}

h2
{
  font-size: 1.2em;
  margin-bottom: 1em;
}

h3
{
  font-size: 1em;
}

p
{
  margin-bottom: 1.2em;
}

ul, ol
{
  list-style-type: square;
  position: relative;
  left: 1.5em;
  margin-bottom: 1em;
}

#container
{
  margin: 0 auto;
  width: 990px;
  background-color: #ffffff;
}


/******************************************
*	Header
******************************************/
#header
{
  height: 30px;
  font-size: 1em;
  line-height: 30px;
  padding: 0 10px;
}

#header a
{
  color: #333333;
  text-decoration: none;
}

#header .search
{
  float: right;
}

#header .search a
{
  background-image: url('../layout/images/btn_go.gif');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
}

#header .search input[type=text]
{
  width: 150px;
}

#header ul
{
  float: left;
  list-style-type: none;
}

#header li
{
  padding: 0 10px 0 0;
  display: inline;
  margin: 0px;
}

/******************************************
*	Logo
******************************************/
h1#banner
{
  margin: 0 0 33px 0;
  padding: 0;
  text-indent: -3000px;
  background-image: url('../layout/pics/banners/banner.jpg');
  width: 990px;
  height: 175px;
}

div#banner
{
  margin: 0 0 33px 0;
  padding: 0;
  width: 990px;
  height: 175px;
  position: relative;
}

div#banner img
{
  position: absolute;
  left: 0;
  height: 175px;
  width: 990px;
}


/******************************************
*	sideMenu
******************************************/
#sideMenu
{
  width: 161px;
  float: left;
  font-size: 0.9em;
}

#sideMenu ul
{
  list-style-type: none;
  line-height: 1.5em;
  position: relative;
  left: 20px;
  margin-bottom: 0;
}

#sideMenu a
{
  color: #333333;
  text-decoration: none;
}

#sideMenu hr
{
  margin: 0 0 10px 0;
  height: 1px;
  width: 121px;
  background-color: #00a8b4;
  color: #00a8b4;
  border: 0 #00a8b4 none;
}

#sideMenu .sectionStart
{
  margin-bottom: 10px;
}

#sideMenu .firstLevel
{
  position: relative;
  left: 0;
}

/******************************************
*	infoBox
******************************************/
#infoBox
{
  width: 160px;
  float: right;
}

#infoBox h1
{
  margin-bottom: 5px;
  padding: 0 5px;
  background-color: #6c311b;
  color: #ffffff;
  line-height: 25px;
  font-size: 1em;
  font-weight: bold;
}

#infoBox p
{
  margin-bottom: 15px;
  padding: 5px;
}

/******************************************
*	Content
******************************************/
#content
{
  padding: 0 20px 20px 20px;
  border-left: 2px #00a8b4 solid;
  border-right: 2px #6c311b solid;
  width: 625px;
  overflow: hidden; /* Helps IE6 to set the correct width */
  min-height: 800px;
  float: left;
}


/* Columnlayouts */
/* a combination of columns should fit into 625px */

/* 2 Columns */

.column430Left
{
  width: 430px;
  float: left;
}

.column195Right
{
  width: 195px;
  float: left;
}

.column313LeftBorder
{
  width: 302px;
  border-right: 1px solid #00a4b8;
  padding-right: 10px;
  float: left;
}

.column312Right
{
  width: 302px;
  padding-left: 10px;
  float: left;
}

.column420Left
{
  width: 410px;
  padding-right: 10px;
  float: left;
}

.column420LeftBorder
{
  width: 409px;
  border-right: 1px solid #00a4b8;
  padding-right: 10px;
  float: left;
}

.column205Right
{
  width: 195px;
  padding-left: 10px;
  float: left;
}

.column205Left
{
  width: 195px;
  padding-right: 10px;
  float: left;
}

.column205LeftBorder
{
  width: 194px;
  border-right: 1px solid #00a4b8;
  padding-right: 10px;
  float: left;
}

.column420Right
{
  width: 410px;
  padding-left: 10px;
  float: left;
}

/* 3 Columns */

.columnThreeBorder
{
  width: 197px;
  border-right: 1px solid #00a4b8;
  padding-right: 10px;
  margin-right: 10px;
  float: left;
}

.columnThree
{
  width: 188px;
  float: left;
}

/******************************************
*	Footer
******************************************/
/* special things for IE */
body #footer
{
  background-color: #6c311b;
  height: 25px;
  line-height: 24px;
  color: #ffffff;
  font-size: 0.8em;
  clear: both;
  overflow: hidden;
}

/* and that's what every other browser should do */
html > body #footer
{
  background-color: #6c311b;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  font-size: 0.8em;
  clear: both;
  overflow: visible;
}

#footer a
{
  color: #ffffff;
  text-decoration: none;
}

#footer ul
{
  float: right;
  list-style-type: none;
  position: relative;
  left: 0;
}

#footer li
{
  display: inline;
  padding: 0 5px 0 10px;
}

#footer img
{
  position: relative;
  float: left;
  left: 30px;
  top: -95px;
}

/******************************************
*	Kontaktformular
******************************************/
.formdata th, .formdata td
{
  vertical-align: top;
  padding: 3px;
}

.formdata input[type=text], .formdata textarea
{
  width: 200px;
}


/******************************************
*	Classes
******************************************/
.clearFloat
{
  clear: both;
  height: 0;
  display: none;
}

.welcomeBox
{
  margin-bottom: 20px;
  text-align: center;
  float: left;
}

.smallBox
{
  background-color: #e6e6e6;
  width: 195px;
  height: 249px;
  overflow: hidden; /* Helps IE6 to set the correct height */
  float: left;
  margin: 0 20px 20px 0;
}

.smallBox p
{
  padding: 0 10px;
}

.smallBox h1
{
  padding: 0 10px;
  margin: 0;
  line-height: 22px;
  background-color: #6c311b;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
}

.lifestyleTurquoise
{
  background-color: #00a8b4 !important;
}

.warmOrange
{
  background-color: #e28000 !important;
}

.sunnyYellow
{
  background-color: #f0b600 !important;
}

.goldenAgeGold
{
  background-color: #b89d3a !important;
}

.stylishAubergine
{
  background-color: #582041 !important;
}

.chocolateBrown
{
  background-color: #6c311b !important;
}

.smallBox h2
{
  color: #333333;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0.1em;
  padding: 0 10px;
}

.smallBox img
{
  height: 121px;
  margin-bottom: 5px;
}

.bigBox
{
  width: 195px;
  height: 510px;
  background-color: #00a8b4;
  color: #ffffff;
  float: left;
  margin: 0 20px 20px 0;
}

.bigBox h1
{
  margin: 15px 0 10px 0;
  padding: 0 10px;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
}

.bigBox p
{
  padding: 0 10px 10px 10px;
}

.bigBox a
{
  color: #ffffff;
}

.bigBox img
{
  width: 195px;
  height: 195px;
}

.imageBox
{
  width: 195px;
  font-size: 0.9em;
  margin-bottom: 20px;
  float: left;
}

.selected
{
  text-decoration: underline !important;
}

.entry, .bottomBorder
{
  border-bottom: 1px solid #00a4b8;
  margin-bottom: 1.2em;
}

.newSection
{
  display: block;
  border-top: 1px solid #00a8b4;
  padding-top: 20px;
  width: 120px;
  cursor: pointer;
}

.cuteCursorHelper
{
  /* display: none; */
}

/* Reiseangebote */
table.reiseinfos
{
  border-collapse: collapse;
}

table.reiseinfos td, table.reiseinfos th
{
  padding: 3px;
}

.alt
{
  background-color: #eeeeee;
}

.noMarginRight
{
  margin-right: 0;
}

.eventBox img
{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
