@charset "utf-8";
/* CSS Document */

/*--Setzt alle Abstände auf "Null"--*/
* {
	margin: 0;
	padding: 0;
}

body
 {
  background-image:url(images/hg_streifen.jpg);
	background-repeat:repeat-x;
  }

p  {font-family: Arial, Helvetica, sans-serif; font-size:10pt; line-height:1.5em; margin-bottom: 0.5em}

a:link{text-decoration:none; outline: none; color:#003366; border:none;}
a:visited{text-decoration:none; outline: none; color:#003366; border:none;}
a:hover{text-decoration:none; outline: none; color:#28A0AE; border:none;}
a:active{text-decoration:none; outline: none; color:#28A0AE; border:none;}

a img {
border : 0 none;
}



h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#003366;
	margin-bottom:15px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#003366;
	margin-bottom:15px;
	margin-top:15px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#003366;
	margin-bottom:10px;
	margin-top:15px;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style: bold;
	color:#003366;
	margin-bottom:10px;
	margin-top:10px;
}


#table, th, td {
  margin-top:30px;
  width: 300px;
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
  padding: 5px;
} 
  
th {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #28A0AE;
  color: #fff;
}

.ungerade td {
background-color: rgb(255,255,255);
}

.gerade td {
background-color: rgb(235,235,235);
} 

.simple td {
background-color: rgb(235,235,235);
text-align: left;
padding-left:0px;
line-height:1.5em;
}

.karte td {
width:50%;
background-color: rgb(235,235,235);
text-align: left;
vertical-align: top;
padding-left:0px;
line-height:1.5em;
}

.gebraucht td {
width:100%;
background-color: rgb(235,235,235);
text-align: left;
vertical-align: top;
padding-left:0px;
line-height:1.5em;
}



#menu {
	width: 100%;
	padding: 0 0px;
	background: #ccc;
	font-family: Verdana;
	font-size: 12pt;
	line-height: 1.5;
	float: left;
	height:40px;
}

#menu ul {
	float: left;
	width: 128px;
	list-style-type: none;
	background: #28A0AE;
	text-align: center;

}

/*--definiert die Block&uuml;berschriften--*/
#menu h3 {
	font-size: 11pt;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
	border: none;
	background: #28A0AE;
	height:30px;
	padding-top: 10px;

}

/*--definiert die "Drop-Down-Links" im Normalzustand--*/
#menu a {
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	border: 1px solid #ccc;
	text-align: center;
	background:rgb(242,242,242);
	color: #003366;
}

/*--definiert die "Drop-Down-Links" im Hoverzustand--*/
#menu a:hover {
	color: #FFF;
	background: #28A0AE;
}

/*verhindert im Zusammenhang mit position absolute bei ul ul
*eine H&ouml;henvergr&ouml;&szlig;erung von #menu beim Hovern--
*/

#menu li {
	position: relative;
}

/*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/
#menu ul ul {
	position: absolute;
	z-index: 2;
	display: none;
}

/*--l&auml;sst die Dropdown-Links beim Hovern erscheinen--*/
#menu ul li:hover ul {
	display: block;
}

#logo {
  width: 611px;
  height: 100px;
	background-image:url(images/logo_header_100x600.png);
}
	
#header-home {
	width: 896px;
	height: 299px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	background-image: url(images/header-home.jpg);
}

#header-windsurfen {
	width: 896px;
	height: 299px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	background-image:url(images/header-windsurfen.jpg);
}

#header-kiten {
	width: 896px;
	height: 299px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	background-image:url(images/header-kiten.jpg);
}

#header-sup {
	width: 896px;
	height: 299px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	background-image:url(images/header-sup.jpg);
}

#header-angebote {
	width: 896px;
	height: 299px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	background-image:url(images/header-angebote.jpg);
}

#header-galerie {
	width: 896px;
	height: 299px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	background-image:url(images/header-galerie.jpg);
}

#header-kontakt {
	width: 896px;
	height: 299px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	background-image:url(images/header-kontakt.jpg);
}


#textarea {
	width: 600px;
	max-height: 480px;
	background-color: rgb(235,235,235);
	-moz-border-radius: 10px;
	margin-top: 30px;
	padding: 20px;
	float: left;
	overflow: auto;
}

#area_gallery {
	width: 875px;
	max-height: 680px;
	background-color: rgb(235,235,235);
	-moz-border-radius: 10px;
	margin-top: 30px;
	padding-left: 20px;
	padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0px;
	float: left;
	overflow: auto;
}

#news {
	width: 200px;
	height: 180px;
	background-color: rgb(235,235,235);
	-moz-border-radius: 10px;
	margin-top: 30px;
	padding: 20px;
	float: right;
	overflow: auto;
}


#buttons_links {
  float: left;
  position: absolute;
  top:100px;
  margin-left: 920px;
  width: 150px;
}


#facebook {
 margin-bottom: 10px;
 }
 
#windfinder {
 margin-bottom: 10px;
 }
 
#surfaction {
 margin-bottom: 10px;
 height: 30px;
 } 

 
#logo_liste {
padding: 0 0px;
float: left;
width: 100%;
height:100px;
list-style-type: none;
}

