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

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

html {
	height: 100%;
}

/* -------------
main definitions
--------------*/


body {
	background: url(/fileadmin/fachstellen/templates/bilder/bg-body.png) repeat-x #ededed;
	font-size: 80%;
	min-height: 101%;
	padding-bottom: 1em;
	color: #7d7d7d;
}

img {
	border: none;
}

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

h1 {
	color: #c61b00;
	font-size: 140%;
	margin: 0 0 0.7em 0;
	font-weight: normal;
}

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

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

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

h5 {
	color: #7d7d7d;
	font-size: 100%;
	margin: 0 0 0.2em 0;
}

h6 {
	color: #7d7d7d;
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 0.2em 0;
}

p {
	margin: 0 0 1em 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}


/* ---------------
layout definitions 
----------------*/

#container {
	width: 892px;
	padding: 6px 0 1em 0;
	margin: 0 auto;
}

#header {
	height: 206px;
	overflow: hidden;
	background: url(/fileadmin/fachstellen/templates/bilder/bg-header.png) no-repeat transparent;
	padding: 16px 15px 0 15px;
	font-size: 85%;
}
* html #header {
    background:none; 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/fachstellen/templates/bilder/bg-header.png',sizingMethod='crop');
}

#main {
	background: url(/fileadmin/fachstellen/templates/bilder/bg-main.png) repeat-y transparent;
	padding-bottom: 10px;
}
* html #main {
    background:none; 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/fachstellen/templates/bilder/bg-main.png',sizingMethod='scale');
	/* height: 1px; */
}


#navigation {
	width: 170px;
	padding: 0 10px 0 16px;
	float: left;
	min-height: 500px;
}

* html #navigation {
	height: 500px;
}

#content {
	width: 510px;
	float: left;
	line-height: 140%;
	background: url(/fileadmin/fachstellen/templates/bilder/bg-content-bottom.png) no-repeat bottom transparent;
}

#third {
	width: 160px;
	float: left;
	padding: 0 16px 0 10px;
	font-size: 85%;
	line-height: 130%;
}

#footer {
	background: url(/fileadmin/fachstellen/templates/bilder/bg-footer.png) no-repeat bottom transparent;
	font-size: 85%;
	color: #fff;
	padding: 0 16px 0 16px;
	height: 57px;
}


/* --------------
header defintions
---------------*/

#header img {
	float: left;
	padding-right: 10px;
}

#header div {
	float: left;
	background: no-repeat transparent;
}

#header div img {
	float: none;
	padding: 0;
}

* html #header div img {
	behavior: url(/filedamin/fachstellen/templates/extern/pngbehavior.htc);
	width: 680px;
	height: 170px;
}

#header p {
	padding: 0 0 0 192px;
	margin: 0;
	color: #000;
	float: left;
}

#header p a, #header ul a {
	color: #000;
}

#header img {
	margin-bottom: 10px;
}

#header ul {
	margin: 0;
	float: right;
	list-style-type: none;
}

#header ul li {
	float: left;
}

#header ul li a {
	background: no-repeat transparent;
	padding: 0 7px 0 17px;
}

#header ul li a#meta-kontakt {
	background-image: url(/fileadmin/fachstellen/templates/bilder/icon-kontakt.png);
}
#header ul li a#meta-home {
	background-image: url(/fileadmin/fachstellen/templates/bilder/icon-home.png);
}
#header ul li a#meta-suche {
	background-image: url(/fileadmin/fachstellen/templates/bilder/icon-suche.png);
}
#header ul li a#meta-sitemap {
	background-image: url(/fileadmin/fachstellen/templates/bilder/icon-sitemap.png);
}
#header ul li a#meta-impressum {
	background-image: url(/fileadmin/fachstellen/templates/bilder/icon-impressum.png);
}



/* ------------------
navigation defintions
-------------------*/

#navigation ul {
	list-style-type: none;
	margin: 0;
	font-size: 85%;
}

#navigation ul li {
	margin-bottom: 5px;
}

#navigation ul li a {
	background: url(/fileadmin/fachstellen/templates/bilder/bg-nav-level1.png) no-repeat #99251b;
	width: 156px;
	height: 22px;
	display: block;
	color: #fff;
	padding: 8px 7px 0 7px;
	text-transform: uppercase;
}

#navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li a.aktiv {
	text-decoration: none;
	background: url(/fileadmin/fachstellen/templates/bilder/bg-nav-level1-hover.png) no-repeat #c1341d;
}

#navigation ul ul {
	background: url(/fileadmin/fachstellen/templates/bilder/bg-nav-level2.png) no-repeat bottom #a7a7a7;
	margin: 0 6px;
	padding: 5px 0;
	font-size: 100%;
}

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

#navigation ul ul li a {
	background: none;
	width: auto;
	height: auto;
	text-transform: none;
	padding: 3px 7px;
}

#navigation ul ul li a:hover, #navigation ul ul li a:focus, #navigation ul ul li a.aktiv {
	background: url(/filedadmin/fachstellen/templates/bilder/bg-nav-level2-hover.png) repeat-x #96251b;
}



/* ---------------
content defintions
----------------*/

#content h1, #content h1.csc-firstHeader, #content h2.csc-firstHeader, #content h3.csc-firstHeader {
	background: url(/fileadmin/fachstellen/templates/bilder/bg-content-top.png) no-repeat transparent;
	padding: 10px 8px 0.5em 8px;
}

p.start-text, p.csc-frame-frame1{
	background: #f0efef;
	margin-top: -1.4em;
	padding: 8px;
	color: #494848;
}

dl.news-teaser {
	width: 510px;
	background: url(/fileadmin/fachstellen/templates/bilder/bg-dotted-line.png) bottom repeat-x transparent;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

dl.news-teaser dt {
	width: 160px;
	float: left;
	margin-bottom: 1px;
}

dl.news-teaser dt img {
	margin-top: 0.3em;
}

dl.news-teaser dd {
	width: 350px;
	float: left;
	margin-bottom: 1px;
}

dl.news-teaser dd h3 {
	font-size: 100%;
	margin: 0 0 0.1em 0;
}

dl.news-teaser dd h6 {
	margin: 0;
	font-weight: normal;
	font-size: 90%;
	color: #000;
}

dl.news-teaser dd h6.termin {
	text-align: right;
	font-style: italic;
	font-weight: bold;
	color: #a7a7a7;
}

dl.news-teaser dd h6.termin span {
	float: left;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

dl.news-teaser dd p.more-link {
	margin: -1em 8px 0.5em 0;
	text-align: right;
}

dl.news-teaser dd p.more-link a {
	background: url(/fileadmin/fachstellen/templates/bilder/icon-link-news.png) no-repeat right center;
	padding-right: 18px;
}

p.content-footer {
	margin: 0 14px;
	text-align: right;
	font-size: 85%;
	line-height: 100%;
	padding: 1em 0 3px 0;
}

p.content-footer span {
	float: left;
}

p.content-footer a {
	background: url(/fileadmin/fachstellen/templates/bilder/icon-link-footer.png) no-repeat right center;
	padding-right: 18px;
	color: #fff;
}

p.content-footer span a {
	background: url(/fileadmin/fachstellen/templates/bilder/icon-print.png) no-repeat left center;
	padding: 0 0 0 17px;
}

dl.image-left {
	margin: 0.4em 0.6em 0.5em 0.4em;
	float: left;
}

dl.image-right {
	margin: 0.4em 0.4em 0.5em 0.6em;
	float: right;
}

dl.image-center {
	margin: 0 0 0.8em 0;
}

dl.image-center dt {
	text-align: center;
}

dl.image-center dd, dl.image-left dd, dl.image-right dd, div.images dl dd {
	font-size: 85%;
	font-style: italic;
	line-height: 120%;
}
dl.image-center dd {
	text-align: center;
}

img.image-center {
	margin: 0.5em 0;
}

div.images {
	margin: 0 0 1em 0;
}

div.images dl {
	float: left;
	padding-right: 10px;
	width: 160px;
}
* html div.images dl {
	padding-right: 8px;
}

#content ul {
	margin: 0 0 1em 3em;
	list-style-type: disc;
}

#content ol {
	margin: 0 0 1em 3em;
}

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

div.downloads, div.divider {
	background: url(/fileadmin/fachstellen/templates/bilder/bg-dotted-line.png) top repeat-x transparent;
	padding: 1em 7px 1em 7px;
}

#content div.downloads ul {
	margin: 0 0 0 2em;
}

dl.bild-text {
	width: 510px;
	background: url(/fileadmin/fachstellen/templates/bilder/bg-dotted-line.png) top repeat-x transparent;
	padding-top: 1em;
	margin-bottom: 1em;
}

dl.bild-text dt {
	width: 160px;
	float: left;
	margin-bottom: 1px;
}

dl.bild-text dt img {
	margin-top: 0.3em;
}

dl.bild-text dd {
	width: 350px;
	float: left;
	margin-bottom: 1px;
}

dl.bild-text dd h3 {
	font-size: 100%;
	margin: 0 0 0.1em 0;
}

dl.bild-text dd p {
	margin: 0 0 0.6em 0;
}

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

#content ul.pager li {
	float: left;
}
#content ul.pager li a {
	background: none;
	padding: 0 3px;
}
#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: 1px solid #c61b00;
	text-decoration: none;
}

#content ul.pager li a.aktiv:hover, #content ul.pager li a.aktiv:focus {
	text-decoration: none;
}


h6.news {
	background: #f0efef;
	margin: -1.4em 0 1em 0;
	padding: 0 8px 8px 8px;
	color: #000;
	font-size: 85%;
}

p.back-link {
	background: url(/fileadmin/fachstellen/templates/bilder/bg-dotted-line.png) top repeat-x transparent;
	padding: 1em 0 0 7px;
	margin: 2em 0 1em 0;
}

p.back-link a {
	background: url(/fileadmin/fachstellen/templates/bilder/icon-link-back.png) no-repeat transparent left center;
	padding-left: 18px;
}


div.termin-details {
	border: 2px solid #eaeaea;
	padding: 10px;
	clear: both;
}

div.termin-details dl {
	width: 486px;
}

div.termin-details dl dt {
	width: 140px;
	float: left;
	clear: left;
	margin-bottom: 0.5em;
	font-weight: bold;
}

div.termin-details dl dd {
	width: 346px;
	float: left;
	margin-bottom: 0.5em;
}

/* sitemap */

#content div.csc-sitemap ul {
	list-style-type: none;
	font-weight: bold;
	margin: 0 0 1em 0;
}

#content  div.csc-sitemap ul  li {
	border-left: 2px solid #a7a7a7;
	padding-left: 10px;
	margin: 0 0 1em 0;
}

#content  div.csc-sitemap ul  ul {
	border-top: 1px solid #a7a7a7;
	font-weight: normal;
	margin: 0.3em 0 0.4em 0;
	padding: 0.3em 0 0 0.5em;
}

#content  div.csc-sitemap ul  ul li {
	border: none;
	background: url(/fileadmin/fachstellen/templates/bilder/bg-sitemap.png) no-repeat transparent 0 3px;
	padding-left: 15px;
	list-style-type: none;
	margin: 0 0 0.3em 0;
}

#content  div.csc-sitemap ul  ul ul {
	border-top: none;
	font-size: 85%;
	font-weight: normal;
	margin: 0.2em 0 0.2em 0;
	padding: 0.2em 0 0 0.5em;
}

#content  div.csc-sitemap ul  ul ul li {
	border: none;
	background: url(/fileadmin/fachstellen/templates/bilder/bg-sitemap2.png) no-repeat transparent 0 5px;
	padding-left: 12px;
	list-style-type: none;
	margin: 0 0 0.3em 0;
}



/* -------------
third defintions
--------------*/

#third h5 {
	background: #b5b5b5;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 10px;
	margin: 0 0 1em 0;
	font-size: 110%;
}

#third div {
	background: #eaeaea url(/fileadmin/fachstellen/templates/bilder/bg-third-box-bottom.png) no-repeat bottom;
	padding: 8px 10px 10px 10px;
	margin: -1.1em 0 1em 0;
}

#third div#buecher {
	background: #eaeaea url(/fileadmin/fachstellen/templates/bilder/bg-third-buecher.png) no-repeat bottom right;
	padding: 8px 10px 35px 10px;
}

#third div#cominity {
	background: #eaeaea url(/fileadmin/fachstellen/templates/bilder/bg-third-cominity.png) no-repeat bottom right;
	padding: 8px 10px 80px 10px;
}

#third h6 {
	color: #000;
	margin: 0;
}

#third h4 {
	color: #000;
}

#third p {
	color: #000;
	margin-bottom: 0.4em;
}

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

#third div img {
	margin: 0;
}

#third p a {
	background: url(/fileadmin/fachstellen/templates/bilder/icon-link-news.png) no-repeat right center;
	padding: 0 18px 0 1px;
}

#third h5 a {
	color: #fff;
	display: block;
}

#third h5#service-hilfen a {
	background: url(/fileadmin/fachstellen/templates/bilder/icon-link-footer.png) no-repeat right center;
	padding-right: 18px;
}

#third h5#service-nl a {
	background: url(/fileadmin/fachstellen/templates/bilder/icon-service-nl.png) no-repeat right center;
	padding: 1px 15px 0 0;
}

#third ul {
	margin: 0 0 0.5em 0;
	color: #000;
	list-style-type: none;
}

#third ul li {
	margin-bottom: 0.3em;
}

#third ul li a {
	color: #000;
	background: url(/fileadmin/fachstellen/templates/bilder/icon-link-news.png) no-repeat right center;
	display: block;
	padding-right: 16px;
}

#third dl {
	width: 140px;
}

#third dl dt {
	width: 71px;
	float: left;
	margin-bottom: 1px;
}

#third dl dt img {
	margin-top: 0.2em;
}

#third dl dd {
	width: 69px;
	float: left;
	margin-bottom: 1px;
}


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

#footer img {
	position: absolute;
	margin: -218px 0 0 -10px;
}

#footer p {
	padding: 12px 10px 0 10px;
	margin: 0;
}

#footer p a {
	color: #fff;
}



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

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

legend {
	font-size: 100%;
	font-weight: bold;
	color: #c61b00;
}

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

input, textarea, select {
	width: 280px;
	border: 1px solid #b5b5b5;
	padding: 2px;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	color: #7d7d7d;
	background: #fff;
}

p.input-small input {
	width: 50px;
}

select {
	width: 286px;
}

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

textarea {
	height: 80px;
}

p.text-big textarea {
	height: 180px;
}

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

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

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

input.submit-it, p.submit input {
	color: #c61b00;
	width: 286px;
	font-weight: bold;
}

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

p.check-radio label {
	width: 380px;
	float: left;
}

form h4 {
	margin-bottom: 0.6em;
}






/* bildergalerien */

#galerien {
	padding: 12px 0 0 12px;
	margin-bottom: 15px;
	background-color: #ededed;
}
#galerien dl {
	width: 135px;
	padding-right: 12px;
	margin: 0;
	float: left;
}
#galerien dl dt {
	text-align: center;
	background-color: #dcdcdc;
	height: 90px;
	overflow: hidden;
}
#galerien dl dd {
	color: #4b4b4b;
	margin-bottom: 12px;
	line-height: 120%;
}
#galerien dl dd a {
	color: #4b4b4b;
}

#galerie-detail {
	margin-bottom: 15px;
	background-color: #ededed;
}
#galerie-detail dl dt {
	text-align: center;
}
#galerie-detail dl dd {
	padding: 6px 10px;
}
.galerieoverview {
	padding: 12px 0 0 12px;
	margin-bottom: 15px;
	background-color: #ededed;
}

.galerieoverview dl dt{
   width: 140px;
   float: left;
}

.galerieoverview dl dd{
   width: 440px;
   
}

/* ecards */
dl.ecard {
	margin: 14px 0;
}
dl.ecard dt {
	width: 170px;
	float: left;
	font-weight: bold;
}
dl.ecard dd {
	width: 260px;
	float: left;
}
p.ecard-detail {
	text-align: center;
}



#bildband {
	padding: 12px 0 12px 12px;
	margin-bottom: 15px;
	background-color: #ededed;
}

#bildband img {
	float: left;
	margin-right: 12px;
}






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




