/* CSS-Reset */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 0.8em;
	text-align: left;	/* Go IE6, Go! */
}

a {
	color: #000000;
}

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 0;
	width: 790px;
	background-color: #ffffff;
}


/******************************************
*	Header
******************************************/
#header {
	display: none;
}


/******************************************
*	Logo
******************************************/
h1#banner {
	display: none;
}

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 {
	display: none;
}

/******************************************
*	infoBox
******************************************/
#infoBox {
	display: none;
}

/******************************************
*	Content
******************************************/
#content {
	padding: 0 20px 20px 20px;
	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
******************************************/
#footer {
	background-color: #ffffff;
	height: 25px;
	line-height: 25px;
	overflow: hidden;	/* Helps IE6 to set the correct height */
	color: #000000;
	font-size: 0.8em;
	clear: both;
}

#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;
	padding: 10px;
	background-color: #00a8b4;
	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 h1 {
  background-color: #00a8b4;
}

.warmOrange h1 {
  background-color: #e28000;
}

.sunnyYellow h1 {
  background-color: #f0b600;
}

.goldenAgeGold h1 {
  background-color: #b89d3a;
}

.stylishAubergine h1 {
  background-color: #582041;
}

.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: right;
}

.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: 196px;
	height: 195px;
}

.imageBox{
	width: 195px;
	font-style: italic;
	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;
}

.noMarginRight {
  margin-right: 0;
}

.eventBox img
{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

table.reiseinfos td, table.reiseinfos th
{
  padding: 3px;
}

