/* ############################################################################################## */
/* defaultTheme                                                                                   */

/* ********************************************************************************************** */
/* file: druck.css                                                                                */
body#druck {
	background-image: none;
	background-color: #fff;
	color: #000;
}
a {
	color: #000;
}
#druck #kopf {
	height: auto;
	margin: 0 auto;
	width: 452px;
}
#druck #main {
	margin: 0 auto;
	width: 452px;
}
#druck #inhalt {
	margin: 10px auto;
	padding: 0;
	width: 432px;
}

/* ********************************************************************************************** */
/* file: formular.css                                                                             */
button,input,select,textarea {
	font-size: 1em;
}

button {
	border-style: solid;
	border-width: 1px;
}

button.button /* , button[type="button"] */ {
	border-style: solid;
	border-width: 1px;
}

button.reset /* , button[type="reset"] */ {
	border-style: solid;
	border-width: 1px;
}

button.submit /* , button[type="submit"] */ {
	border-style: solid;
	border-width: 1px;
}

input.button /* , input[type="button"] */ {
	border-style: solid;
	border-width: 1px;
}

input.checkbox /* , input[type="checkbox"] */ {
	
}

input.datefield {
	border-style: solid;
	border-width: 1px;
}

input.email {
	border-style: solid;
	border-width: 1px;
}

input.file /* , input[type="file"] */ {
	border-style: solid;
	border-width: 1px;
}

input.hidden /* , input[type="hidden"] */ {
	
}

input.image /* , input[type="image"] */ {
	
}

input.password /* , input[type="password"] */ {
	border-style: solid;
	border-width: 1px;
	padding: 1px;
}

input.radio /* , input[type="radio"] */ {
	
}

input.reset /* , input[type="reset"] */ {
	border-style: solid;
	border-width: 1px;
}

input.submit /* , input[type="submit"] */ {
	border-style: solid;
	border-width: 1px;
}

input.text /* , input[type="text"] */ {
	border-style: solid;
	border-width: 1px;
	padding: 1px;
}

select {
	border-style: solid;
	border-width: 1px;
	padding: 1px;
}

option {
	padding-left: 0.4em;
}

textarea {
	border-style: solid;
	border-width: 1px;
	overflow-y: scroll;
	padding: 1px;
}

/* ********************************************************************************************** */
/* file: fotogalerie.css                                                                          */
.gallery {
	overflow: hidden;
	width: 100%;
}
.gallery .clear {
	clear: both;
}
.gallery h1.headline {}
.gallery .body {
	margin: 0 0 1em 0;
}
.gallery div.href {}
.gallery #thumbnails {
	float: left;
	margin: 0 0 1em 0;
	width: 440px;
}
.gallery #thumbnails div.thumbnail {
	float: left;
	height: 68px;
	margin: 0 8px 0 0;
	overflow: hidden;
	width: 102px;
}
.gallery #thumbnails div.thumbnail img {}
.gallery div.pb-list-navigation {
	float: left;
	margin: 0 0 1em 0;
}
.gallery .pb-list-navigation a
, .gallery #prev-next a {
  text-decoration:none;
}
.gallery .pb-list-navigation a:hover
, .gallery #prev-next a:hover {
  text-decoration:underline;
}
.gallery #prev-next {
	float: right;
	margin: 0 0 1em 0;
}
.gallery #einzelbild {
	margin: 0 0 1em 0;
}
.gallery #einzelbild img {}
.gallery div.einzelbild {}
.gallery div.einzelbild h1.headline {}
.gallery div.einzelbild div.teaser {
	margin: 0 0 1em 0;
}

/* ********************************************************************************************** */
/* file: inhalt.css                                                                               */
body {
	font-size: 0.8em;
	line-height: 1.5em;
}
body, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
a img {
	border: 0;
}

.default {
	border-style: solid;
	border-width: 0 0 1px 0;
	margin: 0 0 0.6em 0;
	padding: 0 0 0.6em 0;
}
.image {
	margin: 0 0 0.6em 0;
}
/* Überschriften */
  h1, .headline, .modul-titel, h2, .headline2 {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0 0 0.6em 0;
  }
  h3, .headline3, h4, .headline4 {
    font-weight: bold;
    font-size: 1em;
  }
  h5, .headline5, h6, .headline6 {
    font-size: 1em;
    font-weight: normal;
  }
/* //Überschriften */
  
.name, .name1, .name2 {
	font-size: 1em;
	font-weight: bold;
}
img.teaserimg_left, img.teaserimg-left {
	float: left;
	margin: 0 0.6em 0.6em 0;
}
img.teaserimg_right, img.teaserimg-right {
	float: right;
	margin: 0 0 0.6em 0.6em;
}
.more, .back {
	text-align: right;
}
.more a, .back a {
	background-image: url(../gifs/more_back.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 8px;
	text-decoration: none;
}
.more a:hover, .back a:hover {
	text-decoration: underline;
}

/* ********************************************************************************************** */
/* file: kontakt.css                                                                              */
#kontakt label {
	display: block;
	margin: 0.3em 0;
}
#kontakt textarea {
	display: block;
	height: 100px;
	width: 428px;
}
#kontakt input.text {
	display: block;
	width: 180px;
}
#kontakt input.submit, #kontakt input.reset {
	display: block;
	margin: 1.8em 0 0.3em 0;
	width: 184px;
}

/* ********************************************************************************************** */
/* file: layout.css                                                                               */
.clear {
	clear: both;
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	min-height: 100%;
	position: relative;
}
#kopf {
	height: 277px;
	overflow: hidden;
	position: relative;
	width: 1008px;
}
	#kopf-icon {
		position: absolute;
		right: 8px;
		top: 12px;
	}
		#kopf-icon a {
			margin: 0 3px;
		}
	#kopf-diashow {
		/*position: absolute;*/
	}
	#kopf-diashow-links {
		position: absolute;
		left: 0;
		top: 34px;
	}
	#kopf-diashow-rechts {
		position: absolute;
		left: 622px;
		top: 34px;
	}
#main {
	overflow-x: hidden;
	width: 1008px;
}
	#spalte-menue {
		float: left;
		overflow-x: hidden;
		width: 163px;
	}
		#menue {
			min-height: 10px;
		}
	#spalte-inhalt {
		float: left;
		margin: 0 1px;
		overflow-x: hidden;
		width: 456px;
	}
		#inhalt {
			margin: 0 auto;
			min-height: 1px;
			overflow-x: hidden;
			padding-bottom: 2em;
			width: 432px;
		}
	#spalte-info {
		float: left;
		overflow-x: hidden;
		width: 152px;
	}
		#info {
			margin: 0 auto;
			min-height: 1px;
			overflow-x: hidden;
			padding-bottom: 2em;
			width: 141px;
		}
	#spalte-aktion {
		float: left;
		margin: 0 0 0 1px;
		overflow-x: hidden;
		width: 234px;
	}
		#aktion {
			min-height: 1px;
			padding-bottom: 2em;
		}
#fusszeile {
	height: 2em;
	line-height: 2em;
	width: 1008px;
	position: fixed;
	bottom: 0;
	left: 0;
}
	#fusszeile-spalte-menue {
		float: left;
		height: 100%;
		width: 163px;
	}
	#fusszeile-spalte-inhalt {
		float: left;
		height: 100%;
		margin: 0 1px;
		padding: 0 12px;
		text-align: right;
		width: 432px;
	}
	#fusszeile-spalte-info {
		float: left;
		height: 100%;
		text-align: center;
		width: 152px;
	}
	#fusszeile-spalte-aktion {
		float: left;
		height: 100%;
		margin: 0 0 0 1px;
		padding: 0 12px;
		width: 210px;
	}
	
/* Schriftgr��en */
body {
	font-size: 0.8em;
	line-height: 1.5em;
}
#kopf {
	font-size: 0.85em;
	line-height: 1.2em;
}
#menue-quer {
	font-size: 0.85em;
	line-height: 1.2em;
}
#spalte-menue {
	font-size: 0.85em;
	line-height: 1.2em;
}
#spalte-info {
	font-size: 0.85em;
	line-height: 1.2em;
}
#spalte-aktion {
	font-size: 0.85em;
	line-height: 1.2em;
}
#fusszeile {
	font-size: 0.85em;
}

/* ********************************************************************************************** */
/* file: lexikon.css                                                                              */
.lexikon-modul {
	margin: 0 0 1em 0;
}
.lexikon-modul .modul-titel {
	font-style: normal;
	font-weight: bold;
	margin: 0 0 1em 0;
}
.lexikon-modul .alpha-list {
	float: left;
	margin: 0 0 1em 0;
}
.lexikon-modul .alpha {
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0 4px 3px 0;
	text-align: center;
	width: 22px;
}
.lexikon-modul .alpha-list .all {
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 2px;
}
.lexikon-modul .alpha-list .alpha a, .lexikon-modul .alpha-list .all a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.lexikon-modul .alpha-list .alpha a:hover, .lexikon-modul .alpha-list .all a:hover {
	text-decoration: underline;
}
.lexikon-modul .lexikon-suche {
	clear: both;
	margin: 0 0 1em 0;
}
.lexikon-modul .lexikon-suche td {
	padding: 0 5px 0 0;
}
#inhalt .lexikon-modul .lexikon-suche input.submit {
	background-color: transparent;
	border: 0;
}
.lexikon-modul .pb-list  {
	font-size: 1.1em;
}
.lexikon-modul .pb-list .pb-list {
	font-size: 1em;
}
.lexikon-modul .pb-list a {
	text-decoration: none;
}
.lexikon-modul .pb-list a:hover {
	text-decoration: underline;
}
* .lex-title {
	font-weight: bold;
	/*margin: 0 0 0.5em 0;*/
}
* .lex-group {
	font-style: italic;
	font-weight: bold;
	margin: 1em 0 0 0;
}
* .lex-content {
	margin: 0 0 0.5em 0;
}
.lex-content p { margin: 0; }

/* ********************************************************************************************** */
/* file: listen.css                                                                               */
ol, ul {
	margin: 1em 0 1em 1em;
}
ol ol, ol ul, ul ol, ul ul {
	margin: 0 0 0 1em;
}

li {
	margin-left: 1.5em;
}

ol {
	list-style-type: decimal-leading-zero;
}
ul {
	list-style-image: url(../gifs/li.gif);
}
ul ul {
	list-style-image: url(../gifs/li_li.gif);
}
ul ul ul {
	list-style-image: url(../gifs/li_li_li.gif);
}

/* ********************************************************************************************** */
/* file: menue.css                                                                                */
#menue ul {
	list-style-image: none;
	list-style-type: none;
	margin: -1px 0 0 0;
	padding: 0;
}
#menue .men ul {
	display: none;
}
#menue ul ul {
	margin: 6px 0 0 -25px;
}
#menue ul ul ul {
	margin: 2px 0 0 -36px;
}
#menue ul ul ul ul {
	margin: 2px 0 0 -47px;
}
#menue ul ul ul ul ul {
	margin: 2px 0 0 -58px;
}
#menue ul ul ul ul ul ul {
	background-color: #ff0;
	margin: 2px 0 0 69px;
}

#menue li {
	margin: 0;
	padding: 6px 0 6px 25px;
}
#menue li li {
	padding: 2px 0 2px 36px;
}
#menue li li li {
	padding: 2px 0 2px 47px;
}
#menue li li li li {
	padding: 2px 0 2px 58px;
}
#menue li li li li li {
	padding: 2px 0 2px 69px;
}

#menue a {
	text-decoration: none;
}
#menue a:hover {
	text-decoration: underline;
}

/* ********************************************************************************************** */
/* file: message.css                                                                              */
.message-H,.message-W ,.message-E  {	
	background-color: #DDD;
	border-style: solid;
	border-width: 1px;
	line-height: 14px;
	padding: 3px 3px 3px 3px;
	margin: 1em 0 10px 0;
}
.message-H div,.message-W div ,.message-E div {	
	margin: 0;
	padding: 0 0 0 20px;
}
.message-H div div, .message-W div div, .message-E div div {
	padding: 0;
}
.message-H { /* Hinweis*/ } 
.message-W { /* Warnung*/ }
.message-E { /* ERROR */ }

/* ********************************************************************************************** */
/* file: tabellen.css                                                                             */
table.rahmen {
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
}
table.rahmen td {
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}
table.rahmen td td {
	border: 0;
	padding: 0;
}

table.rahmenlos {
	border: 0;
	margin: -5px;
}
table.rahmenlos td {
	border: 0;
	padding: 5px;
}
table.rahmen td td {
	padding: 0;
}

/* ********************************************************************************************** */
/* file: wettercom147727.css                                                                      */
table.wettercomsmall147727 {
	margin: -2px;
	padding: 0;
	width: 100%;
}
	table.wettercomsmall147727 hr {
		visibility: hidden;
	}
	table.wettercomsmall147727 td {
		margin: 0;
		padding: 2px;
	}
		table.wettercomsmall147727 table {
			text-align: left;
			width: 100%;
		}
		table.wettercomsmall147727 td td {
			padding: 1px;
		}
			font.wettercomheadline147727 {}
			font.wettercomsmall147727 {}

/* ********************************************************************************************** */
/* file: module.css                                                                               */
.modul {
	border-bottom: 1px solid;
	margin-bottom: 0.6em;
	padding-bottom: 0.6em;
}

.mod-routenplaner .modul-inhalt table {
	margin: -3px;
}

.mod-routenplaner .modul-inhalt td {
	padding: 3px;
}
/* ############################################################################################## */
/* fkr-baucentrum-2011                                                                            */

/* ********************************************************************************************** */
/* file: all-editor-list.css                                                                      */
ul {
	list-style-image: url("../img/li.gif");
}

ul ul {
	list-style-image: url("../img/li-li.gif");
}

ul ul ul {
	list-style-image: url("../img/li-li-li.gif");
}

/* ********************************************************************************************** */
/* file: all-theme.css                                                                            */
/* Breiten-Anpassung */
#spalte-menue,#fusszeile-spalte-menue {
	width: 164px;
}

#spalte-info,#fusszeile-spalte-info {
	width: 151px;
}

/* ENDE Breiten-Anpassung */
body {
	background-image: url("../img/bg-2000x3.gif");
	background-repeat: repeat-y;
}

#kopf {
	background-color: #009dd9;
	background-image: url("../img/bgKopf-1008x277.jpg");
	background-position: 0 100%;
	background-repeat: no-repeat;
}

#logo {
	margin-left: 590px;
	margin-top: 111px;
	position: absolute;
	z-index: 1;
}

#logo a {
	background-image: url("../img/logo-FKR-baucentrum-237x110.png");
	background-position: 50% 50%;
	display: block;
	height: 110px;
	outline: none;
	overflow: hidden;
	text-indent: -9999em;
	width: 237px;
}

#kopf-menue {
	position: absolute;
	margin-left: 169px;
	margin-top: 10px;
}

#kopf-image {
	position: absolute;
	left: 0;
	top: 34px;
}

#kopf-diashow {
	position: absolute;
	left: 622px;
	top: 34px;
}

#kopf-logo {
	position: absolute;
	left: 0;
	top: 34px;
	z-index: 100;
}

#fusszeile {
	
}

#fusszeile-spalte-menue {
	
}

#fusszeile-spalte-inhalt {
	background-color: #009dd9;
}

#fusszeile-spalte-info {
	background-color: #009dd9;
}

#fusszeile-spalte-aktion {
	background-color: #009dd9;
}

#form-suche {
	font-size: 0.85em;
	position: absolute;
	left: 874px;
	top: 214px;
	width: 123px;
}

html * #form-suche {
	top: 210px;
}

#form-suche input.submit {
	border: 0;
	background-color: transparent;
	background-image: url("../img/pfeil_suche-10x8.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #009dd9;
	font-weight: bold;
	margin-top: 3px;
	padding: 0 0 0 15px;
	text-align: left;
	width: 60px;
}

#form-suche input.text {
	border-color: #009dd9;
	border-width: 2px;
	width: 117px;
}

/* Schrift-Farben */
body,a {
	color: #4e4e4e;
}

#info,#info a {
	color: #000;
}

#fusszeile a {
	text-decoration: none;
}

#fusszeile-spalte-inhalt,#fusszeile-spalte-inhalt a {
	color: #fff;
}

#fusszeile-spalte-info,#fusszeile-spalte-info a {
	color: #fff;
}

.default {
	border-color: #abcde1;
}

#info .default {
	border-color: #fff;
}

table.rahmen,table.rahmen td {
	border-color: #abcde1;
}

input,select,textarea {
	border-color: #abcde1;
}

.more a,.back a {
	font-weight: bold;
}

/* ********************************************************************************************** */
/* file: all-theme-menue.css                                                                      */
#kopf-menue .abdeck-trenner {
	background-color: #009dd9;
	height: 100%;
	width: 1px;
	position: absolute;
}

#kopf-menue ul {
	color: #fff;
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#kopf-menue ul ul {
	display: none;
}

#kopf-menue li {
	float: left;
	margin: 0;
	padding: 0;
}

#kopf-menue li.men,#kopf-menue li.men-pfad {
	border-color: #fff;
	border-style: solid;
	border-width: 0 0 0 1px;
	padding: 0 10px;
}

#kopf-menue a {
	text-decoration: none;
}

#kopf-menue a:hover {
	text-decoration: underline;
}

#kopf-menue .men-pfad a {
	color: #f0a100;
}

#kopf-menue .men a {
	color: #fff;
}

#menue li.men-pfad {
	background-image: url("../img/li-menue-aktiv.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#menue li.men {
	background-image: url("../img/li-menue-passiv.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
}

#menue li li.men-pfad {
	background-image: none;
	background-position: 25px 4px;
}

#menue li li.men {
	background-image: none;
}

#menue li li li.men-pfad {
	background-position: 36px 6px;
}

#menue li li li li.men-pfad {
	background-position: 47px 6px;
}

#menue li li li li li.men-pfad {
	background-position: 58px 6px;
}

#menue li li li li li li.men-pfad {
	background-position: 69px 6px;
}

#menue .men-pfad a {
	color: #fff;
	font-weight: bold;
}

#menue .men a {
	color: #000;
	font-weight: bold;
}

/* ********************************************************************************************** */
/* file: all-editor-content.css                                                                   */
.more a,.back a {
	background-image: url("../img/more-back.gif");
}

ul.href {
	list-style-image: url("../img/li-href.gif");
}

/* ********************************************************************************************** */
/* file: all-kopf-icon.css                                                                        */
div#kopf-icon {
	margin-left: 930px;
	margin-top: 12px;
	right: auto;
	top: auto;
}

div#kopf-icon ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#kopf-icon li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#kopf-icon a {
	background-image: url("../img/kopfIcon-sprite-47x12.gif");
	background-repeat: no-repeat;
	display: block;
	height: 12px;
	margin-left: 5px;
	margin-right: 5px;
	outline: none;
	overflow: hidden;
	text-indent: -9999em;
}

div#kopf-icon .first a {
	margin-left: 0;
}

div#kopf-icon .last a {
	margin-right: 0;
}

#kopfIconMail a {
	background-position: 0 0;
	width: 17px;
}

#kopfIconSitemap a {
	background-position: -17px 0;
	width: 14px;
}

#kopfIconPrinter a {
	background-position: -31px 0;
	width: 16px;
}
