/* 
	Mallorca-Sommer-Stylesheet
	author: Bastian Posniak
	(c) 2005 worldweb Internetkommunikations oHG
*/

body, html {
	margin: 0;
}

body {
	background: #2B385F url(../grafiken/background.jpg) 50% 0 repeat-y;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 16px;
	text-align: center;
}

#container {
	position: absolute;
	width: 722px;
	left: 50%;
	margin-left: -361px;
	text-align: left;
}

#head {
	position: absolute;
	top: 0;
	left: 4px;
	width: 712px;
	height: 194px;
	background: #fff url(../grafiken/header.jpg) no-repeat;
	z-index: 1;
}

#navi {
	position: absolute;
	top: 111px;
	left: 4px;
	width: 458px;
	height: 31px;
	background: #fff url(../grafiken/navi-bg.jpg) no-repeat;
	z-index: 2;
	padding-left: 254px;
}
	
#content {
	position: absolute;
	top: 217px;
	left: 260px;
	width: 405px;
	min-height: 454px;
  	height: auto !important;  /* für moderne Browser */
  	height: 454px;  /*für den IE */
	padding: 23px 30px 20px 17px;
	background: #fff url(../grafiken/content-bg.jpg) bottom right no-repeat;
}

	#content-header {
		position: absolute;
		top: 198px;
		left: 260px;
		width: 452px;
		height: 19px;
		background: #fff url(../grafiken/content-header.jpg) no-repeat;
	}
	
	#content h1 {
		color: #493D1C;
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 20px;
	}
	
	#content img.right {
		float: right;
		margin: 5px 0 5px 10px;
	}
	
	#content img.left {
		float: left;
		margin: 5px 10px 5px 0;
	}

#left {
	position: absolute;
	top: 213px;
	left: 10px;
	width: 196px;
	/* min-height: 474px; */
  	height: auto !important;  /* für moderne Browser */
  	/* height: 474px;  /*für den IE */
	padding: 23px 20px 0px 28px;
	background-color: #F2F5F7;
}

	#left-header {
		position: absolute;
		top: 198px;
		left: 10px;
		width: 244px;
		height: 19px;
		background: #fff url(../grafiken/left-header.jpg) no-repeat;
	}
	
	#left h1 {
		color: #493D1C;
		font-size: 13px;
		font-weight: normal;
		margin-bottom: 20px;
	}
	
	#left #footer {
		margin-left: -28px;
		margin-top: 20px;
		margin-right: -20px;
		margin-bottom: 0;
		width: 244px;
		height: 20px;
		background-color: #2b385f;
	}
	
a {
	color: #634A04;
	text-decoration: none;
}

a:hover {
	color: #493D1C;
	text-decoration: underline;
}