<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------------------*/
/*-------------- Standard HTML --------------------------------*/
/*-------------------------------------------------------------*/

ul {
-webkit-padding-start:0px;
}

ul li ul{
-webkit-padding-start: 40px;
}
#main_container {
	margin-left:auto;
	margin-right: auto;
	display: block;
	background:#EEE;
	max-width: 1170px;
	width: 100%;
	min-width:650px;
	height: 100%;
	position:relative;
	top: 0px;
	margin-bottom: 0px !important;
}

#header_container {
	background:#3f3f3e;
}

#nav_container {
	height: 35px;
	overflow: visible;
	width: 100%;
	position:relative;
	z-index: 1;
	display: block;
}

#showmenu {
	position: relative;
	top: -75px;
	left:40px;
	background: url('../pics/menu.png') no-repeat;
	width:80px;
	height:72px;
	display:block;
}

#ImageContainer {
	height: 120px;
	text-align:right;
	overflow: visible;
	width: 100%;
	position:relative;
	z-index: 1;
	display: block;
}

#Image {
	background: url('../pics/markuskruemmelbedachung.jpg')  no-repeat;
	width:376px;
	height: 150px;
	background-size: contain;
	display:inline-block;
	z-index: 1;
	border:0px;
}

#GloablMain {
	width:100%;
	min-height:500px;
	height:auto;
	overflow:visible;
}

#Content {
	float:left;
	width:99%;
	min-height:500px;
	height:100%;
}

#ContentDetails {
	padding:15px 15px 15px 40px;
}

#ContainerAddressTrenner{
	float:left;
	width:0px;
	min-height:500px;
	display:none;
}
#ContainerAddressTrennerDetails{
	background:#666;
	width:0px;
	margin:10px 0 10px 0;
	min-height:480px;
	height:90%;
	
}
#ContainerAddressSmall{
	border-top: 1px solid #333;
	padding-left:20px;
	display:block;
}
	
#ContainerAddress{
	float:left;
	width:0px;
	min-height:500px;
	height:100%;
	display:none;
}

#ContainerAddressDetail {
	color:#666;
	padding:15px;
}

.menu {
		display:none;
	}

/*-------------------------------------------------------------*/
/*-------------- Navigation -----------------------------------*/
/*-------------------------------------------------------------*/
nav { 	
	left:0px; 
	text-shadow: #555 1px 1px 1px;
	width:100%;
	cursor: default;
	top:18px;
	position:absolute;
	font-size:20px;
}

nav a:hover 	
nav ul { margin:0; height:40px; width:auto; float:left; box-shadow:0px 0px 32px 0px  #111; border-radius:10px; padding:0; border-top:1px solid #444; border-bottom:1px solid #222;}

/*Navigation Ebene 1*/
nav ul li a {color:#FFF;}
nav ul li { 
	position:relative; 
	padding:5px; 
	float:left; 
	list-style:none; 
	background:#c64e03; 
	max-width:96.5%;
	margin-right:0px;
	min-width:100px; 
	width:100%;
	text-align:left; 
	border-right:1px solid #444; 
	cursor:pointer;	
}

nav ul li:hover { background:#ed5d04;}

/*Navigation Ebene 2*/
nav ul li:hover ul {height:auto; opacity:1;}
nav ul li ul { 
	position:absolute; 
	top:0px; 
	left:-40px; 
	opacity:1; 
	overflow:visible; 
	height:auto;
	position:relative !important;
}
nav ul li ul li a {color:#222;}
nav ul li ul li:hover {background:#f6ab7d; color:#000;}
nav ul li ul li { width:250px; text-align:left; border-right:none; text-shadow: #EEE 1px 1px 1px; color:#000; background:#e8e1dc;}
nav ul li ul li:first-child { border-radius:0 0 0 0;}
nav ul li ul li:last-child { border-radius:0 0 0 0;}

	</pre></body></html>