@charset "utf-8";
/* CSS Document */


/* Kalibrierung */
* {margin: 0;
	padding: 0;
}
h1, h2, p, ul, ol {
	margin-bottom: 12px;
}
ul ul {
	margin-bottom: 0;

}
li {margin-left: 0;
}
/* allgemeine Styles */
body {
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:140%;
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#000;
}
h3 {
	font-size: 12px;
	color: #000;
	margin-bottom: 12px;
}

p {
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:140%;
}
h1 {
	color: #bf932a;
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
}
table h1 {
	margin-bottom: 10px;
}

h2 {
	font-size:14px;
	color: #333;
}
address{
	font-size:10px;
	font-style:normal;
	letter-spacing:2px;
	
}
/* allgemeine Text-Hyperlinks */
a {
	text-decoration:underline;
	color: #333;
}
table td {
	background-color: #FFF;
	padding: 3px;
	;
}
.bildabstand {
	float: left;
	margin-right: 30px;
}
.galerieabstand {
	margin-right: 3px;
}
img.rechts {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
}


.label {
	margin-right: 20px;
	vertical-align: middle;
}

p.absatzlabel {
	float: left;
	margin-top: 20px;
	line-height: normal;
}
td.rechtsbündig {
	text-align: right;
}
.zentriert {
	text-align: center;
}
.tabnavig td {
	padding: 2px 10px;
}
.zellenrahmen {
	border-bottom: 2px dotted #bf932a;
}

h2.textausrichtung {
	text-align: right;
}


/* Layoutbereich*/
#container {
	background-color:#fff;
	border: solid 2px #bf922a;
	margin: 0 auto 0 auto;
	padding: 0px;
	width: 896px;
	height: 600px;
	min-height: 600px;
	height: auto !important;
	position: relative;
}
#kopf {
	width: 900px;
	margin: 0 auto;
}
#kopf h1 
{
	width:928px;
	height:200px;
	padding: 0;
	margin: 0;

}


/*Beginn Navigation */
#navig{
	border-bottom: dotted 2px #bf932a;
	border-right: dotted 2px #bf932a;
	float: left;
	width: 170px;
	padding: 20px 0 5px 0;
	margin: 0;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	position: relative;
}
#navig a {
	text-decoration: none;
	color: #666
}
#navig a:hover {
	color: #000;
	background-image:none;
}
#navig p {
	padding: 30px 0 0 3px;
}
#navig ul li {
	display: block;
	list-style-type: none;
	padding:10px;
	list-style-image: none;
}

#navig ul li a
{
	color: #666;
	text-decoration: none;
}
#navig ul li a:hover,
#navig a:focus,
#startseite #navactive a 
{
	color:  #000;
	background-image: url(../images/label_navig.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding: 4px 0 5px 25px;
}
#startseite #ferienart a,
#startseite #climate a {
	background-image:none;
	padding-left: 3px;
}


#content {
	background-color: #fff;
	color: #333;
	float: left;
	padding: 20px 0 5px 5px;
	margin: 0;
	width: 700px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#content_left {
	background-color: #fff;
	color: #333;
	float: left;
	padding: 20px 0 5px 0;
	margin: 0;
	width: 375px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#content_right {
	background-color: #fff;
	color: #333;
	float: left;
	padding: 20px 0 5px 30px;
	margin: 0;
	width: 345px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}


#content li {
	list-style-image: url(../images/aufz.gif);
	margin: 0 10px 10px 30px;	
}

/*fusszeile*/
#footer {
	clear: both;
	margin: 0;
	padding: 2px;
	position: absolute;
	left: 139px;
	bottom: 5px;
}

