/* 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-bottom: 1em;
	color: #29408b;
}

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: #f05910;
	font-size: 130%;
	margin: 0 0 1em 0;
	line-height: 130%;
}

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

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

p {
	margin: 0 0 1.2em 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

ul {
	list-style-type: none;
}


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

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

#header {
	background: url(/bilder/bg-header.png) no-repeat 0px 30px transparent;
	height: 144px;
	border-bottom: 1px solid #1a2e5f;
}

#navigation {
	width: 169px;
	float: left;
	padding: 35px 9px 20px 9px;
	line-height: 130%;
}

#content {
	float: left;
	width: 490px;
	padding: 35px 42px 15px 30px;
	line-height: 140%;
}

#third {
	padding: 25px 10px 20px 10px;
	width: 154px;
	float: left;
	background: url(/bilder/bg-third.png) repeat-x transparent;
	line-height: 130%;
}


/* ---------------
header defintionen
----------------*/

#header p {
	height: 29px;
	overflow: hidden;
	background: url(/bilder/bg-meta.png) no-repeat transparent;
	padding: 0 0 0 9px;
	color: #fff;
	margin: 0;
	border-bottom: 1px solid #29408b;
}

#header p a {
	color: #fff;
}

#header img {
	float: left;
}

#header img#logo {
	margin-right: 189px;
}

/* -------------------
navigation defintionen
--------------------*/

#navigation ul {
	color: #fff;
	margin-bottom: 1em;
}

#navigation ul li {
	margin-bottom: 0.8em;
	padding-bottom: 1px;
}

#navigation ul li a {
	background: url(/bilder/listing-level-1.png) no-repeat 0 4px;
	padding-left: 13px;
	color: #fff;
	font-weight: bold;
	display: block;
}
#navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li a.aktiv {
	background-image: url(/bilder/listing-level-1-hover.png);
	color: #b3c697;
	text-decoration: none;
}

#navigation ul ul {
	margin: 0.8em 0 0.2em 14px;
}

#navigation ul ul li {
	margin-bottom: 0.5em;
}

#navigation ul ul li a {
	font-weight: normal;
	background: url(/bilder/listing-level-2.png) no-repeat 0 4px;
}

#navigation ul ul li a:hover, #navigation ul ul li a:focus, #navigation ul ul li a.aktiv {
	background-image: url(/bilder/listing-level-2-hover.png);
}

#navigation p {
	background: url(/bilder/dotted-line-white.png) repeat-x transparent;
	font-size: 90%;
	padding: 0.8em 10px 0 10px;
	margin-top: 4em;
	color: #fff;
	line-height: 120%;
}

#navigation img {
	background: url(/bilder/dotted-line-white.png) repeat-x bottom transparent;
	padding-bottom: 0.8em;
}


/* ----------------
content defintionen
-----------------*/

p.editorial {
	font-weight: bold;
}

h4 {
	color: #f05910;
	font-size: 100%;
	margin: 0 0 0.4em 0;
}

h5 {
	color: #29408b;
	font-size: 100%;
	margin: 0 0 0.3em 0;
}

h6 {
	color: #29408b;
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 0.3em 0;
}

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

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

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

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

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

dl.img-right dd, dl.img-left dd {
	font-style: italic;
	line-height: 120%;
}

div.picbox {
	margin: 0 -10px 0.6em 0;
}

* + html div.picbox {
	width: 504px;
}

div.picbox img {
	float: left;
	margin: 0 10px 10px 0; 
}


/* news */

dl.aktoverview {
	width: 490px;
	margin-bottom: 1em;
}

dl.aktoverview dt {
	width: 80px;
	float: left;
	margin-bottom: 0.6em;
	color: #29408b;
	clear: left;
}

dl.aktoverview dd {
	width: 410px;
	margin-bottom: 0.6em;
	float: left;
}


/* publications */

dl.publications {
	width: 490px;
	margin-bottom: 1em;
	padding-top: 1em;
	background: url(/bilder/dotted-line-blue.png) repeat-x top transparent;
}

dl.publications dt {
	width: 170px;
	float: left;
	margin-bottom: 0.5em;
}

dl.publications dt img {
	border: 1px solid #222c5a;
	margin-top: 0.3em;
}

dl.publications dd {
	width: 320px;
	float: left;
	margin-bottom: 0.5em;
}

dl.publications dd p {
	margin-bottom: 0.8em;
}

/* pager */

#content ul.pager {
	padding-top: 0.5em;
	background: url(/bilder/dotted-line-blue.png) repeat-x top transparent;
	margin: 0;
	list-style-type: none;
}

#content ul.pager li {
	float: left;
}
#content .news 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 .news ul.pager li.p-center {
	width: 100%;
}
#content ul.pager li.p-right {
	text-align: right;
	width: 33.3%;
}

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


p.print {
	margin-top: 2em;
	padding-top: 0.5em;
	background: url(/bilder/dotted-line-blue.png) repeat-x top transparent;
	text-align: right;
}

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


/* ausschreibungen */

h3.ausschreibung {
	padding-top: 1em;
	background: url(/bilder/dotted-line-blue.png) repeat-x top transparent;
	color: #29408b;
	font-size: 110%;
	margin: 1.3em 0 0.7em 0;
}


/* galerie */

#galerie {
	width: 700px;
	border: solid 1px #1a2e5f;
}

#galerie h1 {
	margin: 0 50px 20px 50px;
}

#galerie p {
	text-align: right;
	background: url(/bilder/bg-galerie.png) no-repeat transparent;
	height: 30px;
	overflow: hidden;
	padding: 1px 5px 0 0;
	margin-bottom: 25px;
}

#galerie p a {
	color: #fff;
}

#galerie div {
	text-align: center;
	margin-bottom: 25px;
}

#galerie ul {
	margin: 0 50px 20px 50px;
	list-style-type: none;
	border: solid 1px #1a2e5f;
}

#galerie ul li {
	float: left;
}

#galerie ul li#galback {
	width: 99px;
	text-align: left;
	padding: 10px 0 0 5px;
}
#galerie ul li#galcontent {
	width: 378px;
	border-left: solid 1px #1a2e5f;
	border-right: solid 1px #1a2e5f;
	text-align: center;
	padding: 5px;
}
#galerie ul li#galfor {
	width: 99px;
	text-align: right;
	padding: 10px 5px 0 0;
}


/* --------------
third defintionen
---------------*/

#third h5, #third h6 {
	padding-bottom: 1.2em;
	margin-bottom: 1em;
	background: url(/bilder/dotted-line-blue.png) repeat-x bottom transparent;
}

#third h5 {
	color: #fff;
}

#third h6 {
	color: #29408b;
	font-weight: bold;
	margin-top: 3em;
}

#third p {
	margin-bottom: 0.6em;
}

#third img {
	margin-bottom: 0.8em;
}

#third span {
	display: block;
	padding-top: 1em;
	margin: 3em 0 1em 0;
	background: url(/bilder/dotted-line-blue.png) repeat-x top transparent;
	text-align: center;
}



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

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

legend {
	font-size: 110%;
	font-weight: bold;
	color: #29408b;
	margin-bottom: 0.5em;
}

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

input, textarea, select {
	width: 250px;
	border: 1px solid #b2c596;
	padding: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	color: #29408b;
	background: #fff;
}

input#personen {
	width: 30px;
}

select {
	width: 256px;
}

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

textarea {
	height: 130px;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
	border-color: #5b8626;
}

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

input.inp-small {
	width: 50px;
	padding-right: 5px;
}
input.inp-big {
	width: 188px;
	padding-right: 5px;
}

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

span.submit-it input {
	color: #d1602a;
	width: 256px;
	font-weight: bold;
}





/* 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;
}