/* CSS für aquarium auf henter.name */

body {
	background-color:#003300;
	back_ground-image:url(img/setka.gif);
	color:#eeeeff;
	margin:0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
}

/* div seite  = Seitencontainer */
/* div kopf   = Seitenkopf      */
/* div menue  = Menue           */
/* div inhalt = Seiteninhalt    */
/* div fuss   = Seitenfuss      */
/* sonstige formate             */

/* ##########-------################ */
/* ########## seite ################ */
/* ##########-------################ */

div#seite {
	width: 900px;
	background-color:#000033;
	position: absolute;
	margin-left: -450px; /* halbes width */
	left: 50%;           /* halber Bildschirm aka Zentrum */
	top: 2%;
	border-width: 1px;
	border-color: #000066;
	border-style: solid;
}

/* ##########------################ */
/* ########## kopf ################ */
/* ##########------################ */

div#kopf {
	border-bottom-width: 5px;
	border-bottom-color: #000066;
	border-bottom-style: solid;
	background-image: url(img/bg_aq.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color:#000044;
	height: 50px;
	padding: 20px;
	text-indent:200px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:bold;
}

/* ##########-------################ */
/* ########## menue ################ */
/* ##########-------################ */

div#menue {
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	width: 200px;
	background-color:#000044;
}

.menueliste {
	font-weight:bold;
	font-size:12px;
	color:#ccccff;
	margin: 0px;
	padding: 10px;
	list-style-type: none;
}

div#menue a {
	text-decoration: none;
	display: block;
	color:#ccccff;
	padding: 0px;
	border-width: 3px;
	border-color: #000044;  /* unsichtbar, Hintergrundfarbe */
	border-style: solid;
}

div#menue a:hover {
	text-decoration: none;
	display: block;
	color:#ffffee;
	background-color:#000044;
	padding: 0px;
	border-width: 3px;
	border-color: #000099;
	border-style: solid;
}

/* ##########--------################ */
/* ########## inhalt ################ */
/* ##########--------################ */

div#inhalt {
	padding-left: 20px;
	padding-top:  20px;
	padding-right:  40px;
	padding-bottom:  20px;
	border-left-width: 200px;
	border-left-color: #000044;
	border-left-style: solid;
}

.inhaltueberschrift {
	font-weight:bold;
	font-size:18px;
}

.inhalttext {
	line-height: 18px;
}

.inhaltliste {
	padding-left: 20px;
}

.inhalttabelle {
}

div#inhalt td {
	text-align:left;
	vertical-align:top;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
}


/* ##########------################ */
/* ########## fuss ################ */
/* ##########------################ */

div#fuss {
	clear: both;
	border-top-width: 5px;
	border-top-color: #000066;
	border-top-style: solid;
	padding: 5px;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
}


/* ##########-----------########### */
/* ########## sonstiges ########### */
/* ##########-----------########### */

a {
	color:#00cc00;
}

