html { height: auto; }
body {
	margin: 0px;
	padding: 0px;

	font-size: 13px;
	font-family: Verdana, sans-serif;
	line-height: 120%;
	color: #000;

	width: 100%;
	height: auto;
	background-color: #fff;
	position: relative;
}
strong, b { font-weight: 700; }
form { margin: 0px; padding: 0px; }
a {
	text-decoration: underline;
	color: #666;
    transition: all 0.5s ease-in-out;
}
a:HOVER {
	text-decoration: none;
	color: #a82f1c;
    transition: all 0.5s ease-in-out;
}


section.maincontent {
	
}
section.maincontent .container {
	background: transparent url(/images/layout/bg1.jpg) no-repeat center center;
	min-height: 600px;
}
section.maincontent img.lady {
	display: block;
	margin-top: 20px;
	width: 100%;
}
section.maincontent a.logo img {
	margin-top: 50px;
	width: 100%;
	border: 0px;
}
body.startpage section.maincontent a.logo { display: none; }
section.maincontent img.lady {
	display: block;
	margin-top: 20px;
	width: 100%;
}
body.startpage section.maincontent img.lady { 
	margin-top: 113px;
}

section.maincontent div.mobilenavi {
	display: block;
	margin: 0px -15px 0px -15px;
	height: 50px;
	background-color: #fcfcfc;
	border-bottom: 1px solid #eee;
}
section.maincontent div.mobilenavi a.mobilelogo {
	display: block;
	float: left;
	margin: 8px 0px 8px 8px;
}
section.maincontent div.mobilenavi a.mobilelogo img {
	height: 34px;
	border: 0px;
}
section.maincontent div.mobilenavi a.showmobilenavi {
	display: block;
	float: right;
	margin: 7px 7px 7px 0px;
}
section.maincontent div.mobilenavi a.showmobilenavi img {
	width: 36px;
	height: 35px;
	border: 0px;
}

section.maincontent ul.mobilenaviul {
	display: none;
	position: absolute;
	right: 0px;
	width: 100%;
	z-index: 32145;
	list-style-type: none;
	margin: 0px; padding: 0px;
	background-color: #f3f3f3;
	border-bottom: 1px solid #ddd;

}
section.maincontent ul.mobilenaviul li {
	border-top: 1px solid #ddd;
	height: 30px; line-height: 30px;
	text-align: right;
	padding: 0px 15px 0px 30px;
	font-weight: 700;
}
section.maincontent ul.mobilenaviul li a {
	color: #000;
	text-decoration: none;
}
section.maincontent ul.mobilenaviul li.mobilesubnavi {
	height: 16px; line-height: 16px;
	border-top: 1px solid transparent;
	padding-right: 30px;
	font-weight: 300;
}
section.maincontent ul.mobilenaviul li.mobilesubnavi.last {
	padding-bottom: 10px;
}
section.maincontent ul.mobilenaviul li:first-of-type {
	border-top: 0px !important;
}




section.maincontent ul.navi {
	display: none;
	list-style-type: none;
	margin: 30px 0px 0px 0px; padding: 0px;
	min-height: 25px;
}
section.maincontent ul.navi * {
	display: inline;
}
section.maincontent ul.navi li {
	display: inline-block;
	margin: 0px 20px 6px 0px;
}
section.maincontent ul.navi li.last {
	display: none;
	position: relative;
	width: 100%;
	height: 0px;
}
section.maincontent ul.navi li a {
	color: #000;
	text-decoration: none;
}
section.maincontent ul.navi li.nav-termine a {
	padding-left: 20px;
	background: transparent url('/images/layout/tel.png') no-repeat 0px 2px;
}
section.maincontent ul.navi li a:HOVER, section.maincontent ul li a.active {
	color: #a82f1c;
}
section.maincontent ul.subnavi {
	position: absolute;
	display: none;
	margin: 0px; padding: 5px;
	list-style-type: none;
	opacity: 0.85;
	background-color: #fff;
}
section.maincontent ul.subnavi li {
	margin: 0px;
	padding: 2px 0px 2px 0px;
}
section.maincontent ul.subnavi li a {
	color: #000;
	text-decoration: none;
}

section.maincontent .pathline {
	clear: both;
	margin: 18px 0px 20px 0px;
	color: #666;
}
section.maincontent .pathline a {
	text-decoration: none;
	color: #666;
}
body.startpage section.maincontent .pathline {
	display: none;
}
.mainleftcolumn {
	display: none;
}
.mainrightcolumn {
	min-height: 35px;
}
@media (max-width: 991px) {
	.mainrightcolumn { width: 100%;	}
}


.startpage_mobile { display: block; margin-top: 10px; }
.startpage_full { display: none; }
.tabletlogo {
	margin-top: 10px;
	display: none;
}
.tabletlogo img {
	height: 40px;	
}

@media (min-width: 768px) {
	.startpage_mobile { display: none; }
	.startpage_full { display: block; }
	.tabletlogo {
		display: block;
	}

	section.maincontent .container {
		background-position: 223px 154px;
	}
	section.maincontent div.mobilenavi {
		display: none;
	}
	section.maincontent ul.navi {
		display: block;
	}
	section.maincontent ul.navi li.last {
		display: inline-block;
	}
	section.maincontent ul.navi {
		text-align: justify;
		margin: 20px 0px 0px 0px;
	}
	section.maincontent ul.navi li {
		margin: 0px 0px 0px 0px;
	}
}
@media (min-width: 992px) {
	.tabletlogo, .tabletleftimages {
		display: none;
	}
	.mainleftcolumn {
		display: block;
	}
	section.maincontent .pathline {
		margin: 5px 0px 20px 0px;
	}
	.mainrightcolumn {
		min-height: 590px;
	}
}
@media (min-width: 1170px) {
	section.maincontent .pathline {
		margin: 6px 0px 20px 0px;
	}
	section.maincontent ul.navi {
		margin: 30px 0px 0px 0px;
	}
	.mainrightcolumn {
		min-height: 700px;
	}

}


.left-layoutimage {
	width: 100%;
	border: 0px;
	margin: 10px 0px 10px 0px;	
}
.top-layoutimage {
	width: 100%;
	border: 0px;
	margin: 0px 0px 0px 0px;	
}
.logo2 {
	display: block;
	margin: 10px auto 20px auto;
	width: 50%;
}

.google-maps {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}



.bottomspacer {
	clear: both;
	height: 165px;
}
footer {
	display: none;
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin: 0px;
	padding-top: 6px;
	border-top: 1px solid #000;
	color: #222; font-size: 11px;
}
footer p {
	padding-bottom: 0px;
}
footer a {
	text-decoration: none;
	color: #000;
}
@media (min-width: 768px) {
	footer { display: block; }
}`



.toplined-link {
	display: inline-block;
	border-top: 1px solid #384975;
	padding-top: 2px !important;
	text-transform: uppercase;
	color: #384975;
	text-decoration: none;
}


.projecttypeimage {
	display: block;
	width: 100%;
	margin: 0px 0px 15px 0px;
	border: 0px;
}
.projecttyperow {
	margin-bottom: 0px;
}
.projecttypecol {
	margin-bottom: 26px;
}
@media (min-width: 992px) {
	.projecttyperow { margin-bottom: 26px; }
	.projecttypecol { margin-bottom: 0px; }
}


.legend {
	min-height: 240px;
	background: #E6E6E6 url(/images/layout/legendebg.jpg) left 30px no-repeat;
	margin-bottom: 20px;
}
.legend div.portraitcontainer {
	float: left;
	width: 320px;
	padding-right: 30px;
	height: 240px;
	text-align: center;
}
.legend div.portraitcontainer img {
	height: 240px;
	border: 0px;
}
.legend div.textcontainer {
	padding: 50px 50px 0px 0px;
}
.legendscontainer {
	position: relative;
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.legendscontainer .legend {
	width: 100%;
	position: absolute; top: 0px; left: 0px;
}
.legendscontainer .pietimer {
	z-index: 1000;
	position: absolute; bottom: 5px; left: 5px;
	width: 18px; height: 18px;
}
.legend-view-image {
	float: left;
	margin: 0px 15px 15px 0px;
	height: 240px;
}

.clientrow {
	margin-bottom: 0px;
}
.clientcol {
	margin-bottom: 26px;
	text-align: center;
}
@media (min-width: 992px) {
	.clientrow { margin-bottom: 26px; }
	.clientcol { margin-bottom: 0px; }
}
.clientcol div.logo {
	height: 110px; line-height: 100px; text-align: center;
	margin-bottom: 13px;
}
.clientcol div.logo img {
	max-width: 100%;
	max-height: 100%;
	margin: auto auto auto auto;
	border: 0px;
	vertical-align: middle;

    -webkit-filter: grayscale(100%);  
    -webkit-filter: grayscale(1);  
    filter: grayscale(100%);
	filter: url('/images/layout/grayscale.svg#grayscale'); /* Firefox 4+ */
    filter: gray;  

    transition: all 0.5s ease-in-out;
}
.clientcol div.logo img:HOVER {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
    transition: all 0.5s ease-in-out;
}
.clientcol h2 a {
	text-decoration: none;
}
.client-view-image {
	float: left;
	margin: 0px 15px 15px 0px;
	height: 80px;
}


.startpage-color {
	background-color: #f6f6f6;
}
.startpage-padding {
	padding-top: 25px;
}
.startpagebox-container {
	margin-bottom: 25px;
}
.startpagebox {
	clear: both;
}
.startpagebox p {
	margin: 10px 0px 10px 0px;
}
.startpagebox-image {
	float: left;
	width: 150px;
	border: 0px;
	display: block;
	margin: 0px 10px 0px 0px;
}
@media (min-width: 768px) {
	.startpagebox {
		clear: none;
	}
	.startpagebox-image {
		float: none;
		width: 100%;
		margin: 0px;
	}
}

.startpage-aktionen {
	padding-top: 25px;
}
.col-right {
	text-align: left;	
}
.startpage-aktionen-master {
	position: relative;
}
a.startpage-auktionen-arrow {
	display: none;
	position: absolute;
	background-color: #DEDEDE;
    transition: none;
}
a.startpage-auktionen-arrow img {
	display: inline-block;
	vertical-align: middle;	
}
a.startpage-auktionen-arrow:HOVER {
    transition: none;
}
a.startpage-auktionen-arrow img {
	width: 29px;
	height: 46px;
}
a.startpage-auktionen-arrow-left {
	text-align: left;
	left: 0px;
}
a.startpage-auktionen-arrow-right {
	text-align: right;
	right: 0px;
}
.startpage-aktionen-container {
	width: 100%;
	padding-left: 75px;
	padding-right: 70px;
	overflow-x: hidden;
	white-space: nowrap;
}
.startpage-aktionen-container a {
	display: inline-block;
	width: 49%;
	margin-right: 1%;
    transition: none;
}
.startpage-aktionen-container a:HOVER {
    transition: none;
}
.startpage-aktionen-container a.hidden {
	display: none;
}
.startpage-aktionen-container a img {
	width: 100%;
}



.heb-button {
	display: inline-block;
	border: 0px;
	height: 44px; line-height: 44px;
	color: #fff; background-color: #000;
	margin: 0px !important;
	padding: 0px 15px 0px 15px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
.heb-button:HOVER {
    transition: all 0.5s ease-in-out;
	background-color: #cc0001;
	color: #fff;
}
.heb-button:DISABLED {
	opacity: 0.5;
	background-color: #444;	
}
.heb-button-backlink {
	float: right;
	margin-top: -0px !important;
	background-color: #cc0001;
}
.heb-button-backlink:HOVER {
	background-color: #000;
}

.heb-button-margined {
	margin-top: 15px !important;	
}








.heb-thumbnail {
	height: 75px;
	border: 0px;
}
.heb-mediumthumbnail {
	width: 366px; 
	height: 235px;
	border: 0px;
}


.heb-newsrow {
	margin-bottom: 20px;
}
.heb-newsrow div.left {
	float: left;
	width: 204px;
	margin-right: 15px;
}
.heb-newsrow div.left a.im {
    transition: all 0.5s ease-in-out;
}
.heb-newsrow div.left a.im:HOVER {
	opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.heb-newsrow div.left a.im img.im {
	width: 204px;
	height: 131px;
}
.heb-newsrow div.right {
	float: left;
	width: 360px;
}
.heb-newsrow div.right h2 {
	margin: 4px 0px 8px 0px;
}
.heb-newsrow div.right a.heb-button {
	margin-top: 8px !important;
}

.heb-news-image {
	float: left;
	margin: 0px 10px 10px 0px;
	width: 204px;
	height: 131px;
}






ul.slideshow li { width: 31%; }
@media (min-width: 768px) {
	ul.slideshow li { width: 130px; }
}
@media (min-width: 992px) {
	ul.slideshow li { width: 170px; }
}
@media (min-width: 1200px) {
	ul.slideshow li { width: 210px; }
}




ul.slideshow {
	width: 100%;
	list-style-type: none;
	margin: 0px; padding: 0px;
}
ul.slideshow li {
	float: left;
	padding: 0px;
	margin: 0px 10px 10px 0px;
}
ul.slideshow li a img.sthumbnail {
	width: 100%;
	border: 0px;
}
a.heb-slideshow-showall {
	display: block;
	width: 114px; 
	height: 73px;
	text-decoration: none;
	background: transparent url(/images/layout/right-small.png) center center no-repeat;
}


.morelink {
	padding-left: 8px;
	background: transparent url('/images/layout/morelink.png') no-repeat 0px 5px;
}

.black { color: #000000; }
.greyedbox { background: #F3F3F3; }
.ui-widget { font-size: 11px !important; }


div.tdleft { float: left; width: 212px; margin: 0px 15px 0px 0px; }
div.tdright {  float: left; width: 373px; margin: 0px 0px 0px 0px; }

div.listleft { float: left; width: 70px; margin-right: 10px; }
div.listright {  float: left; width: 530px; }

div.layoutleft { float: left; margin-right: 30px; }
div.layoutright {  float: left; }



/**** end of Layout-specific styles ****/
#autowebroot { display: none; }

a.picturepreview {}

.clear { clear:both;  }
.clearright { clear:right;  }
div.pagescontainer { }
div.pagescontainer div a { }



h1 { font-size: 17px; margin: 0px 0px 17px 0px;  padding: 0px;  font-weight: 700; color: #a93013; }
h2 { font-size: 17px; margin: 0px 0px 17px 0px;  padding: 0px;  font-weight: 700; color: #f7a800; }
h3 { font-size: 13px; margin: 0px 0px 0px 0px;   padding: 0px;  font-weight: 700; color: #000; }
p  {				  margin: 0px 0px 0px 0px;   padding: 0px 0px 13px 0px; }


form.inlineform {
	display: block;
	position: relative;
	margin: 0px; padding: 0px;
}
form.inlineform label {
	width: 110px;
	display: block; float: left; clear: left;
	margin: 2px 10px 0px 0px; padding: 3px 0px 0px 0px;
	cursor: pointer;
}
form.anfrageform label { width: 150px !important; }
form.inlineform label.required {
	font-weight: bold;
}
form.inlineform div.input {
	display: block; float: left;
	margin-bottom: 6px;
	line-height: 24px;
}
form.inlineform input.button, input.coolbutton {
	background: #000;
	border: 0px;
	margin: 8px 0px 0px 0px; padding: 0px 10px 0px 10px;
	height: 57px; line-height: 57px;
	color: #fff; font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
    transition: all 0.5s ease-in-out;
}
form.inlineform input.button:HOVER, input.coolbutton:HOVER {
	background-color: #FF290B;
}
form.inlineform input.cancel {
	background-color: #AA6666;
}
form.inlineform input.loadingbutton {
	background: #EEEEEE url('/images/layout/loading.gif') center center no-repeat !important;
	color: transparent !important;
	border-color: #CCCCCC !important;
}
form.inlineform input.loading {
	color: transparent;
	background: transparent url('/images/layout/loading.gif') center center no-repeat;
}
form.inlineform input.inputerror, form.inlineform textarea.inputerror {
	background-image: url('/images/layout/inputerrorbg.png?aab');
}

form.inlineform input.textinput {
	background-color: #F1F1F1;
	border: 1px solid #C6C6C6;
	border-spacing: 0px; border-collapse: collapse; margin: 0px; padding: 0px;
	height: 24px; line-height: 24px;
	color: #333333;
}
form.inlineform textarea.textinput {
	background-color: #F7F7F7;
	border: 1px solid #C6C6C6;
	border-spacing: 0px; border-collapse: collapse; margin: 0px; padding: 0px;
	line-height: 24px;
	color: #333333;
}
form.inlineform p.error {
	color: #993300;
	font-weight: bold;
}

div.inlineformhint {
	position: absolute;
	width: 208px;
	min-height: 40px;
}
div.inlineformhint div.ifh_top {
	width: 208px;
	height: 10px;
	background: transparent url('/images/layout/inlineform_buble.png') top left no-repeat;
}
div.inlineformhint div.ifh_bottom {
	width: 208px;
	min-height: 30px;
	background: transparent url('/images/layout/inlineform_buble.png') bottom left no-repeat;
}
div.inlineformhint div.ifh_bottom div.ifh_content {
	padding: 0px 5px 29px 5px;
	font-size: 11px;
	line-height: 14px;
	color: #995555;
}

form.inlineform_small {
	font-size: 11px;
}
form.inlineform_small label {
	font-size: 11px;
	width: 90px;
}


#section.maincontent form.inlineform input.textinput, #section.maincontent form.inlineform textarea.textinput {
	border: 1px solid #737373 !important;
}
#section.maincontent form.inlineform input.button, #section.maincontent input.coolbutton {
	border: 1px solid #737373 !important;
}


#captcharow {
	height: 30px;
	clear: both;
}
#captcharow div.el1 {
	padding: 4px; 
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	border-radius: 5px;
	float: left;
}
#captcharow div.el1 img.captcha {
	display: block; float: left;
	cursor: pointer; width: 120px; height: 30px;
}
#captcharow div.el1 a.play {
	display: block; float: left;
	width: 20px; height: 30px;
	background: transparent url('/images/layout/play.png') no-repeat 2px 8px;
	text-decoration: none;
}
#captcharow div.el3 {
	width: 8px;
	float: left; height: 40px; line-height: 40px;
	margin: 0px 4px 0px 4px;
}
#captcharow div.el4 {
	float: left; height: 40px; line-height: 40px;
	margin: 0px 0px 0px 0px;
}
#captcharow div.el4 input {
	width: 45px;
}


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(/images/layout/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/images/layout/colorbox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(/images/layout/colorbox/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/images/layout/colorbox/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(/images/layout/colorbox/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(/images/layout/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/images/layout/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/images/layout/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/images/layout/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#444444; font-weight: bold;}
        #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/images/layout/colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/images/layout/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/images/layout/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/images/layout/colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/images/layout/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}





.general_button {
	background-color: #999999;
	color: #000000;
	font-weight: normal;
	border: 1px outset #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
}
.general_button:HOVER {
	color: #FFFFFF;
	background-position: 1px 1px;
	cursor: pointer;
}

.general_cancelbutton {
	background-color: #A39489;
	background-image: url('../images/layout/cancelbuttonbg.png');
	background-repeat: repeat-x;
	color: #550000;
	font-weight: normal;
	border: 1px outset #91C0E2;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
}
.general_cancelbutton:HOVER {
	color: #FFFFFF;
	background-position: 1px 1px;
	cursor: pointer;
}

.disabled_button {
	background-color: transparent;
	color: #EEEEEE;
	font-weight:bold;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
}

.general_input {
	background-color: #F7F7F7;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #BBBBBB;
}

.general_input_tinymce {
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	border: 1px outset #CCCCCC;
	background-color: #F7F7F7;
}

.general_select {
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	border: 1px outset #CCCCCC;
	background-color: #F7F7F7;
}

.general_horizontalline {
	background-color: #BBBBBB;
	height: 1px;
	border: 0px;
}



.general_formtitle {
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color: #666666;
}

.general_formtable {
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

.general_formtable tr td {
	padding-bottom: 2px;
}

.general_formlabel {
	margin: 0px;
	font-weight: normal;
}

.general_formlabel_required {
	margin: 0px;
	font-weight: bold;
}

.general_formnotice {
	margin: 0px;
	color: #555555;
	font-weight: normal;
}

.general_error {
	color: #993300;
	font-weight: bold;
}
.general_errorrow {
	background-color: #FFEEE0;
}

.general_actiondone {
	color: #333333;
	font-weight: bold;
}

.general_langspacerrow {
	background-color: #5A5A7A;
	color: #FFFFFF;
	font-size: 13px;
	padding: 5px;
	margin: 5px;
}



.login-dropdown {
	display: none;
	position: absolute;
	border: 1px solid #eee;
	border-radius: 5px;
	background-color: #f3f3f3;
	box-shadow: 5px 5px 10px #000;
	padding: 5px 10px;
	width: 200px;
}
.login-dropdown a {
	line-height: 24px;
	text-decoration: none;
	color: #333;
}


#lightGallery-outer {
	background-color: rgba(0, 0, 0, 0.75) !important;
}
.thumb_info span.count {
	color: #333 !important;
}
#jquery-lightbox {
	max-width: 100%;
	max-height: 100%;
}


/*** print-related restrictions ***/
@media print {
	.heb-surround, 
	.heb-c1 
		{ width: 100%; }
	.heb-header-surround,
	.heb-header-afterspacer,
	.heb-r-slides,
	.heb-footer,
	.heb-c2,
	.heb-button,
	.admincontrol,
	.admincontrollink,
	#heb-facebookembed
		{ display: none !important; }
}


#lightGallery-close {
	color: #ff3;
	opacity: 1;
	width: 42px;
	height: 38px;
}
#lightGallery-close:after {
	font-size: 30px;
}
