/* css created and developed by 12bis3.de */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	min-height: 101%;
	color: #404040;
	background-color: #ededee;
	text-align: center;
	margin: 10px 0;
}

img {
	border: none;
}

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

p {
	margin: 0 0 1em 0;
}

h1 {
	font-size: 120%;
	color: #0b479d;
	margin: 15px 0px 1.3em 10px;
	padding-bottom: 5px;
	background: url(/bilder/content-linie.png) no-repeat bottom left;
}

h2 {
	font-size: 110%;
	color: #0b479d;
	margin: 1em 0 0.6em 0;
	clear: left;
}

h3 {
	font-size: 105%;
	margin: 0 0 0.4em 0;
}

ul {
	margin: 0 0 1em 17px;
	list-style-type: none;
}

ol {
	margin: 0 0 1em 35px;
}



/* allgemeine layout definitionen */

#container {
	border: 1px solid #006697;
	text-align: left;
	margin: 0 auto 15px auto;
	width: 848px;
}

#header {
	background: url(/bilder/header-euk.jpg) no-repeat right #fff;
	height: 133px;
	font-size: 85%;
	font-weight: bold;
	color: #c90c41;
}
#agw #header {
	background: url(/bilder/header-agw.jpg) no-repeat right #fff;
}

#content {
	clear: both;
	background: url(/bilder/content-back.png) no-repeat #fff;
	padding-top: 10px;
}
#agw #content {
	background: url(/bilder/agw-content-back.png) no-repeat #fff;
}

#navigation {
	width: 175px;
	float: left;
	font-weight: bold;
	background: url(/bilder/navi-bottom-back.png) no-repeat left bottom;
}

#two-column {
	width: 673px;
	float: left;
	background-color: #fff;
}

#one-column {
	width: 673px;
	float: left;
	background-color: #fff;
}

#text-image {
	width: 438px;
	float: left;
	line-height: 140%;
	padding: 0px 10px 0px 10px;
}

#one-column #text-image {
	width: 608px;
	float: left;
	line-height: 140%;
	padding: 0px 55px 0px 10px;
}

#marginalie {
	width: 195px;
	float: left;
	line-height: 140%;
	padding: 5px 15px 0px 5px;
}


/* definitionen für den header */

#header img {
	margin: 17px 0px 0px 13px;
	float: left;
}
#header p {
	float: right;
	margin: 112px 0px 0px 0px;
	padding-right: 22px;
}


/* definitionen für die navigation */

#navigation ul {
	margin: 60px 0px 200px 10px;
}
#navigation ul li {
	background: url(/bilder/navi-linie.png) no-repeat left bottom;
	border-left: 2px solid #c7003a;
	margin-bottom: 10px;
	padding: 0px 0px 2px 6px;
	margin: 10px 0;
}
* html #navigation ul li {
	/*padding: 0px 0px 0px 6px;*/
}
#navigation ul li a {
	text-decoration: none;
	color: #0b479d;
}
#navigation ul li a:hover, #navigation ul li a#aktiv, #navigation ul li a.aktiv {
	color: #c7003a;
}
#navigation ul li ul {
	margin: 5px 0 0 0;
}
#navigation ul li ul li {
	/*background: url(/bilder/navi-linie.png) no-repeat left top;*/
	background: none;
	border-left: none;
	margin: 0;
	padding: 2px 0 4px;
	font-weight: normal;
}

#navigation ul li#agw-home, #navigation ul li#agw-home a#aktiv, #navigation ul li#agw-home a.aktiv {
	background: url(/bilder/agw-home-linie.png) no-repeat left bottom;
	margin: 0px 0px 15px -15px;
	border-left: none;
	padding: 0px 0px 2px 15px;
	text-transform: uppercase;
	font-size: 90%;
}

/* definitionen für den inhalts-bereich */

img.pic-left {
	float: left;
	margin: 4px 7px 4px 0px;
	border: 1px solid #c7003a;
}

img.pic-right {
	float: right;
	margin: 4px 0px 4px 7px;
	border: 1px solid #c7003a;
}

img.pic-big {
	margin-bottom: 1em;
	border: 1px solid #c7003a;
}

#two-column ul {
	margin: 0px 0px 16px 15px;
}

#two-column ul.sitemap {
	margin: 0px 0px 16px 15px;
	font-weight: bold;
}
#two-column ul.sitemap ul {
	margin: 5px 0px 0px 15px;
	font-weight: normal;
}

#two-column ul li {
	background: url(/bilder/listing-item.png) no-repeat 0px 5px;
	padding: 0px 0px 5px 14px;
}

#two-column ol li {
	padding-bottom: 5px;
}

#footer {
	background: url(/bilder/content-linie.png) no-repeat left bottom;
	width: 645px;
	height: 15px;
	clear: left;
	margin-bottom: 25px;
}

br#ie {
	font-size: 0px;
	height: 0px;
}

blockquote {
	font-style: italic;
	padding: 0 15px;
}

h3 {
	margin-top: 1em;
	clear: left;
}

h3.meldung {
	font-size: 105%;
	margin: 0px 0px 2px 0px;
}
h3.meldung span {
	color: #404040;
	font-size: 95%;
	font-weight: normal;
}
h4 {
	color: #0b479d;
	margin-bottom: 0.2em;
	font-size: 100%;
}
h6 {
	color: #7b7b7b;
	font-size: 85%;
}

p.meldung {
	padding-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
}

p.pager-news {
	text-align: right;
	padding-top: 5px;
}
p.pager {
	text-align: right;
	border-top: 1px solid #E8E8E8;
	padding-top: 5px;
}
p.pager span, p.pager-news span {
	float: left;
	text-align: left;
}

#two-column ul.einstieg {
	margin-left: 0;
	border-top: 1px dotted #0b479d;
	border-bottom: 1px dotted #0b479d;
	padding: 5px;
}
#two-column ul.einstieg h3 {
	color: #354593;
	font-size: 100%;
	margin-bottom: 0.1em;
}
#two-column ul.einstieg p {
	margin-bottom: 0.1em;
}


/* ansprechpartner */

table {
	font-size: 85%;
	margin-bottom: 1em;
	width: 100%;
}

table.ansprechpartner {
	width: 438px;
}

table th, table thead td {
	text-align: left;
	padding: 2px;
	vertical-align: top;
	border-bottom: 1px solid #c7003a;
	background: url(/bilder/marginal-box-back.png) repeat-x;
	font-weight: bold;
	word-break:break-all;
	word-wrap:break-word;
}

table.ansprechpartner tr.row-1 td, table tr td {
	background-color: #e8e8e8;
}
table.ansprechpartner tr.row-2 td {
	background-color: #f1f1f1;
}

table.ansprechpartner tr:hover td, table tr:hover td {
	background-color: #ced3d6;
}

table.ansprechpartner .name {
	width: 94px;
	font-weight: bold;
}
table.ansprechpartner .plz {
	width: 42px
}
table.ansprechpartner .stadt {
	width: 94px
}
table.ansprechpartner .bezirk {
	width: 94px
}
table.ansprechpartner .kreis {
	width: 94px
}

table td {
	text-align: left;
	padding: 2px;
	vertical-align: top;
	border-bottom: 2px solid #fff;
}

td.zentrieren, th.zentrieren {
	text-align: center;
}

table.ansprechpartner tfoot td, table tfoot td {
	background-color: #c8cfd4;
	padding: 0 2px;
}

#popmenu table {
	width: 200px;
	margin-bottom: 0;
}

#popmenu table td {
	border-bottom: 1px solid #fff;
}
#popmenu .menutitle {
	color: #000;
}


dl.ansprechpartner {
	width: 435px;
	margin-bottom: 1em;
}

dl.ansprechpartner dt {
	width: 130px;
	float: left;
}
dl.ansprechpartner dt img {
	border: 1px solid #c7003a;
}

dl.ansprechpartner dd {
	width: 305px;
	float: left;
}
#two-column dl.ansprechpartner dd ul {
	margin-left: 0px;
}

dl.downloads {
	width: 435px;
	margin-bottom: 0.3em;
}
dl.downloads dt {
	width: 20px;
	float: left;
}
dl.downloads dl {
	width: 415px;
	float: left;
}


/* news */

dl.meldung, dl.presse {
	width: 435px;
	margin-bottom: 1.2em;
	padding-bottom: 0.8em;
	border-bottom: 1px solid #e8e8e8;
}

dl.meldung dt {
	width: 155px;
	float: left;
	margin-bottom: 1px;
}
dl.meldung dt img {
	border: 1px solid #c7003a;
}

dl.meldung dd {
	width: 280px;
	float: left;
}
#two-column dl.meldung dd ul {
	margin-left: 0px;
}

dl.presse dt {
	width: 115px;
	float: left;
	margin-bottom: 1px;
}
dl.presse dt img {
	border: 1px solid #c7003a;
}

dl.presse dd {
	width: 320px;
	float: left;
}
#two-column dl.presse dd ul {
	margin: 0px;
}

dl.presse dd p {
	margin: 0 0 0.4em;
}


p.meldung {
	border-top: 1px solid #babbbb;
	padding-top: 5px;
}

dl.termin {
	width: 435px;
	margin-bottom: 1.2em;
}

dl.termin dt {
	width: 120px;
	float: left;
	clear: left;
	margin-bottom: 0.4em;
}

dl.termin dd {
	width: 315px;
	float: left;
	margin-bottom: 0.4em;
}


dl.topthema {
	width: 435px;
	margin-bottom: 1.2em;
	background-color: #b8c7cf;
	background: url(/bilder/back-einstieg.png) repeat-x;
}

dl.topthema dt {
	width: 120px;
	float: left;
	clear: left;
	margin-bottom: 0.4em;
	padding: 5px;
}

dl.topthema dd {
	width: 295px;
	float: left;
	margin-bottom: 0.4em;
	padding: 5px;
}


/* definitionen für die marginal spalte */

#marginalie div {
	border: 1px solid #babbbb;
	background: url(/bilder/marginal-box-back.png) repeat-x;
	padding: 2px 7px 9px 7px;
	color: #7b7b7b;
	margin-bottom: 11px;
}

#marginalie div h5 {
	text-transform: uppercase;
	font-size: 105%;
	color: #404040;
	margin-bottom: 13px;
}

#marginalie div p {
	margin-bottom: 0px;
}

#marginalie ul {
	margin: 0px;
}

#marginalie ul li {
	background: url(/bilder/listing-item.png) no-repeat 0px 5px;
	padding: 0px 0px 5px 14px;
}

#marginalie h4 {
	font-size: 100%;
	color: #0b479d;
}
#marginalie h6 {
	color: #7b7b7b;
	font-weight: normal;
}
#marginalie div p.teaser {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #babbbb;
}


/* kontaktformular */


input, select {
	font-size: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 1px;
	width: 230px;
	border: 1px solid #babbbb;
}
input:hover, input:focus, select:hover, select:focus {
	border: 1px solid #0b479d;
}

textarea {
	font-size: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 1px;
	width: 230px;
	height: 100px;
	border: 1px solid #babbbb;
}
textarea:hover, textarea:focus {
	border: 1px solid #0b479d;
}

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

fieldset {
	border: 1px solid #babbbb;
	padding: 8px;
	margin-bottom: 1em;
}

label {
	width: 170px;
	display: inline;
	float: left;
}


/* clear me baby */

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

