@charset 'utf-8';
@import url(reset.css);

body {
	font-size: 17px;
	font-family: 'PT Sans', Arial, Helvetica, serif;
	color: #575958;
	background-image: url(../images/streifen.png);
	background-repeat: repeat-x;
	background-color: #006197;
	height: 100%;
}

p {
	margin-bottom: 10px;
	line-height: 22px;
}

/************************ SCHRIFT *********************/	

	
h1 {
	color: #026199;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 12px;

}

h2 {
	color: #026199;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 8px;
}

	
a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #696969;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

#wrapper {
	height: auto;
	width: 950px;
	min-height: 350px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 3px 11px #C2C2C2;
	-moz-box-shadow: 0px 3px 11px #C2C2C2;
	box-shadow: 0px 3px 11px #C2C2C2;
}
#header {
	float: left;
	width: 950px;
	height: 119px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #016aa4;
}
#header .logo {
	width: 162px;
	height: 95px;
	float: left;
	margin-left: 397px;
	margin-top: 5px;
}

/***  Navigation Begin ***/

#navi {
	width: 100%;
	height: 28px;
	overflow: hidden;
	list-style-type: none;
	float: left;
	background: url(../images/navi_back.jpg) repeat-x;
}

#navi ul {
	list-style: none;
}

#navi li {
	width: auto;
	float: left;
	margin-right: 2px;
}

#navi li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	border-right: 1px solid #cdcfcf;
}

#navi li a:hover, #navi li a.selected {
	color: #eced78;
	background-image: url(../images/navi_back_aktive.jpg);
}

/***  Navigation End ***/

#bildbereich {
	width: 950px;
	float: left;
	margin-top: 1px;
	height: 243px;
}

#bildbereich_left {
	width: 471px;
	float: left;
	margin-top: 1px;
	height: 243px;
}

#bildbereich_middle {
	width: 217px;
	float: left;
	margin-top: 1px;
	height: 243px;
	background-color: #ACBBC4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

#bildbereich_right {
	width: 260px;
	float: right;
	margin-top: 1px;
	height: 243px;
}
#content {
	width: 900px;
	height: auto;
	float: left;
	margin-bottom: 50px;
	margin-top: 1px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #015288;
	padding-top: 50px;
	padding-left: 50px;
}

#content .home {
	float: left;
	width: 500px;
}

#content .angebot {
	width: 310px;
	height: auto;
	font-weight: bold;
	font-size: 13px;
	color: #026199;
	margin-bottom: 10px;
	float: right;
}

#content .right {
	float: right;
	width: 320px;
	height: 326px;
	background: url(../images/buchung.png) no-repeat;
}

#content .right .inhalt {
	width: 150px;
	height: auto;
	margin-top: 75px;
	margin-left: 70px;
}

#content .right .inhalt h1 {
	font-size: 18px;
	margin-bottom: 4px;
}

#content .right .inhalt p {
	font-size: 14px;
	line-height: 18px;
}

#footer
{
	width: 100%;
	height: 20px;
	margin-top: 0px;
	clear: both;
	font-size: 12px;
	color: #283339;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #006197;
	text-align: right;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer a
{
	text-decoration: none;
	color: #283339;
}
#footer a:hover
{
	text-decoration: underline;
}

