body{
	 font-family: tahoma;
     font-size: 14px;
	 background:#e7d1bf;
}

h1{
	font-size:24px;
	}

h2{
	font-size:20px;
	}

h3{
	font-size:14px;
	}
		
a {
	color:#000033;
}

#content > img {
	width:100%;	
	padding-top:10px;
	padding-bottom:10px;
}
	
#page {
    max-width: 980px;
    min-width: 980px;
	box-shadow: 0px 0px 5px #888;
}

#page, .header-middle-wrapper {
    margin: 0 auto;
    width: 980px;
}

.page #header {
	margin-top: -15px;
	margin-bottom: 10px;
	height:194px;
}	

.header-top {
	background: none repeat scroll 0 0 #003366;
    height: 30px;
    text-align: center;
} 

.header-top p, .header-top a{
	color: #e7d1bf;
	padding-top:5px;
}

.header-top a:hover{
	color: #fff;
}

.header-middle{
	text-align:center;
}


div.Header-jpeg-start {
    background-image: url("/bilder/logo_klein.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 163px;
	position: absolute;
	margin-left: 370px;
    margin-top: 7px;
    width: 240px;
    z-index: 100000;
}

#main{
	text-align:center;
	background: #fef4e1;
}

#content{
	padding:10px 10px;
	min-height: 500px;	
}

.special_info {
	color:#2d35b0;
	/*border: dotted 2px #6184b0;*/
	margin: 10px 0;
}

.season_info {
	color: #137c08;
	/*border: dotted 2px #6184b0;*/
	margin: 10px 0;
}

.welcome_title {
}

.start-wide{
	width:740px;
	margin-left:90px; 
	margin-top:20px;
}

.start-wide img{
	box-shadow: 0px 8px 6px -6px #888;
	}

.start-full{
	/*width:740px;*/
	/*margin-left:90px;*/
	/*margin: 20px 0px;*/
}


.start-full img{
	box-shadow: 0px 8px 6px -6px #888;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	/*max-width: 100%;*/
}
	
.cont-left{
	width:700px;
	float:left;
	}

.cont-left img {
	box-shadow: 0px 8px 6px -6px #888;
	}
.cont-right{
	width:200px;
	float:right;
	font-size:12px;
	}
.cont-right p {
	padding-top:0px;
	padding-bottom:0px;
	}

#o_wrapper{
	margin: 0 auto;
	width:500px;
	text-align:center;
}

.o_links{width:250px;float:left;}
.o_rechts{width:250px; float:right;}


.footer {
	background: #003366;
	color: #e7d1bf;
	padding-top: 20px;
	min-height: 340px;
	}

.footer a {
	color: #e7d1bf;
}
	
.f1{
	width: 33.333%;
	float: left;
	}	

.f2{
	width: 33.333%;
	float: left;
	}	

.f3{
	width: 33.333%;
	float: left;
	}		

/* NAVIGATION */

#navigation {
	height:28px;
	background:#003366;
	border-top: 1px solid #e7d1bf;
	border-bottom: 1px solid #e7d1bf;
	}
	
ul.dropdown {
    xfloat: left;
    position: relative;
    z-index: 597;
	margin-top: 6px;
	margin-left: -25px;
}

ul.dropdown li {
    float: left;
    line-height: 1.3em;
    margin-left: 10px;
	margin-right: 20px;
    vertical-align: middle;
    xwidth: 100px;
	list-style: none outside none;
	
}

ul.dropdown li ul {
  display: none;
  position: absolute; 
  margin-left: -60px;
  padding-top: 5px;
  }

ul.dropdown li > ul {
	top: auto;
	left: auto;
	}
	
ul.dropdown li ul li{
	clear:both;
	background: #003366;
    padding: 5px 5px 5px 10px;
    width: 150px;
	border: 1px solid #e7d1bf;
	}
	
ul.dropdown li:hover ul, li.over ul{ display: block; }
  
ul.dropdown li a{
	color: #e7d1bf;
	text-decoration: none;
	}

ul.dropdown li a:active, ul.dropdown li a:hover{
	color: #FFF;
	text-decoration: none;
	}

ul.dropdown li ul li:hover{
	xbackground:#000;
	}

ul.dropdown li ul li a:hover{
	color:#fff;
	}




ul.dropdown2 li ul{
  display: none!important;
  position: absolute; 
  margin-left: 96px;
  margin-top:-28px;
  padding-top: 5px;
  }


ul.dropdown2 li:hover ul{ display: block!important; }
  
ul.dropdown2 li a{
	color: #FFF;
	text-decoration: none;
	}

ul.dropdown2 li a:active, ul.dropdown2 li a:hover{
	color: #e7d1bf;
	text-decoration: none;
	}

ul.dropdown2 li ul li:hover{
	xbackground:#000;
	}

ul.dropdown2 li ul li a:hover{
	color:#fff;
	}
	
	
/** GALLERY --- */


.rg-image-wrapper{
	position:relative;
	padding:20px 30px;
	background:transparent url(../images/black.png) repeat top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height:20px;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
}
.rg-image img{
	max-height:100%;
	max-width:100%;
}
.rg-image-nav a{
	position:absolute;
	top:0px;
	left:0px;
	background:#002448  url(../images/nav.png) no-repeat -20% 50%;
	width:28px;
	height:100%;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.3;
	outline:none;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover{
	opacity:0.8;
}
.rg-caption {
	text-align:center;
	margin-top:15px;
	position:relative;
}
.rg-caption p{
	font-size:11px;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	line-height:16px;
	padding:0 15px;
	text-transform:uppercase;
}
.rg-view{
	height:30px;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#003366 url(../images/views.png) no-repeat top left;
	border:3px solid #003366;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#002448;
	border-color:#002448;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(../images/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}


#corona {
	border: #ff7f00 2px solid;
	margin: 10px;

}
#corona > * {
	color: #2d35b0;
	/*font-size: large;*/
}

ul.list-none {
	list-style: none;
}
