@import url(re_text.css);
@import url(re_navi.css);
@import url(lightbox.css);

/* Grundelemente
---------------------------------------- */
html {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #000;
	}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.bodycontent 
/* falls hintergrundfarbe des inhalts von der vom body abweicht */ {
	text-align: left;
	}
#accesskeys {
	position: absolute;
	top: -150px;
	left: 0;
	}
#main {
	margin: auto;
	padding: 0;
	text-align: left;
	width: 950px;
	}
#themenlist {
	width: 530px;
	}
.abisz {
	padding: 5px;
	margin: 0;
	background-color: #eaeaea;
	}
.abisz li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #000;
	font-weight: bold;
	text-align: center;
	}
.normal {
	font-weight: normal;
	}
.normal1 {
	font-weight: bold;
	}
.normal2 {
	font-weight: normal;
	}
a.topnews {
	font-weight: normal;
	}
/* Head
---------------------------------------- */
#icons ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 7px;
	margin-left: 14px;
	}
#icons li {
	float: left;
	margin-right: 10px;
	height: 7px;
	}
a.info {
	display: block;
	background-image: url(/pictures/icons_info.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 6px;
	height: 7px;
	line-height: 7px;
	}
a.contact {
	display: block;
	background-image: url(/pictures/icons_contact.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 12px;
	height: 7px;
	line-height: 7px;
	}
a.sitemap {
	display: block;
	background-image: url(/pictures/icons_sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 13px;
	height: 7px;
	line-height: 7px;
	}
a.home {
	display: block;
	background-image: url(/pictures/icons_home.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 8px;
	height: 7px;
	line-height: 7px;
	}
#icons li a:hover {
	background-position: 0px -7px;
	}
#icons li span {
	display: none;
	}
#logo {
	float: right;
	margin-top: 38px;
	margin-bottom: 10px;
	}
#head_bilder {
	background-image: url(/pictures/back_bilder.jpg);
	background-repeat: no-repeat;
	height: 143px;
	margin-top: 7px;
	}
/* Unten
---------------------------------------- */
#unten {
	background-image: url(/pictures/back_unten2.gif);
	background-repeat: repeat-y;
	}
#rechts {
	float: right;
	width: 154px;
	font-size: 0.95em;
	}
#suchfeld {
	background-color: #264774;
	}
#rechts ul {
	margin: 0;
	padding: 0 0 30px;
	list-style-type: none;
	background-color: #264774;
	color: #e2e8ce;
	}
#rechts li {
	border-top: 1px solid #0e3365;
	height: 23px;
	}
#rechts li a {
	display: block;
	color: #e2e8ce;
	font-weight: bold;
	text-decoration: none;
	padding-left: 11px;
	padding-top: 4px;
	height: 19px;
	line-height: 19px;
	}
#rechts li a:hover {
	background-color: #3c5a82;
	}
#banner {
	padding-left: 10px;
	}
#banner img {
	margin-top: 10px;
	}
#suchfeld {
	padding: 3px;
	padding-left: 11px;
	}
#navi {
	float: left;
	width: 190px;
	}
#navi address {
	font-style: normal;
	font-size: 0.95em;
	line-height: 1.3em;
	color: #0e3365;
	margin-left: 14px;
	margin-bottom: 14px;
	margin-top: 20px;
	}
#inhalt {
	padding-top: 25px;
	width: 548px;
	float: right;
	padding-right: 28px;
	}
#inhaltfooter {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 0.95em;
	color: #000;
	}
#inhaltfooter a {
	text-decoration: underline;
	color: #000;
	}
#inhaltfooter a:hover {
	color: #666;
	}
/* Footer
---------------------------------------- */
#footer {
	clear: both;
	height: 20px;
	background-color: #0e3365;
	padding-left: 225px;
	font-size: 0.95em;
	color: #fff;
	}
#footer a {
	color: #e2e8ce;
	text-decoration: none;
	}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	}
/*=image mit legende
-------------------------------------------*/
.card-left, .card-right {
	float: left;
	width: 170px;
	padding: 10px 0;
	text-align: center;
	background: white;
	border: 1px solid #ccc;
	font-size: 1em;
	margin-top: 1em;
	}
.card-right {
	float: right;
	}
.card-title {
	margin: 0 0 5px 0;
	font-size: 1em;
	color: green;
	}
.card-photo {
	margin: 0 auto;
	padding: 0;
	border: none;
	}
.card-desc {
	margin: 5px 10px 0 10px;
	padding: 0;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.1em;
	}
/*=form
-------------------------------------------*/
label.label_fix {
	width: 65px;
	float: left;
	}
label {
	margin-right: 10px;
	}
input {
	margin-right: 5px;
	}
#created {
	text-align: right;
	color: #aaa;
	}
#created a {
	color: #aaa;
	}
fieldset {
	margin-bottom: 0.6em;
	padding: 0.5em;
	}
legend {
	font-weight: bold;
	}

