/* allgemeines */

body {
	color:#000000;
	font-family:verdana,arial,helvetica,sans-serif;
	background-color:#EBF8FC;
	padding:0;
	margin:0;
	border:0;
}

abbr {
	text-decoration:none;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px dotted black;
	cursor:pointer;
}

abbr:hover {
	background-color:#EBF8FC;
}

.versteckt {
	display:none;
}

.links {
	text-align:left;
}

.rechts {
	text-align:right;
}

.border {
	border:3px outset #72CEE9;
}

/* einzelne Bereiche */

/* Logo oben */

#LogoOben {
	background-color:#FFFFFF;
	background-image:url(Kopf-hg.gif);
	background-repeat:repeat-x;
	background-position:0 10px;
	vertical-align:top;
	text-align:center;
	padding-top:10px;
	padding-bottom:20px;
}

#LogoOben a {
	text-decoration:none;
	background-image:url(Kopf-hg.gif);
}

/* Menü oben */

#NavOben {
	background-color:#EBF8FC;
	text-decoration:none;
	font-size:90%;
	color:#000000;
	font-weight:bold;
	border-bottom:2px solid #72CEE9;
	text-align:center;
	padding-top:2px;
	margin:0;
	vertical-align:bottom;
}

#NavOben ul {
	padding-left:0;
	margin:0;
	list-style-type:none;
}

#NavOben li {
	display:inline;
}

#NavOben a {
	text-decoration:none;
	color:#000000;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	border-right:2px solid #72CEE9;
}

#NavOben a:hover {
	background-color:#BBE8F4;
}

#NavOben a.hier {
	background-color:#72CEE9;
}

#NavOben a.rechts {
	padding-right:10px;
	border-right:0;
}

/* Menü links */
#NavLinks {
	background-color:#EBF8FC;
	font-size:90%;
	color:#000000;
	font-weight:bold;
	position:absolute;
	left:10px;
	top:135px;
	padding:0;
	margin-top:30px;
	width:140px;
	text-align:left;
}

#NavLinks ul {
	padding:3px 0 0 0;
	margin:0;
	list-style-type:none;
}

#NavLinks li {
	padding:3px;
	margin:0;
	text-align:left;
	font-size:90%;
	font-weight:normal;
}

#NavLinks a {
	text-decoration:none;
	color:#000000;
}

/* Seiteninhalt */
#Inhalt {
	background-color:#FFFFFF;
	background-image:url(Hintergr.gif);
	background-repeat:repeat-y;
	background-position:center top;
	padding:15px 25px 200px 25px;
	border-left:2px solid #72CEE9;
	border-bottom:1px solid white;
	margin:0 0 0 160px;
	font-family:arial,helvetica,sans-serif;
}

#Inhalt h3, h4 {
	text-align:center;
}

#Inhalt a {
	color:#000080;
	text-decoration:none;
}


#Inhalt a:hover {
	color:#0000D0;
	text-decoration:none;
}

#Inhalt a:visited {
	color:#000080;
	text-decoration:none;
}

#Inhalt p, div, li {
	text-align:justify;
}

#Inhalt li {
	padding-bottom:10px;
}

#Inhalt .mitte {
	text-align:center;
}

#Inhalt .keinlink {
	color:#000000;
	text-decoration:none;
}

#Inhalt span.bildre {
	font-size:80%;
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

#Inhalt span.bildli {
	font-size:80%;
	float:left;
	margin-right:20px;
	margin-bottom:20px
}

#Inhalt p.spacer {
	padding-bottom:300px;
}

#Inhalt input {
	font-family:verdana,arial,helvetica,sans-serif;
}

#Inhalt select {
	font-family:verdana,arial,helvetica,sans-serif;
}

#Inhalt textarea {
	font-family:verdana,arial,helvetica,sans-serif;
}

#Inhalt input:focus {
	background-color:#BBE8F4;
}

#Inhalt select:focus {
	background-color:#BBE8F4;
}

#Inhalt textarea:focus {
	background-color:#BBE8F4;
}

/* Menü unten */
#NavUnten, #W3Info, #Copyright {
	background-color:#EBF8FC;
	font-size:80%;
	color:#000000;
	border-top:2px solid #72CEE9;
	text-align:center;
	padding:0;
	margin:0;
}

#NavUnten ul {
	padding-left:0;
	margin:0;
	list-style-type:none;
}

#NavUnten li {
	display:inline;
}

#NavUnten a {
	text-decoration:none;
	color:#000000;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	border-right:2px solid #72CEE9;
	padding-bottom:2px;
}

#NavUnten a.rechts {
	border-right:0;
}

#Copyright {
	border:0;
	padding-top:15px;
	padding-bottom:15px;
}

#W3Info {
	display:none;
}

#W3Info a.keinlink {
	border:0;
	padding:0;
	text-decoration:none;
	color:#000000;
}
