html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	background-color: F5FAFF;
	margin: 0px;
	padding: 0px;
}

p {
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 0.8em;
	color: #000000;
	line-height: 120%;
}

a:link, a:active, a:visited {
	color: #0050A0;
	text-decoration: none;
}

a:hover {
	color: #FFFF00;
	text-decoration: none;
}

/* ----- MENÜ -----*/

a.menu:link, a.menu:active, a.menu:visited {
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-weight: bold;
	font-size: 0.8em;
	color: #000000;
	text-decoration: none;
}

a.menu:hover {
	color: #FFFF00;
	text-decoration: none;
}

a.umenu:link, a.umenu:active, a.umenu:visited {
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 0.8em;
	color: #000000;
	text-decoration: none;
}

a.umenu:hover {
	color: #FFFF00;
	text-decoration: none;
}

a.on:link, a.on:active, a.on:visited {
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-weight: bold;
	font-size: 0.8em;
	color: #0050A0;
	text-decoration: none;
}


a.klmenu:link, a.klmenu:active, a.klmenu:visited {
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-weight: bold;
	font-size: 0.7em;
	color: #000000;
	text-decoration: none;
}

a.klmenu:hover {
	color: #FFFF00;
	text-decoration: none;
}


/* ----- ZELLEN ---- */

.banzelle {
	background-color: #1AC3FC;
	height: 170px;
	background-image:url('../pix/top/tauchen.jpg'); 
	background-repeat:no-repeat; 
	background-position:center top;
}

.leftzelle {
	background-color: #1AC3FC;
	width: 250px;
	height: 410px;
	background-image:url('../pix/top/overwater.jpg'); 
	background-repeat:no-repeat; 
	background-position:left bottom; 
}

.menuzelle {
	height: 30px;
	width: 750px;
	padding-left: 30px;
}

.mainteil {
	padding: 30px;
}
.mainganz {
	padding: 30px;
	width: 690px;
}


.newszelle {
	border-right: 1px solid #C8E6FF;
	padding-top: 30px;
	width: 250px;
}

/* ----- EXTRA LINKS ----- */

a.little, a.little:active, a.little:visited {
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.little:hover {
	color: #9D9D9D;
	text-decoration: none;
}


