.dlh_googlemap img {max-width:none}.dlh_googlemap .routinglink{white-space:nowrap}
/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* --- © ZOMEDIA.AT --- */
/* --- RESET --- */

* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, embed,x
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img,
:link img,
:visited img {
	border: none;
}

:link,
:visited {
	text-decoration: none
}

.image_container {
	line-height: 0px;
	}

/* --- CORE --- */

html {
	height: 100%;
	font-family: 'Droid Serif', sans-serif;
	font-size: 14px;
	color: #000;
	-webkit-font-smoothing: antialiased;
	}

body {
	height: 100%;
	background: #97AC30;
	}
	
#container {
	
	}
	
.ce_image .image_container {
	padding: 20px 10% 18px 10%;
	}
	.image_container img {
	width: 100%;
height: auto;
	}
	
/* TEXT */
	
.ce_text {
	padding: 35px 10% 15px 10%;
		background: #FFF;
	line-height: 175%;
	}
	
.ce_text h1 {
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
	}
	
.ce_text p {
	padding-bottom: 20px;
	}
	
.ce_text strong {
    font-weight: 600;
    font-style: italic;
    font-size: 15px;
	}
	
.ce_text em {
	font-weight: 400;
font-style: normal;
display: inline-block;
width: 75px;
color: #999999;
	}
	
.ce_text a {
color: #744882;
	}
	
/* MAPS */
	
.ce_dlh_googlemaps h1 {
	color: #FFF;
	background: #FFF;
	padding: 10px 10% 10px 10%;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align:right;
	}

.dlh_googlemap {	
height: 390px !important;
}

.routinglink a {
	color: #744882;
	}
	
.routinglink {
	margin-top: 5px;
	}
	
.routinglink input[type="submit"] {
	margin-left: 5px;
	text-transform: uppercase;
	margin-top: 5px;
	} 
	
/* LINK */

.ce_hyperlink a {
	color: #FFF;
	background: #744882;
	padding: 20px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	text-align:center;
	}






body.msb {
	background:#440000;
}

body.msb .ce_hyperlink a {
	background: #146513;
}

body.msb .ce_text a {
    color: #146513;
}

