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

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

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

html {
	height: 100%;
}

body {
	background: url(../bilder/bg-body.gif) repeat-x #fff;
	font-size: 80%;
	min-height: 101%;
	text-align: center;
}

img {
	border: none;
}

a:link, a:visited, a:active {
	color: #0080bc;
	text-decoration: none;
}
a:hover, a:focus {
	color: #004c99;
	text-decoration: underline;
}


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

#container {
	width: 887px;
	background: url(../bilder/bg-main.gif) no-repeat #fff;
	margin: 0 auto;
	text-align: left;
	min-height: 750px;
	padding: 0 7px;
}
* html #container {
	height: 750px;
}

#navigation {
	width: 199px;
	padding: 18px 0 94px 0;
	background: url(../bilder/bg-navigation.gif) no-repeat bottom;
	float: left;
}

#header {
	width: 688px;
	float: left;
	padding-top: 15px;
}

#content {
	width: 512px;
	float: left;
	margin-top: -20px;
	padding: 0 8px;
}
* html #content {
	margin-top: -23px;
}
* + html #content {
	margin-top: -23px;
}

#service {
	width: 160px;
	float: right;
	margin-top: -19px;
	background: url(../bilder/bg-service.gif) no-repeat bottom #f0f0f0;
	padding-bottom: 68px;
}
* html #service {
	margin-top: -22px;
}
* + html #service {
	margin-top: -22px;
}



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

#navigation ul {
	background: url(../bilder/bg-naviul.gif) repeat-x #3ab0df;
	padding: 0 10px;
	list-style-type: none;
	font-weight: bold;
}

#navigation ul li {
	border-bottom: 1px solid #a6d6ef;
}

#navigation ul li a {
	color: #fff;
	padding: 4px 0 4px 21px;
	min-height: 17px;
	display: block;
	text-decoration: none;
}
* html #navigation ul li a {
	height: 17px
}
#navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li a.aktiv {
	color: #004c99;
}

#navigation ul li.ordner2 {
	border-top: 1px solid #a6d6ef;
}
#navigation ul li.ordner2 a {
	background: url(../bilder/icon-navi-few.png) no-repeat 0px 5px;
}
#navigation ul li.ordner4 a {
	background: url(../bilder/icon-navi-langenargen.png) no-repeat 0px 6px;
}
#navigation ul li.ordner5 a {
	background: url(../bilder/icon-navi-eglofs.png) no-repeat 0px 4px;
}
#navigation ul li.ordner6 a {
	background: url(../bilder/icon-navi-schramberg.png) no-repeat 0px 1px;
}


#navigation ul li ul {
	background: none no-repeat #229bcb;
	padding: 3px 5px 3px 22px;
	font-weight: normal;
	border-top: 1px solid #a6d6ef;
	font-size: 95%;
}

#navigation ul li ul li {
	border-bottom: 1px solid #229bcb;
	background: url(../bilder/listing-subnavi.png) no-repeat 0 8px;
	padding-left: 8px;
}

#navigation ul li ul li a, #navigation ul li.ordner2 ul li a, #navigation ul li.ordner4 ul li a, #navigation ul li.ordner5 ul li a, #navigation ul li.ordner6 ul li a, #navigation ul li ul li a.aktiv  {
	background: none;
	padding: 2px 0;
	display: block;
	height: auto;
}

#navigation ul ul ul {
	border: none;
	font-size: 90%;
	padding: 3px 5px 3px 2px;
}

#navigation ul ul ul li {
	padding-left: 10px;
	background: url(../bilder/listing-subsubnavi.png) no-repeat 0 7px;
}

#navigation ul ul ul li a, #navigation ul li.ordner2 ul ul li a, #navigation ul li.ordner4 ul ul li a, #navigation ul ul li.ordner5 ul li a, #navigation ul ul li.ordner6 ul ul li a, #navigation ul li ul ul li a.aktiv {
	padding: 1px 0;
}



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

#header img {
	padding-left: 9px;
}

#header a img {
	float: left;
	padding-left: 0px;
}

#header ul {
	list-style-type: none;
	float: right;
	color: #aeaeae;
	padding-right: 11px;
	height: 53px;
}
#header ul li {
	float: left;
}
#header ul li a {
	color: #aeaeae;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 20px 5px 0 5px;
	display: block;
}
#header ul li a:hover, #header ul li a:focus {
	color: #696969;
}
#header ul li#nav_head_3 a {
	background-image: url(../bilder/icon-meta-kontakt.png);
}
#header ul li#nav_head_4 a {
	background-image: url(../bilder/icon-meta-callback.png);
}
#header ul li#nav_head_5 a {
	background-image: url(../bilder/icon-meta-sitemap.png);
}
#header ul li#nav_head_6 a {
	background-image: url(../bilder/icon-meta-impressum.png);
}


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

h1 {
	font-size: 110%;
	color: #004c99;
	margin-bottom: 1.5em;
}
#few h1 {
	background: url(../bilder/icon-navi-few.png) no-repeat;
	padding-left: 20px;
}
#langenargen h1 {
	background: url(../bilder/icon-h1-langenargen.gif) no-repeat;
	padding-left: 20px;
}
#eglofs h1 {
	background: url(../bilder/icon-h1-eglofs.gif) no-repeat;
	padding-left: 20px;
}
#schramberg h1 {
	background: url(../bilder/icon-h1-schramberg.gif) no-repeat;
	padding-left: 20px;
}

h2 {
	font-size: 100%;
	color: #004c99;
	margin-bottom: 0.6em;
}

h3 {
	font-size: 100%;
	color: #666;
	margin-bottom: 0.4em;
}

p {
	color: #666;
	margin-bottom: 1em;
	line-height: 140%;
}

#content ul {
	list-style-type: square;
	margin: 0 0 1em 2em;
	color: #666;
	line-height: 140%;
}

#content ol {
	margin: 0 0 1em 2em;
	color: #666;
	line-height: 140%;
}

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

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

#content ul.sitemap {
	font-weight: bold;
}
#content ul.sitemap li {
	padding-bottom: 0.3em;
}
#content ul.sitemap ul {
	font-weight: normal;
	margin: 0.3em 0 0.7em 1.5em;
}
#content ul.sitemap ul li {
	padding-bottom: 0.1em;
}




/* news teaser box */

dl.newsteaser {
	width: 512px;
	background: url(../bilder/dotted-line.png) repeat-x bottom;
	margin-bottom: 1em;
	clear: left;
}
dl.newsteaser dt {
	width: 125px;
	float: left;
	margin-bottom: 0.1em;
}
dl.newsteaser dt img {
	margin-bottom: 0.4em;
	width: 115px;
}
dl.newsteaser span {
	/*background: url(../bilder/teaser-box-corner.png) no-repeat;*/
	width: 115px;
	height: 85px;
	position: absolute;
}
dl.newsteaser dd {
	width: 387px;
	float: left;
	margin-bottom: 0.4em;
}
dl.newsteaser dd h2 {
	margin-bottom: 0.3em;
	display: inline;
	padding: 2px 24px 3px 0;
}
dl.newsteaser dd h2.News_FEW {
	background: url(../bilder/icon-navi-few.png) no-repeat right;
}
dl.newsteaser dd h2.News_Eglofs {
	background: url(../bilder/icon-h2-eglofs.png) no-repeat right;
}
dl.newsteaser dd h2.News_Langenargen {
	background: url(../bilder/icon-h2-langenargen.png) no-repeat right;
}
dl.newsteaser dd h2.News_Schramberg {
	background: url(../bilder/icon-h2-schramberg.png) no-repeat right;
}
dl.newsteaser dd h6, h6 {
	font-size: 90%;
	font-weight: normal;
}
dl.newsteaser dd p {
	margin: 0.4em 0 0.6em 0;
}

dl.newsteaser dd a {
	background: url(../bilder/icon-service-link.png) no-repeat right;
	padding-right: 16px;
	font-style: italic;
}
dl.newsteaser dd a:hover, dl.newsteaser dd a:focus {
	background: url(../bilder/icon-service-link-hover.png) no-repeat right;
}

#content ul.pager {
	margin: 0 0 1em 0;
}
#content ul.pager li {
	width: 33.3%;
	float: left;
	list-style-type: none;
}
#content ul.pager li#left {
	text-align: left;
}
#content ul.pager li#middle {
	text-align: center;
}
#content ul.pager li#right {
	text-align: right;
}

p.meldung {
	background: url(../bilder/dotted-line.png) repeat-x top;
	padding-top: 4px;
	clear: left;
}

img.img-left {
	float: left;
	margin: 0 0.8em 0.4em 0;
	border: 1px solid #0080bc;
}

img.img-right {
	float: right;
	margin: 0 0 0.4em 0.8em;
	border: 1px solid #0080bc;
}

dl.img-left {
	float: left;
	margin: 0 0.8em 0.4em 0;
}
dl.img-right {
	float: right;
	margin: 0 0 0.4em 0.8em;
}
/*dl.img-left dt img, dl.img-right dt img, div.images dl dt img {
	position: absolute;
}*/
dl.img-left dd, dl.img-right dd, div.images dl dd {
	color: #666;
	font-style: italic;
	font-size: 85%;
}

div.images dl {
	margin-bottom: 1em;
	float: left;
	padding-right: 8px;
}


dl.img-left dt table, dl.img-right dt table, div.images dl dt table {
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 0.2em;
}
dl.img-left dt table td:hover, dl.img-right dt table td:hover {
	background-color: transparent;
}

dl.img-left dt table td.ctl, dl.img-right dt table td.ctl, div.images dl dt table td.ctl {
	width: 50%;
	background: url(../bilder/corner-topleft.png) no-repeat left top;
}
dl.img-left dt table td.ctr, dl.img-right dt table td.ctr, div.images dl dt table td.ctr  {
	width: 50%;
	background: url(../bilder/corner-topright.png) no-repeat right top;
}
dl.img-left dt table td.cbl, dl.img-right dt table td.cbl, div.images dl dt table td.cbl  {
	width: 50%;
	background: url(../bilder/corner-bottomleft.png) no-repeat left bottom;
}
dl.img-left dt table td.cbr, dl.img-right dt table td.cbr, div.images dl dt table td.cbr  {
	width: 50%;
	background: url(../bilder/corner-bottomright.png) no-repeat right bottom;
}



/* galerie definitionen */

dl.galerie {
	margin-bottom: 1em;
	float: left;
	width: 162px;
	margin-right: 8px;
	background-color: #f0f0f0;
}
* html dl.galerie {
	width: 160px;
}
dl.galerie dt {
	text-align: center;
	border-bottom: 1px solid #0080bc;
	height: 145px;
	padding: 5px 0;
}
dl.galerie:hover dt {
	background-color: #d9d9d9;
}
dl.galerie dt a img, dl.galerie-auswahl dt a img {
	border: 1px solid #0080bc;
}
dl.galerie dt a:hover img, dl.galerie-auswahl dt a:hover img {
	border: 1px solid #004c99;
}
dl.galerie dd {
	color: #666;
	font-size: 85%;
	padding: 5px;
	height: 30px;
	background-color: #d9d9d9;
}

dl.galerie-detail {
	margin-bottom: 1em;
	background: url(../bilder/dotted-line.png) repeat-x bottom;
	padding-bottom: 1em;
}
dl.galerie-detail dt {
	text-align: center;
	margin-bottom: 0.4em;
}
dl.galerie-detail dt img  {
	border: 2px solid #0080bc;
}
dl.galerie-detail dd {
	color: #666;
}

dl.galerie-auswahl {
	margin-bottom: 1em;
	width: 512px;
	background-color: #f0f0f0;
}

dl.galerie-auswahl dt {
	text-align: center;
	width: 140px;
	float: left;
	padding: 10px;
}
dl.galerie-auswahl dd {
	color: #666;
	padding: 10px;
	width: 330px;
	float: left;
}
dl.galerie-auswahl dd p {
	margin: 0 0 0.6em 0;
}

dl.galerie-auswahl dd a {
	background: url(../bilder/icon-service-link.png) no-repeat right;
	padding-right: 16px;
}
dl.galerie-auswahl dd a:hover, dl.galerie-auswahl dd dd a:focus {
	background: url(../bilder/icon-service-link-hover.png) no-repeat right;
}


#content ul.downlinks li {
	padding-left: 14px;
	background: url(../bilder/listing-content.png) no-repeat 0px 5px;
	list-style-type: none;
}


/* formular definitionen */

form {
	margin-bottom: 1em;
}

input, select {
	background: #f0f0f0;
	font-size: 100%;
	padding: 1px;
	width: 250px;
	border: 1px solid #ceebf6;
	color: #004c99;
}
input:hover, input:focus, select:hover, select:focus {
	background: #d9d9d9;
	border: 1px solid #35aede;
}

form p {
	margin-bottom: 0.6em;
}

textarea {
	background: #f0f0f0;
	font-size: 100%;
	padding: 2px;
	width: 250px;
	height: 120px;
	border: 1px solid #ceebf6;
}
textarea:hover, textarea:focus {
	background: #d9d9d9;
	border: 1px solid #35aede;
}

input.button-small {
	width: 20px;
	border: none;
	background: none transparent;
}
input.small {
	width: 70px;
}

input.submit-button {
	font-weight: bold;
	text-align: center;
}

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

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

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

#form h3 {
	margin: 0 0  0.7em 0;
	clear: left;
}

fieldset#angaben p {
	width: 220px; 
	float: left;
}

fieldset#bindung label {
	 width: 340px;
}
fieldset#bindung input {
	width: 60px;
}


/* table definitionen */

caption {
	font-size: 100%;
	color: #666;
	padding-bottom: 0.4em;
	margin-bottom: 0;
	font-weight: bold;
	text-align: left;
}

table {
	width: 100%;
	color: #666;
	margin-bottom: 1em;
}

td {
	padding: 2px 3px;
	vertical-align: top;
	background-color: #f6f6f6;
}
tr.one td {
	background-color: #fff;
}
tr.two td {
	background-color: #f6f6f6;
}
tr:hover td {
	background-color: #d9d9d9;
}

th, thead td, thead tr:hover td {
	background-color: #d7eef9;
	padding: 3px 3px;
	color: #004c99;
	vertical-align: top;
}
th h3, thead td h3 {
	color: #004c99;
	margin-bottom: 0.3em;
	text-align: center;
}
th p, thead td p {
	margin: 0;
	font-weight: normal;
}

tfoot td {
	border-top: 1px solid #35aede;
	border-bottom: 2px solid #35aede;
	font-size: 85%;
	background-color: #fff;
}
tfoot tr:hover td {
	background-color: transparent;
}


/* content navigation */

#content ul.content-navi {
	background: url(../bilder/content-navi-back.png) no-repeat 0px 22px #cfebf8;
	margin: -0.9em 0 1em 0;
}
#content ul.content-navi li {
	list-style-type: none;
	border-right: 2px solid #fff;
	float: left;
	margin-bottom: 2px;
}
#content ul.content-navi li a {
	display: block;
	background-color: #cfebf8;
	padding: 3px 7px;
	text-decoration: none;
	white-space: nowrap;
}
#content ul.content-navi li a:hover, #content ul.content-navi li a:focus, #content ul.content-navi li a.aktiv {
	background-color: #35aede;
	color: #fff;
}


/* -----------------
service definitionen
----------------- */

#service h4 {
	color: #0080bc;
	font-size: 95%;
	text-transform: uppercase;
	padding: 0 0 4px 7px;
}

#service h5 {
	color: #0080bc;
	font-size: 95%;
	text-transform: uppercase;
	background-color: #d9d9d9;
	padding: 4px 0 4px 7px;
}

#service ul {
	padding: 0 7px;
	list-style-type: none;
}
#service ul li {
	border-bottom: 1px solid #fff;
	padding: 3px 0;
}
#service ul li a {
	text-decoration: none;
	color: #0080bc;
	display: block;
}
#service ul li a:hover, #service ul li a:focus {
	color: #004c99;
}
#service ul li {
	background: url(../bilder/icon-service-link.png) no-repeat right;
}
#service ul li#anmeldung {
	background: url(../bilder/icon-service-anmeldung.png) no-repeat right;
	border-top: 1px solid #fff;
}
#service ul li#galerie {
	background: url(../bilder/icon-service-galerie.png) no-repeat right;
	border-top: 1px solid #fff;
}
#service ul li#newsletter {
	background: url(../bilder/icon-service-newsletter.png) no-repeat right;
}






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



td.menutitle {color: #000;}


