/* ############################################################################################## */
/* g-h-leder                                                                                      */

/* ********************************************************************************************** */
/* file: all-content-header-image.css                                                             */
div.dm-header-image {
	height: 256px;
	position: relative;
	width: 920px;
}

div.dm-header-image div.header-image {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

div.dm-header-image div.header-title-container {
	background-color: rgba(255, 255, 255, 0.6);
	bottom: 30px;
	padding: 5px 10px;
	position: absolute;
	right: 0;
}

div.dm-header-image div.header-title {
	position: relative;
	top: 0;
	left: 0;
}

/* ********************************************************************************************** */
/* file: all-content-lexikon.css                                                                  */
div.lexikon div.modul-titel {
	color: #768EA4;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

div.lexikon div.modul-alpha-list div.alpha {
	background-color: transparent;
	border: 1px solid #AFAFAE;
	color: #313131;
	float: left;
	height: 27px;
	line-height: 26px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 27px;
}

div.lexikon div.modul-alpha-list div.alpha a {
	background-color: #CED7E2;
	color: #1F466A;
	display: block;
	font-weight: bold;
	height: 27px;
	text-decoration: none;
	width: 27px;
}

div.lexikon div.modul-alpha-list div.all a {
	line-height: 26px;
	font-weight: bold;
	text-decoration: none;
}

div.lexikon div.modul-suche {
	border-bottom: 1px solid #AFAFAE;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-bottom: 15px;
}

div.lexikon div.modul-suche input.submit {
	background-color: #CED7E2;
	color: #1F466A;
	height: 24px;
	line-height: 26px;
	padding: 0 3px;
}

div.lexikon div.modul-suche input.text {
  margin-left: 5px;
  margin-right: 5px;
}

/* ********************************************************************************************** */
/* file: all-content-search.css                                                                   */
div.mod-searchContent .modul-kopf {
  margin-bottom: 20px;
}

div.mod-searchContent h1.headline a {
  color: #6686A4;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
div.mod-searchContent .modul {
	border-bottom: 0;
}

/* ********************************************************************************************** */
/* file: all-content.css                                                                          */
.clear {
  clear: both;
}
h1.headline {
	color: #6686A4;
}

.dm-header-image {
	margin-bottom: 30px;
}

.vm-default,.modul {
	border-bottom: 1px solid #AFAFAE;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.infoAccordion-toggle {
	background-color: #1F466A;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0;
	margin-top: 1px;
	cursor: pointer;
}

.infoAccordion-panel {
	margin-top: 1px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #939491;
	background-color: #E8E9EA;
	background-image: url('../img/bg-info.jpg');
	background-repeat: repeat-x;
	background-position: 0 0;
}

.more,.back {
	margin-top: 10px;
	float: right;
	height: 15px;
	background-image: url('../img/btn_mehr.gif');
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.more a,.back a {
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	padding-right: 3px;
}

div.href {
	margin-top: 20px;
}
span.nowrap {
  white-space: nowrap;
}

/* ********************************************************************************************** */
/* file: all-editor-font.css                                                                      */
body,button,input,select,textarea {
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica,
		sans-serif;
}

body {
	font-size: 12px;
}

table,button,input,select,textarea {
	font-size: 1em;
}

body,a {
	color: #313131;
	font-size: 14px;
}

h1.headline,div.modul-titel {
	color: #6686A4;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 14px;
	text-transform: uppercase;
}

div#footer a {
	font-size: 11px;
	padding-right: 2px;
}

div.dm-header-image div.header-title {
	color: #1F466A;
	font-size: 22px;
	font-weight: bold;
}

.more a, .back a {
  color: #5B5F62;
}

/* ********************************************************************************************** */
/* file: all-editor-form.css                                                                      */
button,input,select,textarea {
	border: 1px solid #AFAFAE;
	line-height: normal;
	outline: none;
}

button.button,button.submit,input.button,input.submit,button.reset,input.reset
	{
	background-color: #CED7E2;
	font-weight: bold;
	color: #1F466A;
}

input.datefield,input.email,input.file,input.password,input.text,textarea, select
	{
	color: #55595C;
	padding: 2px;
}

select,textarea {
	padding: 1px;
}

input.checkbox,input.radio {
	border: 0;
}

option {
	padding: 0 0.4em;
}

textarea {
	overflow-y: scroll;
}

/* ********************************************************************************************** */
/* file: all-editor-global.css                                                                    */
* {
	margin: 0;
	padding: 0;
}

/* ********************************************************************************************** */
/* file: all-editor-img.css                                                                       */
a img {
	border: 0;
}

img.teaserimg-left,img.teaserimg_left {
	float: left;
	display: block;
	margin-right: 1.25em;
}

img.teaserimg-right,img.teaserimg_right {
	float: right;
	display: block;
	margin-left: 1.25em;
}

img.image {
	margin-bottom: 0.6em;
}

/* ********************************************************************************************** */
/* file: all-editor-list.css                                                                      */
li {
  list-style-image: url('../img/li.gif');
  margin-left: 1.5em;
}

ol {
  margin-left: 2em;
}

ol li {
  list-style-image: none;
  margin-left: 0;
}

ul {
  margin-left: 1.5em;
}

ul li {
  margin-left: 0;
}

ul li {
  list-style-image: url('../img/li.gif');
}

ul ul li {
  list-style-image: url('../img/li-li.gif');
}

ul ul ul li {
  list-style-image: url('../img/li-li-li.gif');
}

li.href, ul.href li {
  list-style-image: url('../img/li-href.gif');
}

/* ********************************************************************************************** */
/* file: all-editor-table.css                                                                     */
table.rahmen {
	border-collapse: collapse;
}

table.rahmen,table.rahmen th,table.rahmen td {
	border-color: #AFAFAE;
	border-style: solid;
	border-width: 1px;
}

table.rahmen th,table.rahmen td {
	padding: 5px;
}

table.rahmenlos {
	margin: -5px;
}

table.rahmenlos,table.rahmenlos th,table.rahmenlos td {
	border: 0;
}

table.rahmenlos th,table.rahmenlos td {
	padding: 5px;
}

/* ********************************************************************************************** */
/* file: all-form-search.css                                                                      */
#form-search {
	background-image: url(../img/bg-form-search.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding-bottom: 25px;
	position: relative;
}

#form-search input.submit {
	background-color: transparent;
	bottom: 0;
	cursor: pointer;
	height: 25px;
	left: 0;
	position: absolute;
	width: 25px;
}

#form-search input.text {
	background-color: transparent;
	bottom: 0;
	left: 28px;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
	text-align: center;
	width: 183px;
}

/* ********************************************************************************************** */
/* file: all-fotogalerie.css                                                                      */
.thumbnails {
	margin: 0 0 0 0;
	width: 634px;
}

.thumbnail {
	float: left;
	height: 75px;
	margin: 0 0 5px 5px;
	overflow: hidden;
	position: relative;
	width: 75px;
}

.thumbnail.first {
	margin: 0 0 5px 0;
}

.thumbnail.last {
	margin: 0 0 5px 4px;
}

.thumbnail a {
	background-color: #FFF;
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 75px;
	text-indent: -9999em;
	width: 75px;
}
.thumbnail a span {
  display: block;
  height: 75px;
  cursor: pointer;
} 

/* fotogalerie layout 2 */

div.dm-photogallery-2 {
	border-bottom: 1px solid #AFAFAE;
	padding-bottom: 20px;
}

div.dm-photogallery-2 .thumbnail-container {
	width: 154px;
	float: left;
	margin: 0 0 5px 5px;
}
div.dm-photogallery-2 .thumbnail-container.first {
	margin: 0 0 5px 0;
}
div.dm-photogallery-2 .thumbnail-container.last {
}

div.dm-photogallery-2 .thumbnail {
	background-color: #FFF;
	border: 1px solid #6686A4;
	height: 116px;
	width: 152px;
	margin: 0;
	float: none;
	/* position: static; */
	cursor: pointer;
}

div.dm-photogallery-2 .thumbnail a {
	height: 108px;
	margin: 4px;
	width: 144px;
}

div.dm-photogallery-2 .thumbnail a span {
	display: block;
	height: 108px;
	cursor: pointer;
} 

div.dm-photogallery-2 .thumbnail-text {
	background-color: transparent;
	font-size: 12px;
	min-height: 45px;
	width: 152px;
}

/* List-Navigation */


div.list-navigation {
	margin: 10px 0;
}

div.list-navigation span.pageCounter,div.list-navigation a.pageCounter {
	color: #1F466A;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 21px;
	line-height: 20px;
	margin-right: 2px;
	text-align: center;
	text-decoration: none;
	width: 24px;
	text-align: center;
}

div.list-navigation span.pageCounterActive {
	background-color: #FFF;
	border: 1px solid #AFAFAE;
}

a.list-navi-next,a.list-navi-prev {
	color: #6686A4;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}

a.list-navi-next {
	background-image: url('../img/fotogalerie_pfeil_weiter.gif');
	background-position: 100% 50%;
	background-repeat: no-repeat;
	margin-left: 10px;
	padding: 0 15px 0 0;
}

a.list-navi-prev {
	background-image: url('../img/fotogalerie_pfeil_zurueck.gif');
	background-position: 0 50%;
	background-repeat: no-repeat;
	margin-right: 10px;
	padding: 0 0 0 15px;
}

/* ********************************************************************************************** */
/* file: all-header-icon-navi.css                                                                 */
div#header-icon-navi {
	position: absolute;
	right: 0;
}

div#header-icon-navi a.header-icon {
	background-image: url('../img/icon-print-sitemap-write-pdfDownload.gif');
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 29px;
	margin-left: 10px;
	overflow: hidden;
	width: 29px;
}

div#header-icon-navi a#icon-contact {
	background-position: -58px 0;
}

div#header-icon-navi a#icon-printer {
	background-position: 0 0;
}

div#header-icon-navi a#icon-sitemap {
	background-position: -29px 0;
}

div#header-icon-navi a#icon-pdf-download {
	background-position: -87px 0;
}

/* ********************************************************************************************** */
/* file: all-layout.css                                                                           */
* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	background-position: -200px 0;
	background-color: #99B4D2;
}

html {
	overflow-y: scroll;
}

#page {
	background-color: rgba(255, 255, 255, 0.75);
	margin: 30px auto;
	width: 1006px;
	position: relative;
}

#page-content {
	margin: 0 43px 0 43px;
	padding-bottom: 15px;
	position: relative;
	top: 0;
	left: 0;
}

#header {
	width: 100%;
	height: 142px;
	padding-top: 9px;
}

#logo {
	background-image: url(../img/Logo_GuH-Leder.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 67px;
	margin-top: 50px;
	overflow: hidden;
	text-indent: -9999em;
	width: 564px;
}

#body {
	margin-top: 13px;
}

#body .body-col {
	float: left;
	overflow: hidden;
}

#body-col-1 {
	width: 285px;
}

#body-col-1 .body-col-cnt {
	margin-right: 62px;
}

#navi {
	min-height: 265px;
}

#info {
	margin: 70px 0 0 0;
}

#form-search {
	margin-bottom: 20px;
}

#body-col-2 {
	width: 634px;
}

#body-col-2 .body-col-cnt {
	
}

#footer {
	background-color: #517CA7;
	font-size: 11px;
	line-height: 1em;
	margin-top: 13px;
	overflow: hidden;
	padding: 5px 6px;
}

#footer,#footer a {
	color: #FFF;
}

#footer ul,#footer ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer ul {
	float: right;
}

#footer li {
	border-color: #FFF;
	border-left-style: solid;
	border-width: 1px;
	float: left;
	list-style-type: none;
	list-style-image: none;
	padding: 0 1em;
}

#footer li.first-child {
	border-left-style: none;
	padding-left: 0;
}

#footer li.last-child {
	padding-right: 0;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* ********************************************************************************************** */
/* file: all-message.css                                                                          */
div#system_message {
	background-color: #fff;
	border: 1px solid #f00;
	margin-bottom: 1.25em;
	padding: 3px;
}

div#system_message div {
	padding-left: 20px;
}

div#system_message div div {
	padding-left: 0;
}

/* Hinweise */
div.message-H {
	background-color: #fff;
	border: 1px solid #f00;
	margin-bottom: 1.25em;
	padding: 3px;
}

div.message-H div {
	padding-left: 20px;
}

div.message-H div div {
	padding-left: 0;
}

/* Warungen */
div.message-W {
	background-color: #fff;
	border: 1px solid #f00;
	margin-bottom: 1.25em;
	padding: 3px;
}

div.message-W div {
	padding-left: 20px;
}

div.message-W div div {
	padding-left: 0;
}

/* Fehler */
div.message-E {
	background-color: #fff;
	border: 1px solid #f00;
	margin-bottom: 1.25em;
	padding: 3px;
}

div.message-E div {
	padding-left: 20px;
}

div.message-E div div {
	padding-left: 0;
}

/* ********************************************************************************************** */
/* file: all-navi.css                                                                             */
#navi ul,#navi li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navi ul {
	background-color: transparent;
}

#navi .men ul {
	display: none;
}

#navi li a {
	background-color: #CED7E2;
	display: block;
	margin-top: 1px;
	padding-bottom: 6px;
	padding-left: 18px;
	padding-top: 5px;
}

#navi li li a {
	background-color: transparent;
	font-size: 11px;
	padding-bottom: 0;
	padding-left: 36px;
	padding-top: 0;
	font-size: 11px;
}

#navi li li li a {
  padding-left: 54px;
}

#navi li:first-child {
	border-top-style: none;
}

#navi a {
	color: #1F466A;
	text-decoration: none;
}

#navi li.men-pfad a,#navi li.men a:hover {
	font-weight: bold;
}

#navi li.men a {
	font-weight: normal;
}

#navi li li.men-pfad a,#navi li li.men a:hover {
	background-image: url('../img/pfeil_Untermenue_aktiv.png');
	background-position: 15px 4px;
	background-repeat: no-repeat;
}

/* ********************************************************************************************** */
/* file: all-referencelist.css                                                                    */
.mod-referenzliste a.reference-link {
  padding-right: 17px;
  background-image: url(../img/icon_fotoapparat.png);
  background-position: 100% 4px;
  background-repeat: no-repeat;
  text-decoration: none;
  margin-left: 2px;
}
.mod-referenzliste a.reference-link:hover {
	text-decoration: underline;
}
.mod-referenzliste ul {
	background-image: url(../img/li.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  margin: 0;
  padding-left: 1.5em;
}
.mod-referenzliste ul li {
	list-style-image: none;
	list-style-type: none;
}
.mod-referenzliste .ref-headline {
	color: #6686A4;
	font-weight: bold;
	border-bottom: 1px solid #6686A4;
}
.mod-referenzliste .ref-content {
	padding: 10px 0 10px 20px;
}
div.mod-searchContent .vm-search-referenz h1.headline a,
div.mod-searchContent .vm-search-referenz h1.headline {
	font-weight: bold;
	font-size: 14px;
}
div.mod-searchContent .vm-search-referenz h1.headline a.reference-link {
  padding-right: 17px;
  background-image: url(../img/icon_fotoapparat.png);
  background-position: 100% 4px;
  background-repeat: no-repeat;
}
div.mod-searchContent .vm-search-referenz h1.headline a.reference-link:hover {
	text-decoration: underline;
}

/* ********************************************************************************************** */
/* file: all-referencesearch.css                                                                  */
.mod-referenzsuche .modul-titel {
	color: #6686A4;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 14px;
	text-transform: uppercase;
}
.mod-referenzsuche .form-block {
	float: right;
	width: 364px;
}
.mod-referenzsuche select {
  width: 180px;
  margin-bottom: 10px;
}
.mod-referenzsuche input.submit {
	width: 180px;
	float: right;
}
.mod-referenzsuche select.left {
	float: left;
}
.mod-referenzsuche select.right {
	float: right;
}

/* ********************************************************************************************** */
/* file: all-slimbox.css                                                                          */
/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #1F466A;
	cursor: pointer;
}

#lbCenter,#lbBottomContainer {
	background-color: #FFF;
	border: 2px solid #1C2C3A;
	overflow: hidden;
	position: absolute;
	z-index: 9999;
}

#lbCenter {
	border-bottom: 0;
}

#lbBottomContainer {
	border-top: 0;
}

.lbLoading {
	background-color: #FFF;
	background-image: url('../img/slimbox/loading.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#lbImage {
	background-repeat: no-repeat;
	border: 1px solid #6686A4;
	left: 0;
	position: absolute;
	top: 0;
}

#lbImage div {
	border-color: #FFF;
	border-style: solid;
	border-width: 10px 0 0 10px;
}

#lbPrevLink,#lbNextLink {
	display: block;
	outline: none;
	position: absolute;
	top: 0;
	width: 50%;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background-color: transparent;
	background-image: url('../img/slimbox/prev.gif');
	background-position: 0 15%;
	background-repeat: no-repeat;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background-color: transparent;
	background-image: url('../img/slimbox/next.gif');
	background-position: 100% 15%;
	background-repeat: no-repeat;
	border-right: 10px solid #FFF;
}

#lbBottom {
	border: 1px solid #6686A4;
	border-top-style: none;
	color: #666;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	padding: 0 10px 10px 10px;
	position: relative;
	text-align: left;
}

#lbCloseLink {
	background-color: transparent;
	background-image: url('../img/slimbox/close.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 26px;
	margin: 5px 0;
	outline: none;
	width: 26px;
}

#lbNumber {
	left: 10px;
	font-family: Trebuchet MS;
	font-size: 11px;
	position: absolute;
	top: 10px;
	width: 100px;
}

#lbCaption {
	color: #313131;
	font-family: Trebuchet MS;
	font-size: 12px;
	/* font-weight: bold; */
	/* position: absolute;*/
	/* left: 80px; */
	margin: 0 0 0 80px;
	padding-top: 11px;
  text-align: left;
  float: left;
  top: 10px;
  width: 60%;
}
#lbCaption .media-headline {
	font-weight: bold;
	margin-bottom: 10px
}
