/*
Farben
body: hellblau #D7EBFF;
body2 + navcontainer anderes hellblau: #EFF7FF;
dunklesblau: #09144F, helleresblau: #061B8D
border: #09144F;
a color: #061B8D;
a hover: #666666;
p: #333333;
navi: a: 09144F
navi: a active und parent-active: #061B8D;
navi: children: #666666;
h1, h2: #061B8D;

*/


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-align: left;
	margin: 0px;
}

.reservationsformular{
	background-color: #EBEBEB;
}
/******************************
	layout
******************************/
#body1 {
}

#body2 {
	background-color: #EFF7FF;
	margin: 38px auto auto auto;
	width: 980px;
	min-height: 510px;
	border: 2px solid #09144F;
}

/* kopf */

#kopfzeile {
	height: 95px;
}

#logo {
	width: 225px;
	height: 60px;
	margin: 25px 210px 15px 15px;
	float: left;
}

#links {
}

#sprachenlinks {
	padding-top: 70px;
	padding-right: 30px;
	text-align: right;
	float: left;
}

#shortcutlinks {
	padding-top: 70px;
	text-align: left;
}

#banner {
	height: 90px;
}

/* inhalt */

#mittelteil {
	background-image: url(art/bginhalt.gif);
	background-repeat: repeat-y;
	width: 980px;
}

#mittelteilMitLinie {
	background-image: url(art/bginhaltlinie.gif);
	background-repeat: repeat-y;
	width: 980px;
}

#linkespalte {
	width: 220px;
	padding-top: 25px;
	float: left;
}

#navcontainer {
	width: 220px;
	padding: 0px 15px 50px 0px;	
}

#qlabel {
	float:left;
	padding: 10px 25px 0px 0px;
	text-align: right;
	width:100px;
}

#hauptinhalt {
	width: 460px;
	min-height: 390px;
	padding: 30px 15px 20px 50px;
	float: left;

}

#hauptinhalt_gross {
	width: 690px;
	min-height: 200px;
	margin: 0px;
	padding: 25px 5px 20px 50px;
	color: #333333;
	float: left;
}

#hauptinhalt h1 {
	padding-bottom: 20px;
}
#spalterechts {
}

.titelrechts {
}

#spalterechtsinhalt {
	width: 200px;
	min-height: 410px;
	padding-top: 25px;
	padding-left: 20px;
	float: left;
}

#fusszeile {
	width: 980px;
	margin: 2px auto auto auto;
}

#sitebyfooter {
	width: 280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #d2e9ff;	
	padding-left: 10px;
	float: left;

}

#sitebyfooter a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #09144f;	

}

#copyrightbyfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;	
	text-align: left;
	float: left;
}

#copyrightbyfooter a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #09144f;	
	text-align: left;
}



/*------------------------------------------------------------------------*/


/******************************
	navigation 
******************************/

/******************************
	stufe 1 
******************************/

#navcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#navcontainer ul li {

}

#navcontainer li.first {
}

#navcontainer li.first a {
	margin-top: 1px;
}

#navcontainer li.last {
}

#navcontainer ul a {
	display: block; 
	padding: 5px 10px;
	color: #09144F;
	text-decoration: none;
	font-weight: bold;
}

#navcontainer ul a:hover {
	color: #061B8D;
}

#navcontainer ul a.parentactive { 
	margin-bottom: -4px;
	color: #09144F;
}

#navcontainer ul a:hover.parentactive {
	color: #061B8D;
}

#navcontainer ul a.active, #navcontainer ul a.active_no_kids {
	color: #09144F;

}

#navcontainer ul a:hover.active, #navcontainer ul a:hover.active_no_kids {
	color: #061B8D;
}

/******************************
	stufe 2 
******************************/

#navcontainer ul ul
{
}

#navcontainer ul ul li
{

}

#navcontainer ul ul a {
	padding: 1px;
	padding-left: 20px;
	font-weight: normal;
	color: #666666;
}

#navcontainer ul ul a.active {
	color: #061B8D;
}

#navcontainer ul ul a:hover {
	color: #061B8D;
}

#navcontainer ul ul a.parentactive {
	margin-bottom: 0px;
	color: #061B8D;
}

#navcontainer ul ul a:hover.parentactive {
	color: #09144F;
}

#navcontainer ul ul a.active, #navcontainer ul ul a.active_no_kids {
	color: #061B8D;
}

#navcontainer ul ul a:hover.active, #navcontainer ul ul a:hover.active_no_kids {
	color: #09144F;
}

/*------------------------------------------------------------------------*/

/******************************
	Hinweis Versionen-Management
******************************/
#hinweisVmgmtVorschau
{
	margin: 20px;
	padding: 5px;
	border: 1px solid black;
	background: #D9E9EF;
}
#hinweisVmgmtVorschau.versteckt
{
	display: none;
}
#hinweisVmgmtVorschau img.icon_help
{
	border: 0px;
}
#hinweisVmgmtVorschau img.icon_schliessen
{
	border: 0px;
	float: right;
}

/*------------------------------------------------------------------------*/


p, td, th, tr, li  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #061B8D;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #666666;
}

ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 0.8em;
	padding: 0px;
	padding-left: 0.8em;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	list-style-image: url(/art/bullet.gif);
}

ol {
	margin-left: 0.5em;
	padding-left: 0.5em;	
	list-style-type: decimal;
	color: #333333;
}

/******************************
	Shortcutnavigation
******************************/

#shortcutlinks ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#shortcutlinks li {
	display: inline;
	margin: 0px;
	padding: 0px 10px;
	border-left: 1px solid #333333;
}

#shortcutlinks li.first {
	border-left: 0px solid #333333;
}

#shortcutlinks a.tools {
	font-size: 10px;
	font-weight: normal;
	color: #09144F;
	text-decoration: none;
}

#shortcutlinks a:hover.tools {
	color: #666666;
}
/*------------------------------------------------------------------------*/

/******************************
	Sprach-Wechsel-Links
******************************/
#sprachenlinks ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#sprachenlinks li {
	display: inline;
	margin: 0px;
	padding: 0px 5px;
	text-align: right;
	border-left: 1px solid #333333;
}

#sprachenlinks li.first {
	border-left: 0px solid #333333;
}

#sprachenlinks a.sprachwahl {
	font-size: 10px;
	font-weight: normal;
	color: #09144F;
	text-decoration: none;
}

#sprachenlinks a:hover.sprachwahl {
	color: #666666;
}

#sprachenlinks a.currentSprachwahl {
	font-size: 10px;
	font-weight: normal;
	color: #061B8D;
	text-decoration: none;
}

#sprachenlinks a:hover.currentSprachwahl {
	color: #666666;
}
/*------------------------------------------------------------------------*/

/******************************
	bildgalerie 
******************************/
#galerieTabLinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#galerieTabLinks ul li {
	float: left;
	display: block;
	padding-right: 10px;
}

#galerieTabLinks ul li.selected a{
	color: #09144F;
}

.bild_klein {
	float: left;
	width: 170px;
	padding-bottom: 10px;
}

.submit {
	border: 1px solid #666666;
	background-color: #E5E5E5;
	font-size: 11px;
}

.bildbeschreibung {
	height: 80px;
}

#galerie_text ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

#galerie_text ul li {
	float: left;
	width: 100px;
	display: block;
}

#galerie_text ul li.zurueck {
	
}

#galerie_text ul li.seiteXvonY {
	text-align: center;
}

#galerie_text ul li.weiter {
	text-align: right;
}

#galerie_text ul li a {
	display: inline;
}

/*--------------------------------------------------*/
/******************************
	Login 
******************************/
input.eingabeFeld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}

input.submit {
	font-size: 11px;
	background-color: #F6F6F7;
	border: 1px solid #999999;
	margin: 2px 0px;
}
/*--------------------------------------------------*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #061B8D;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #061B8D;
	margin: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #061B8D;
}

hr {
	color: #061B8D;
	height: 1px;
}

.antifloat
{
	clear: both;
	visibility: hidden;
	height: 1px;
	font-size: 1px;
}



/*
Style fuer den FCK-Editor
*/
.kleineschrift
{
	font-size: smaller;
}

.grosseschrift
{
	font-size: larger;
}





