/* allgemeines */
* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
	margin: 0;
	padding: 0;
	font: 12px Arial, Verdana, sans-serif;
	border:0;
	color:#000000;
}
body {
	background:url(../photos/bg-body.png) top center no-repeat #ee7a2f;
	background-attachment:fixed;
	text-align: center;
	line-height:1.5em;
}
html, body {
	padding: 0;
	margin: 0;
}
/* text | absaetze */
p {
	margin: .5em 0;
	line-height:1.4em;
}
a:link, a:visited {
	text-decoration: underline;
}
a.link, a.news-link {
	color: #9f0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.title{
	font-size:30px;
	color:#9f0000;
	line-height:1.5em;
}
.subtitel {
	font-size:1em;
	color:#eb690b;
	text-transform:uppercase;
	font-weight:bold;
}
.einleitung {
	font-size:16px;
	color:#777;
	line-height:1.4em;
/*	font-weight:bold;*/
	border-bottom:30px solid white;
}
.link {
	text-decoration: none;
	color: #9f0000;
	line-height:2em;
}
.teaser {
	font-size:1em;
	color:#eb690b;
	font-weight:bold;
}
.teaser-rot, a.teaser-rot {
	font-size:1em;
	color:#9f0000;
	font-weight:bold;
}
.news-text {
	font-size:1em;
	color:#eb690b;
	line-height:1.3em;
}
.news-link {
	font-size:1em;
	color:#9f0000;
	line-height:2em;
	text-decoration: none;
	font-weight:bold;
}
.bold, strong, b {
	font-weight:bold;
}
.news-head, a.news-head, .news-head .bold {
	color: #ffffff;
	font-size:1em;
}
a.buchungsbutton, .buchungsbutton {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.buchungsbutton.info {
	font-size:16px;
}
a:hover.buchungsbutton {
	text-decoration:underline;
}

/* form */
.form {
	line-height:1.3em;
	color:#666666;
}
input.form {
	width:200px;
	border:0;
	border-bottom: 1px dashed #aaaaaa;
	margin-bottom:10px;
	background:none;
}
select.form {
	margin-bottom:10px;
	background:none;
}
textarea.form {
	width:190px;
	height:80px;
	margin-bottom:10px;
	padding:5px;
	border:0;
	border: 1px dashed #aaaaaa;
	background-color:#fcfcfc;
}
#submit.form {
	width:200px;
	padding:5px;
	border:0;
	font-weight:bold;
	font-size:12px;
	letter-spacing:0.5em;
	text-transform:uppercase;
	background-color: #eb690b;
	color:#ffffff;
}
/* layout */
#main {
	margin:0 auto;
	text-align:left;
}
#head {
	text-align:left;
	background:url(../photos/head.jpg) top left repeat-x;
	width:100%;
	height:94px;
	border-top:20px solid #ffffff;
}
#nav {
	width:160px;
	margin-top:1px;
	margin-right:7px;
}
table#nav {
	padding:0;
	margin:0;
}
#motiv {
	margin:7px;
}
#news-right {
	width:200px;
	margin-right:7px;
}
#news-holder {
	width:200px;
}
#news-head {
	width:190px;
	height:22px;
	background-color:#eb690b;
	text-align:left;
	padding-left:10px;
	padding-top:7px;
}
#box-left {
	background-color:#f1f1f1;
	border-left:7px solid #ffffff;
	border-top:7px solid #ffffff;
	border-bottom:7px solid #ffffff;
	height:1150px;
}
#maincontent {
	width:80%;
	padding:30px 40px 40px 40px;
	line-height:1.4em;
}
body#newsletter #maincontent {
	width:80%;
	padding:30px 20px 40px 40px;
}
.zwischenstrich {
	height:5px;
	background:url(../photos/zwischenstrich.jpg) left center repeat-x;
	width:100%;
	margin: 10px 0 20px 0;
}
#buchungsbutton {
	background-color:#9f0000;
	padding:10px;
	margin-top:70px;
	border-top:7px solid #ffffff;
	border-bottom:7px solid #ffffff;
}
.infofeld-orange {
	background-color:#EB690B;
	padding:7px;
	margin-top:5px;
	border-top:7px solid #ffffff;
	border-bottom:7px solid #ffffff;
	color:#fff;
}
.infofeld-orange a, .infofeld-orange .bold {
	color:#fff;
}
.infofeld-grau {
	background-color:#aaa;
	padding:7px;
	margin-top:5px;
	border-top:7px solid #ffffff;
	border-bottom:7px solid #ffffff;
}
.floatbox {
	width:180px;
	float:right;
	margin:5px 0 10px 20px;
	padding:20px;
	background-color:#f1f1f1;
	border:1px solid #cccccc;
	clear:both;
}
.social{
margin-top:5px;
margin-left:5px;
}
.social a{
display:block;
float:left;
width:24px;
height:24px;
}
.social a.facebook{
background:url(../photos/facebook.png) no-repeat;
margin-right:5px;
}
.social a.newsletter{
background:url(../photos/newsletter.png) no-repeat;
}




#blaettern
	{
	width:100%;
	border-bottom:1px dotted #999999;
	height:30px;
	color:#333333;
	padding-top:6px;
	background-color:#f1f1f1;
	}

#blaettern_start
	{
	width:100%;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	height:30px;
	color:#333333;
	padding-top:6px;
	background-color:#f1f1f1;	
	}

	
	
a.blaetternlink:link,
a.blaetternlink:visited,
a.blaetternlink:focus
	{
	color: #333333;
	text-decoration: none;
	font-size:16px;
	padding-left:30px;
	}

a.blaetternlink:hover,
a.blaetternlink:active
	{
	color: #eb690b;
	text-decoration: none;
	}

ul
	{
	margin-left:12px;
	}
	
ol
	{
	margin-left:16px;
	}
