/* Standard Stylesheet
www.projektname.de
Start: 01.01.2006
Letzte Aenderung: 10.02.2006
*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	background-color: #66CCCC;
	background-image: url(images/welle-back.gif);
	background-repeat: no-repeat;
	background-position: 50% 100px;
	color: #333;
	font-size: 80%;
	line-height: 1.6em;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

a:link {
	color: #111;
	font-weight: bold;
	text-decoration: underline;
	}

a:visited {
	color: #222;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0.5em 0;
	clear: both;
}

#left p{
	margin-left: 25px;
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

.margin-top30{
	margin-top: 30px;
}

.frame{
	background-color: white;
	border: 1px solid #66CCCC;
	margin-bottom: 15px;
	padding: 5px;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

strong{
	color: #003D6C;
}

h1 {
	background: url(images/logo-watersports.gif) no-repeat 0 0;
	height: 100px;
	text-indent: -300em;
}

h2, h3 {
	color: #003D6C;
	font-size: 1.2em;
	margin-left: 15px;
}

h4{
	clear: both;
	color: #003D6C;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.4em;
}

ul{
	margin-bottom: 20px;
}

ul li{
	margin-bottom: 5px;
	margin-left: 35px;
}

/* Layout */
#wrapper {
	margin: auto;
	width: 760px;
}

#header {
	background-color: white;
	background: url(images/welle-oben.gif) no-repeat 0 100px;
	height: 114px;
	width: 760px;
}

#left{
	float: left;
	margin-bottom: 20px;
	width: 460px;
}

#right {
	float: right;
	margin-bottom: 20px;
	width: 276px;
}

#right img{
	margin-bottom: 10px;
}

#content {
	background-color: #8CF2F2;
	clear: both;
	padding-top: 20px;
	width: 760px;
}

#clearfooter{
	clear: both;
	height: 10px;
}

#footer {
	background-color: #66CCCC;
	background-image: url(images/welle-unten.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	clear: both;
	margin: auto;
	padding-top: 10px;
	text-align: center;
}

#footer p{
	background-color: #66CCCC;
	text-align: center;
}

