html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background: fixed no-repeat center top url(background.jpg) #32516c;
}

hr {
	background: url(hr.png) no-repeat center;
	padding: 0;
	border: none;
	width: 300px;
	height: 4px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

img {
	border: 1px solid #002b4f;
}

a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #002b4f;
	color: #002b4f;
}
a:hover {
	border-bottom: 1px solid #006996;
	color: #006996;
}
a:focus {
	outline: none;
}


#wrapper {
	min-height: 100%;
	background: repeat-y url(runningbg.png);
	margin: auto;
	width: 800px;
}
h1#header {
	text-indent: -999em;
	margin: 0;
	padding: 0;
	background: no-repeat url(header.png);
	height: 200px;
}

/* MENÜ */
div#menu {
	float: left;
	width: 162px;
	margin-left: 16px;
	margin-top: 5px;
}
div#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
div#menu li {
		min-height: 43px;
}
div#menu li a {
	color: #1e5e85;
	display: block;
	padding-left: 10px;
	padding-top: 7px;
	height: 36px;
	background-image: url(button.png);
	border: none;
	background-repeat: no-repeat;
}
div#menu li a:hover {
	color: #0083bb;
	background-image: url(button_hover.png);
}
a#active, a#activesub {
	background-image: url(button_hover.png) !important;
	font-weight: bold;
}
div#menu li a:active {
	padding-left: 11px;
	color: #ac8a00;
	background-image: url(button_active.png);
}
/* MENÜ ENDE */

div#main {
	margin-top: 20px;
}

div#content {
	color: #0c4363;
	margin-left: 190px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	width: 400px;
	text-align: left;
	line-height: 130%;
	letter-spacing: 0.065em;
	padding-bottom: 40px;
}

div#content h1, div#content h2 {
	line-height: normal;
}
div#content h1 {
font-size: 1.7em;
}

div#footer {
	margin-top: -35px;
	height: 35px;
	text-align: center;
	color: #002b4f;
}

ul.submenu {
	margin: 0;
	padding: 0;
	margin-left: 10px !important;
}

div#content li {
	margin-bottom: 10px;
}

div#losungen {
	float: right;
	width: 175px;
	margin-right: 18px;
}

.head1 {
	color: white;
	background-color: #27497F;
	border: 1px solid #A4C5EF;
	padding: 4px 8px 4px 8px;
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
}
.head2 {
	font-style: italic;
	color: #002b4f;
}
.stelle {
	display: block;
	border-top: 1px solid #3B6EBF;
	margin-top: 5px;
	padding-left: 5px;
	font-style: italic;
	font-weight: bold;
	color: #0c4363;
	margin-bottom: -15px;
}

.nocss {
	display: none;
}

.admin a:hover {
	background-color: #E4ECF8;
}
.admin a, .admin a img {
	border: none;
}
.admin a span {
	display: none;
	padding-left: 5px;
}
.admin a:hover span {
	display: inline;
}


/* Seiteneigene Klassen und IDs */
.veranstaltungen {
	font-weight: bold;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.anders {
	font-family: comic sans ms, sand;
	font-size: 115%;
}
.h3comic {
	font-family: comic sans ms,sand;
	text-decoration: underline;
}
.box {
	border: 2px solid #003d59;
	color: #001f45;
	padding: 10px;
	background-color: #dbe9f7;
}
.aktuell {
	padding-top: 20px;
	background-image: url(aktuell.gif);
	background-repeat: no-repeat;
}
#termine {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.8em;
}
#termine td {
	text-align: left !important;
	font-size: 13px;
	font-weight: bold;
}
.tdbd {
	/*border-right: 1px solid #0C4363;*/
	padding: 3px;
}
