/* ############################################################################################## */
/* konz-fliese                                                                                    */

/* ********************************************************************************************** */
/* file: all-layout.css                                                                           */
* {
	margin: 0;
	padding: 0;
	font-family: Arial; 
	font-size: 12px;
}

.clear {
	clear: both;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #141313;
}

#page {
	width: 1024px;
	background-image: url(../img/bg.gif);
  background-repeat: repeat-y;
  min-height: 100%;
  height: auto !important;
}
#head #logo {
	width: 206px;
	height: 140px;
	background-image: url(../img/Logo_Konz-Fliese_full.png);
	background-repeat: no-repeat;
	/* background-position: 16px 31px; */
	float: left;
}
#head .header-img {
	float: left;
	border-style: solid;
	border-width: 0 0 2px 2px;
	border-color: #FFF;
}
#main #left {
	width: 208px;
  float: left;
}
#main #left #menue {
	padding-top: 39px;
}
#main #left #suche {
	margin-left: 16px;
}
#main #content {
	float: left;
	width: 432px;
	margin: 0 63px;
	padding-top: 47px;
}
#main #info {
	float: left;
	width: 234px;
	margin: 0 11px;
	
}

/* ********************************************************************************************** */
/* file: all-layout-pageBody.css                                                                  */
a img {
  border: 0;
}

.default,.modul {
  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;
}

h1,.headline,.modul-titel {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0.6em 0;
  color: #e86103;
}
h2, h3, h4, h5, h6 {
	color: #e86103;
}

.name,.name1,.name2 {
  font-size: 1em;
  font-weight: bold;
}

#main img.teaserimg_left,#main img.teaserimg-left {
  float: left;
  margin: 0 0.3em 0.3em 0;;
}

#main img.teaserimg_right, #main img.teaserimg-right {
  float: right;
  margin: 0 0 0.3em 0.3em;
}

.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;
}
table.rahmen {
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  border-color: #a0a0a8;
}
table.rahmen td {
  border-style: solid;
  border-width: 1px;
  border-color: #a0a0a8;
  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;
}
.more, .back {
	background-image: url(../img/more_back_content.gif);
	background-repeat: no-repeat;
	background-position: 100% 5px;
	padding-right: 10px;
}
#info .more, #info .back {
	background-image: url(../img/more_back_info.gif);
}

/* ********************************************************************************************** */
/* file: all-editor-font.css                                                                      */
body,table,button,input,select,textarea {
	font-family: Arial;
}

body {
	font-size: 12px;
}

table,button,input,select,textarea {
	font-size: 1em;
}

body,a {
	color: #fff;
}

/* ********************************************************************************************** */
/* file: all-editor-headline.css                                                                  */
h1 {
	font-size: 1.5em; /* 18px */
}

h2 {
	font-size: 1.333em; /* 16px */
}

h3 {
	font-size: 1.167em; /* 14px */
}

h4,h5,h6 {
	font-size: 1em; /* 12px */
}

/* ********************************************************************************************** */
/* file: all-editor-list.css                                                                      */
li {
	margin-left: 1.5em;
}

ol {
	margin-left: 2em;
}

ol li {
	margin-left: 0;
}

ul {
	margin-left: 1.5em;
}

ul li {
	margin-left: 0;
}

/* ********************************************************************************************** */
/* file: all-editor-img.css                                                                       */
a img {
	border: 0;
}

img.teaserimg-left,img.teaserimg_left {
	float: left;
	margin-right: 1.25em;
}

img.teaserimg-right,img.teaserimg_right {
	float: right;
	margin-left: 1.25em;
}

img.image {
	margin-bottom: 0.6em;
}

/* ********************************************************************************************** */
/* file: all-info.css                                                                             */
#info {
  padding-top: 136px;
  color: #141313;
  position: relative;
}
#info * {
  color: #141313;
}
#icon-navi {
  position: absolute;
  top: 9px;
  left: -2px;
  width: 234px;
}
#icon-navi ul {
  list-style-type: none;
}
#icon-navi a {
  display: block;
  float: right;
}

/* ********************************************************************************************** */
/* file: all-formular.css                                                                         */
input, select, textarea {
	font-size: 1em;
}

input.checkbox {}

input.file {
	border-style: solid;
	border-width: 1px;
	border-color: #a0a0a8;
}

input.hidden {}

input.image {}

input.password {
	border-style: solid;
	border-width: 1px;
	border-color: #a0a0a8;
	padding: 1px;
}

input.radio {}

input.submit, input.button, input.reset {
	border-style: solid;
	border-width: 1px;
	border-color: #a0a0a8;
	background-color: #a0a0a8;
}

input.text {
	border-style: solid;
	border-width: 1px;
	padding: 1px;
	border-color: #a0a0a8;
}

select {
	border-style: solid;
	border-width: 1px;
	border-color: #a0a0a8;
	padding: 1px;
}
option {
	padding-left: 0.4em;
}

textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #a0a0a8;
	padding: 1px;
}

/* ********************************************************************************************** */
/* file: all-menu.css                                                                             */
.hidden {
  display: none;
}

/* UL */

#menue ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0 2px 0 0;
  padding: 0;
}
#menue ul ul {
	margin: 10px 0 0 0;
	padding: 0;
}
#menue ul ul ul {
	margin: 0;
}
#menue li.men ul {
  display: none;
}

/* LI */

#menue li {
  padding: 3px 16px 6px 16px;
  margin: 0;
}

#menue li li {
  padding: 0;
  margin: 0;
}
#menue li li li {}
#menue li li.men-pfad {}

#menue li li li li {}

#menue li li li li {}

/* A */

#menue a {
  text-decoration: none;
  font-family: Glypha Bold, Georgia, Times New Roman;
  font-size: 17px;
  display: block;
  margin: 0;
  padding: 0;
  background-image: url(../img/bg_menue_trenner.gif);
  background-repeat: repeat-x;
  background-position: 0 100%;
}
#menue li a {
}
#menue li li a {
	font-size: 13px;
	font-weight: bold;
	background-color: #262525;
	padding: 3px 0 5px 10px;
	margin: 0;
}
#menue li li li a {
  padding-left: 25px;
}
#menue li li li li a {
	padding-left: 40px;
}
#menue li li li li li a {
	padding-left: 55px;
}

#menue li.men-pfad a {
  color: #e86103;
}
#menue li.men-pfad li.men a {
	color: #767170;
}
#menue li.men-pfad li.men-pfad a {
	color: #FFF;
}
#menue li.men-pfad li.men-pfad li.men-pfad a {
	color: #e86103;
}
#menue li.men-pfad li.men-pfad li.men-pfad li.men a {
  color: #FFF;
}

/* ********************************************************************************************** */
/* file: all-suche.css                                                                            */
#suche {
	margin-top: 34px;
}
#suche h1 {
	font-family: Glypha Bold, Georgia, Times New Roman;
  font-size: 17px;
  margin: 0;
  color: #FFF;
}
#suche input.text {
	border-style: solid;
	border-color: #000 #828282 #000 #c1c0c0;
	border-width: 0 1px 0 1px;
	width: 80px;
	height: 18px;
	margin-top: 2px;
}
#suche input.submit {
	font-family: Glypha Bold, Georgia, Times New Roman;
	font-weight: bold;
	background-color: #000;
	border: 0;
	color: #FFF;
}
#left .left-link {
	font-family: Glypha Bold, Georgia, Times New Roman;
	margin: 42px 0 0 16px;
	text-decoration: none;
	display: block;
}

/* ********************************************************************************************** */
/* file: all-lexikon.css                                                                          */
.lexikon {
	margin: 0 0 1em 0;
	border: 0;
}
.lexikon .modul-titel {
	font-style: normal;
	font-weight: bold;
	margin: 0 0 1em 0;
}
.lexikon .alpha-list {
	float: left;
	margin: 0 0 1em 0;
}
.lexikon .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;
	background-color: #363535;
	color: #616060;
}
.lexikon .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: #FFF;
	text-decoration: none;
}
.lexikon .modul-alpha-list .alpha a:hover, .lexikon .modul-alpha-list .all a:hover {
	text-decoration: underline;
}
.lexikon .modul-suche {
	clear: both;
	margin: 1em 0 1em 0;
}
.lexikon .modul-suche td {
	padding: 0 5px 0 0;
}
#inhalt .lexikon .modul-suche input.submit {
	background-color: transparent;
	border: 0;
}
.lexikon .pb-list  {
	font-size: 1.1em;
}
.lexikon .pb-list .pb-list {
	font-size: 1em;
}
.lexikon .pb-list a {
	text-decoration: none;
}
.lexikon .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: all-fotogalerie.css                                                                      */
.thumbnails {
	margin: 0 0 1em 0;
	width: 522px;
}
.thumbnail {
	float: left;
	margin: 0 3px 3px 0;
	overflow: hidden;
	position: relative;
	width: 102px;
	height: 68px;
	background-color: #eaeaea;
}
.last {
	margin: 0 0 7px 0;
}
.thumbnail a {
	background-color: #f1f1f1;
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: -9999em;
	width: 102px;
  height: 68px;
}
.list-navigation {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.list-navigation a {
	text-decoration: none;
}
.list-navigation a, .list-navigation a span {
	color: #FFF;
}

/* ********************************************************************************************** */
/* file: all-slimbox.css                                                                          */
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../img/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	/* border: 10px solid #fff; */
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	bottom: 6px;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 10px;
	background: transparent url(../img/slimbox/Pfeil_zurueck_Fotogalerie.png) no-repeat 0 100%;
}

#lbPrevLink:hover {}

#lbNextLink {
	right: 10px;
	background: transparent url(../img/slimbox/Pfeil_vor_Fotogalerie.png) no-repeat 100% 100%;
}

#lbNextLink:hover {}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	min-height: 22px;
	padding: 14px 27px 0 27px;;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 88px;
	height: 23px;
	background: transparent url(../img/slimbox/close.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
#lbNumber {
	display: none;
}

/* ********************************************************************************************** */
/* file: all-modules.css                                                                          */
#info div.mod-gallery-banner div.modul {
  border: 0;
}
.mod-gallery-banner img {
  margin: 0 auto;
  display: block;
}

/* ********************************************************************************************** */
/* file: all-mietpark.css                                                                         */
.mod-mietpark {}
.mod-mietpark div.modul-titel {}
.mod-mietpark div.modul-kopf {}
.mod-mietpark div.modul-inhalt {}

/* Kopf */
.mod-mietpark div.modul-kopf div.archiv-verlauf {
	font-weight: bold;
	margin: 0 0 0.6em 0;
}
.mod-mietpark div.modul-kopf ul.archiv-list {
	list-style-image: url(../img/li_mietpark.gif);
	margin: 0;
	padding: 0 0 0 16px;
}
.mod-mietpark div.modul-kopf ul.archiv-list li {
	margin: 0;
	padding: 0;
}

/* Inhalt */
.mod-mietpark div.modul-inhalt .archiv-verlauf {
	font-weight: bold;
	margin: 1.8em 0 0.6em 0;
}
.mod-mietpark div.modul-inhalt .mietartikel {
	clear: both;
	padding: 0 0 1em 0;
}
.mod-mietpark div.modul-inhalt .mietartikel h1.headline {
	background-color: #404040;
	border-color: #606060;
	border-style: solid;
	border-width: 0 0 1px 0;
	padding: 2px 10px;
}
.mod-mietpark div.modul-inhalt .mietartikel .links {
	float: left;
	margin: 0 8px 0.6em 0;
	width: 100px;
	overflow: hidden;
}
#inhalt .mod-mietpark div.modul-inhalt .mietartikel .links img {
	float: left;
	display: block;
	margin: 0 0 0.3em 0;
	max-width: 100px;
}
.mod-mietpark div.modul-inhalt .mietartikel .rechts {
	float: right;
	margin: 0 0 0 8px;
}
.mod-mietpark div.modul-inhalt .mietartikel table.preismodell {
	border-collapse: collapse;
	border-color: #565551;
	border-style: solid;
	border-width: 1px;
}
.mod-mietpark div.modul-inhalt .mietartikel table.preismodell td, .mod-mietpark div.modul-inhalt .mietartikel table.preismodell th {
	border-color: #565551;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
}
.mod-mietpark div.modul-inhalt .mietartikel table.preismodell tr.liste1 {
	background-color: #404040;
}
.mod-mietpark div.modul-inhalt .mietartikel table.preismodell tr.liste0 {
	background-color: #606060;
}
.mod-mietpark div.modul-inhalt .mietartikel div.clear {
	clear: both;
}
