/* css created and developed by 12bis3.de - zeitgemaess kommunizieren */

* {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
}

html {
	height: 100%;
}

/* --------------------
generelle einstellungen
---------------------*/


body {
	background: #fff;
	font-size: 70%;
	min-height: 101%;
	padding: 0 0 1em 0;
}

img {
	border: none;
}

a:link, a:visited, a:active {
	color: #d1602a;
	text-decoration: none;
}
a:hover, a:focus {
	color: #d1602a;
	text-decoration: underline;
}

h1 {
	color: #f05c14;
	font-size: 130%;
	/*text-transform: uppercase;*/
	margin: 0 0 1.3em 0;
	padding: 0 0 0.6em 0;
	background: url(/bilder/dotted-line.png) repeat-x bottom transparent;
}

h2 {
	color: #f05c14;
	font-size: 120%;
	margin: 0 0 0.6em 0;
}

h3 {
	color: #f05c14;
	font-size: 110%;
	margin: 0 0 0.4em 0;
}

.downloadsbox h3 {
	margin: 1em 0 0.4em 0;
}

h4 {
	color: #f05c14;
	font-size: 100%;
	margin: 0 0 0.2em 0;
}

p {
	margin: 0 0 1.2em 0;
	color: #003a77;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

ul {
	list-style-type: none;
}

/* ----------------
layout definitionen 
-----------------*/

#container {
	width: 925px;
	margin: 0 auto;
	padding: 0 1px;
	background: url(/bilder/bg-container.png) repeat-y transparent;
	border-bottom: 1px solid #1a2e5f;
}

#header {
	height: 171px;
	overflow: hidden;
	border-bottom: 1px solid #1a2e5f;
}

#navigation {
	width: 203px;
	float: left;
}

#content {
	width: 462px;
	float: left;
	padding: 25px 20px;
	line-height: 140%;
}

#third {
	width: 200px;
	padding: 17px 10px 20px 10px;
	float: left;
	line-height: 130%;
}




/* ----------------
header definitionen 
-----------------*/

#header p {
	margin: 0;
	height: 28px;
	padding: 2px 0 0 10px;
	overflow: hidden;
	background: url(/bilder/bg-farbband.png) no-repeat transparent;
	font-size: 90%;
	color: #fff;
}

#header p a {
	color: #fff;
}

/* --------------------
navigation definitionen 
---------------------*/

#navigation img {
	/* border-bottom: 1px solid #1a2e5f; */
}

#navigation p {
	font-size: 90%;
	border-bottom: 1px solid #1a2e5f;
	border-top: 1px solid #1a2e5f;
	margin: 0;
	padding: 10px 6px 10px 10px;
	word-spacing: -0.2em;
}

#navigation p span {
	text-transform: uppercase;
}

#navigation ul {
	margin: 20px 0 1em 10px;
}

#navigation ul li {
	padding-bottom: 0.6em;
}

#navigation ul li a {
	background: url(/bilder/bg-navi-1.png) no-repeat transparent 0 3px;
	padding: 0 5px 0 12px;
	display: block;
	font-weight: bold;
}

#navigation ul li a:hover, #navigation ul li a:focus, #navigation ul a.aktiv {
	background: url(/bilder/bg-navi-1-hover.png) no-repeat transparent 0 3px;
	color: #0b3c74;
	text-decoration: none;
}

#navigation ul ul {
	margin: 0.4em 0 0.8em 10px;
}

#navigation ul ul li {
	padding-bottom: 0.4em;
}

#navigation ul ul li a {
	background: url(/bilder/bg-navi-2.png) no-repeat transparent 0 3px;
	padding: 0 5px 0 10px;
	font-weight: normal;
}

#navigation ul ul li a:hover, #navigation ul ul li a:focus, #navigation ul ul a.aktiv {
	background: url(/bilder/bg-navi-2-hover.png) no-repeat transparent 0 3px;
	color: #0b3c74;
	text-decoration: none;
}

#navigation ul ul ul {
	font-size: 85%;
	margin-bottom: 0.5em;
}

#navigation ul ul ul li a {
	background: url(/bilder/bg-navi-3.png) no-repeat transparent 0 5px;
	padding: 0 5px 0 8px;
}

#navigation ul ul ul li a:hover, #navigation ul ul ul li a:focus, #navigation ul ul ul a.aktiv {
	background: url(/bilder/bg-navi-3-hover.png) no-repeat transparent 0 5px;
}



/* -----------------
content definitionen 
------------------*/

#content ul, #content ol {
	color: #003a77;
	margin: 0 0 1em 2em;
}

#content ul {
	list-style-type: square;
}

#content li {
	margin-bottom: 0.3em;
}

img.bild-gross {
	margin-bottom: 1.2em;
}

dl.bild-links, img.bild-links {
	float: left;
	margin: 0.4em 0.5em 0.5em 0;
}

dl.bild-rechts, img.bild-rechts {
	float: right;
	margin: 0.4em 0 0.5em 0.5em;
}

h6 {
	color: #003a77;
	font-size: 100%;
}

p.editorial {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	width: 462px;
	margin-bottom: 1.2em;
	font-size: 100%;
	color: #003a77;
	border-left: 1px solid #b4b5b6;
	border-top: 1px solid #b4b5b6;
}

table th, table thead td, table thead th {
	font-weight: bold;
	text-align: left;
	padding: 2px 5px;
	vertical-align: top;
	background-color: #b4b5b6;
	border-right: 1px solid #b4b5b6;
	border-bottom: 1px solid #b4b5b6;
}

table td {
	text-align: left;
	vertical-align: top;
	padding: 2px 5px;
	border-right: 1px solid #b4b5b6;
	border-bottom: 1px solid #b4b5b6;
}

table tfoot td {
	padding: 1px 5px;
	font-style: italic;
}

table.no-border {
	border: none;
}

table.no-border th, table.no-border thead td, table.no-border thead th, table.no-border td {
	border: none;
}

h2.downloads {
	background: transparent url(/bilder/dotted-line.png) repeat-x;
	clear: left;
	padding-top: 0.7em;
}

p.print, p.galerie {
	background: transparent url(/bilder/dotted-line.png) repeat-x;
	clear: left;
	padding-top: 0.4em;
	text-align: right;
}

p.print a {
	background: transparent url(/bilder/icon-print.png) no-repeat;
	padding-left: 19px;
}

p.print span, p.meldungen span, p.galerie span {
	float: left;
}

p.print span a {
	padding: 0;
	background: none;
}

p.meldungen {
	clear: left;
	text-align: right;
	margin-top: -0.7em;
}

dl.news {
	width: 460px;
	margin-bottom: 1em;
	background: transparent url(/bilder/dotted-line.png) repeat-x bottom;
	padding-bottom: 0.3em;
}

dl.news dt {
	width: 105px;
	float: left;
	margin-bottom: 0.2em;
}

dl.news dd {
	width: 355px;
	float: left;
	margin-bottom: 0.2em;
}

div.galerie {
	width: 146px;
	text-align: center;
	height: 142px;
	padding: 2px 12px 0 0;
	float: left;
	margin: 0 0 1.2em 0;
}

div.galerie img {
	border: 2px solid #b4b5b6;
}

dl.presse {
	width: 462px;
	margin-bottom: 1em;
}

dl.presse dt {
	text-align: center;
	margin-bottom: 0.4em;
}

dl.presse dd p {
	margin-bottom: 0.6em;
}

dl.termin {
	width: 460px;
	margin: 0 0 1em 0;
	color: #29408b;
}

dl.termin dt {
	width: 125px;
	float: left;
	margin: 0 0 0.6em 0;
	font-weight: bold;
	clear: left;
}

dl.termin dd {
	width: 335px;
	float: left;
	margin: 0 0 0.6em 0;
}

dd.bilderbox {
	color:#003A77;
}

dl.termin dd p {
	margin: 0 0 0.5em 0;
}

dl.karte {
	width: 460px;
	margin: 0 0 0.4em 0;
	color: #29408b;
}

dl.karte dt {
	width: 30px;
	font-weight: bold;
	float: left;
	margin: 0 0 0.6em 0;
	font-weight: bold;
	color: #003a77;
	clear: left;
}

dl.karte dd {
	width: 430px;
	float: left;
	margin: 0 0 0.6em 0;
	color: #003a77;
}

dl.karte dd p {
	margin: 0 0 0.5em 0;
}

dl.karte dd.abc-top {
	margin: -0.8em 0 0.7em 0;
	text-align: right;
}

dl.karte-detail {
	width: 460px;
	margin: 0 0 1em 0;
	color: #29408b;
	border-bottom: 1px solid #bebebf;
	padding-bottom: 0.7em;
}

dl.karte-detail dt {
	width: 130px;
	font-weight: bold;
	float: left;
	margin: 0 0 0.6em 0;
	font-weight: bold;
	color: #003a77;
	clear: left;
}

dl.karte-detail dd {
	width: 330px;
	float: left;
	margin: 0 0 0.6em 0;
	color: #003a77;
}

dl.karte-detail dd p {
	margin: 0 0 0.5em 0;
}

#karte {
	margin: 1em 0;
}

p.karte-back {
	padding-top: 0.5em;
}


h2.news {
	margin-bottom: 0.2em;
}

p.news {
	background: url(/bilder/dotted-line.png) repeat-x bottom transparent;
	padding-bottom: 1.2em;
}

h4.liStart {
	color: #003a77;
	cursor: pointer;
}

#content ul.faq {
	list-style-type: none;
	margin: 0 0 1.5em 0;
	border-bottom: 1px solid #003a77;
}

#content ul.faq li {
	margin-bottom: 0.7em;
	border-top: 1px solid #003a77;
	background: url(/bilder/bg-faq.png) no-repeat transparent 0 0.9em;
	padding: 0.5em 0 0 13px;
}

* html #content ul.faq li {
	background: url(/bilder/bg-faq.png) no-repeat transparent 0 1.1em;
}

/* pager */

#content ul.pager {
	padding: 0 0 0.8em 0;
	margin: 0;
	list-style-type: none;
}

#content ul.pager li {
	float: left;
}
#content ul.pager li a {
	background: none;
	padding: 0;
}
#content ul.pager li.p-left {
	width: 33.3%;
}
#content ul.pager li.p-center {
	text-align: center;
	width: 33.3%;
}
#content ul.pager li.p-right {
	text-align: right;
	width: 33.3%;
}

#content ul.pager li a.aktiv {
	border-top: 1px solid #003a77;
	border-bottom: 1px solid #003a77;
	text-decoration: none;
}



/* ---------------
third definitionen 
----------------*/

#third h5 {
	color: #d1602a;
	font-size: 100%;
	margin: 0 0 0.8em 0;
	padding: 10px 4px 0.8em 4px;
	background: url(/bilder/dotted-line.png) repeat-x bottom transparent;
}

#third h4 {
	color: #003a77;
	font-size: 100%;
	margin-bottom: 0.3em;
	padding: 0 4px;
}

#third h6 {
	padding: 0 4px;
	font-weight: normal;
}

#third p {
	margin: 0 0 1.2em 0;
	padding: 0 4px 1em 4px;
	background: url(/bilder/dotted-line.png) repeat-x bottom transparent;
}

#third p a {
	color: #003a77;
	font-weight: bold;
}

#third p.koop {
	text-align: center;
}

#third p.koop a {
	font-weight: normal;
}

#third img {
	margin: 1em 0 2.5em 0;
}






/* ------------------
formular definitionen 
-------------------*/

fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 1.2em;
}

legend {
	font-size: 110%;
	font-weight: bold;
	color: #f05c14;
}

label {
	float: left;
	width: 150px;
}

input, textarea, select {
	width: 260px;
	border: 1px solid #b4b5b6;
	padding: 3px 5px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	color: #003a77;
	background-color: #fff;
}

p.check label {
	width: 200px;
}

p.check label.teilnahme {
	width: 405px;
}

p.check input {
	width: auto;
	border: none;
	background: none;
	margin-right: 10px;
	float: left;
}

option {
	padding: 0 3px;
	background: transparent;
}

textarea {
	height: 130px;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
	border-color: #003a77;
	background-color:  #e1e1e1;
}

input.small {
	width: auto;
	padding-right: 5px;
}

input.inp-small {
	width: 40px;
	padding-right: 5px;
}
input.inp-big {
	width: 208px;
	padding-right: 5px;
}

input.radio-check {
	width: auto;
	border: none;
	background: none;
}

span.radio-check input{
	width: auto;
	border: none;
	background: none;
}

input.inputbtn {
	color: #d1602a;
	font-weight: bold;
	width: auto;
	padding: 3px 20px;
}

span.inputbtn input {
	color: #d1602a;
	font-weight: bold;
	width: auto;
	padding: 3px 20px;
}

input.inputbtn:hover, input.inputbtn:focus {
	border-color: #003a77;
}

p.error {
	color: #f05c14;
	margin-bottom: 0.2em;
}

p.ws-title {
	margin-bottom: 0.4em;
}

/*-----------------
footer definitionen
-----------------*/





/* clear me baby */

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-table;
}
* html .clear {
	height: 1px;
}
* + html .clear {
	height: 1%;
}
.clear {
	display: block;
}
