@charset "utf-8";
body {
	padding:20px;
    margin:0px;
    text-align: center;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #006600;
	text-decoration: none;
}
body a {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
body a:hover {
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}
/*Loading meldung*/
#loading {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 15px;
	height: 150px;
	width: 300px;
	border: 1px dotted #009900;
	opacity: 0.9;
	filter: alpha(opacity=90);
	position:absolute;
	margin:-100px 0px 0px -200px;
 	top: 50%; 
  	left: 50%;
}
/*Webseite container*/
#site
{
	min-height: 800px;
	width: 810px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	/*erscheint versteckt wegen der loading meldung*/
  display: none;
}

#head
{
	height: 120px;
	width: 810px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	font-family: Helvetica, sans-serif;
	font-size: 3.0em;
	color: #FFFFFF;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: -.05em;
	background-color: #FFFFFF;
	text-align:left;	
}
/*Flash Animation - Nina*/

#flash_head
{
  height:160px;
  width:290px;
  float:left;
  margin-top: -40px;
}
#bewertung
{
  height:420px;
  width:120px;
  margin-top: -160px;
  position: absolute;
  margin-left: 820px;
  border: 1px #FFFFFF solid;
  background-image: url(../images/feedback.jpg);
  float:right;
  z-index: 1000;
}
#guestbook
{
  height:180px;
  width:120px;
  margin-top: 280px;
  position: absolute;
  margin-left: 820px;
  border: 1px #FFFFFF solid;
  background-image: url(../images/guestbook.jpg);
  float:right;
  z-index: 998;
}
#bewertung table{
  width:98%;
}
#newsletter
{
  height:100px;
  width:120px;
  margin-top: 480px;
  position: absolute;
  margin-left: 820px;
  border: 1px #FFFFFF solid;
  background-image: url(../images/newsletter.jpg);
  float:right;
  z-index: 999;
}

/*Navi*/
#navi
{
	background-color: #FFFFFF;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	width:100%;
}

/*Menu 2010*/

#menu{
	height: 30px;
	width: 900px;
	position:absolute;
	z-index: 80;
	text-align:left;
	float: left;
	font-weight:bold;
}
#menu ul{
	list-style: none;
	font-size:16px; 
	width: 900px;
	float:left;
	height: 40px;
	font-style:italic;
}
#menu ul li{
	float:left;
	text-align:center;
	background-color: #FFFFFF;
	margin-right: 7px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -.05em;
	color: #666666;
	text-decoration: none;
	border: 1px dotted #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#menu ul li:hover{
	background-color: #e7e7e7;
	color: #333333;
}

#menu ul li a{
	text-decoration: none;
	color: #666666;
}
#menu ul li a:hover{
	text-decoration: none;
	color: #333333;
}
/*Subnavi Neu */
#cssdropdown{
}
li#headlink ul { 
	position: absolute;
	font-size: 12px;
	z-index: 82;
    display: none; 
	float: left;
	margin-top: -12px;
	width:200px;
	padding-top: 20px;
	margin-left: -50px;
	font-style:normal;
	z-index:82;
}
li#headlink:hover ul { 
    display: block; 
	list-style-image: none;
	z-index:82;
}
li#headlink ul li{
	padding-left: 7px;
	padding-bottom: 4px;
	padding-top: 4px;
	border: none;
	width:150px;
	text-align:left;
	background-image:url(../images/trans.png);
	z-index:1110;
	border-bottom: 1px dotted #CCCCCC;
	font-style:italic;
}
li#headlink ul li:hover{
	background-color:#18293d;
	z-index:82;
}
li#headlink ul li a{
	text-decoration: none;
	color: #666666;
	z-index:82;
}





#content
{
	text-align: left;
	background-color: #e7e7e7;
	min-height: 460px;
	width: 760px;
	padding: 25px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#bottom
{
	background-color: #33cc00;
	height: 70px;
	width: 610px;
	padding-left: 230px;
	padding-top: 20px;
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: repeat-x;
}
#sublink {
	height: 61px;
	padding-left:5px;
	padding-right: 5px;
	float:left;
}
#sublink a {
	font-size: 16px;
	letter-spacing: -.05em;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}	
#sublink a:hover {
	text-decoration: none;

	}
		
#start {
	position:relative;
	background-image: url(../images/startbild_neu2.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 740px;
	filter:alpha(opacity=100); /* IE */
	-moz-opacity: 1.00; /* Mozilla */
	opacity: 1.00; /* Opera */
	padding-top: 350px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #00FF00;
	text-decoration: none;
	text-shadow: #00000 4px -4px 2px;
	}
	
#aktuelles {
	width: 750px;
	padding-top: 10px;
	padding-left: 10px;
	}
h1 {
	font-size: x-large;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
	font-style: italic;
	}
h2 {
	font-size: large;
	font-weight: bold;
	}
h3 {
  text-align:middle;
  margin-top:-110px;
  font-size:35px;
  text-decoration:none;
  margin-left:460px;
  }
h4 {
  margin-top:-70px;
  margin-left:140px;
}
p {
	background-color: #FFFFFF;
	padding: 15px;
	border: 1px dotted #009900;
	}
#aktuelles table {
	background-color: #FFFFFF;
	border: 1px dotted #009900;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 50%;
	}
#aktuelles tr {
	background-color:#FFFFFF;
	}
#aktuelles td {
	padding: 8px;
	font-size: 11px;
	}
	
table {
	background-color: #FFFFFF;
	border: 1px dotted #009900;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 48%;
	}
td {
	padding: 5px;
	font-size: 11px;
	}
.topic{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color:#33cc00;
	}
	
.faq h5{
	font-size: large;
	font-weight: bold;
	}
#crew table {
	background-color: #FFFFFF;
	border: 1px dotted #009900;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 48%;
	}
#crew {
	min-height: 1004px;
	}
.contentLinks {
	background-color: #FFFFFF;
	border: 1px dotted #009900;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 350px;
	float: left;
	padding: 10px;
	}
.contentRechts {
	width: 350px;
	float: right;
	margin-right: 10px;
	}
.nachricht_1 {
	padding: 7px;
	margin-bottom: 10px;
	width: 340px;
	background-color: #FFFFFF;
	border: 3px solid #FFFF00;
	}
.nachricht_2 {
	padding: 7px;
	margin-bottom: 10px;
	width: 340px;
	background-color: #FFFFFF;
	border: 3px solid #00CC00;
	}