/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * central stylesheet - layout example "flexible-columns"
 *
 * @copyright       Copyright 2005-2012, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         v4.0.1
 * @lastmodified    $Date: 2012-03-03 11:45:41 +0100 (Sa, 03 Mrz 2012) $
 */

@media all {
	body { 
		/*background: #fff bottom;*/
		background-color: #f1f1f1; 
		color: #5f5f5f;
		*overflow: hidden;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 75%;
	}
	
	header {
		padding: 0; 
		min-height: 100px; 
		background: none; 
	}
	
	#topnav { 
		background: #fff; 
		text-align: right;
	}
	 
	#nav { 
		position:relative; 
		left: 0; 
		background-color: #C9C9C9;
		background-image: url("/design/layout/bg_NavMenu.gif");
		background-repeat: repeat-x;
	}
	
	#navi {
		background-color: #fff;
		border-top: 1px solid #55ae4b;
		border-bottom: 1px solid #55ae4b;
	}
	
	.megamenu a.active {
		font-weight: bold;
		color: #55ae4b !important;
	}
	
	#logo { 
		position: relative; 
		top: 28px; 
		left: 0;
	}
	
	#service {
		min-height: 60px;
	}
	
	/* Suche */
	.servicesuche {
		width: 400px;
		float: left;
		/*margin-top: 20px;*/
	}
	/* Google Suche */
	#___gcse_0 .gsc-control-cse {
		border: none;
		background: none;
		padding: 0;
	}
	
	#___gcse_0 .gsc-control-cse .gsc-search-box {
		margin: 10px 0 0 0;
	}
	/* Suche ENDE */
	
	.servicenavi {
		width: 300px;
		float: right;
		margin-top: 20px;
	}
	
	#context_picture {
		height: 200px;
	}
	
	#div_TextLogo_content {
		width: 265px;
		height: 100%;
		margin-left: 20px;
		background: rgb(85, 174, 75); /* Fallback for older browsers without RGBA-support */
		background: rgba(85, 174, 75, 0.8); 
	}
	
	.div_TextLogo_content_logo {
		padding: 10px;
		height: 40px;
	}
	
	.div_TextLogo_content_logo span {
		color: #fff;
		font-size: 0.875em;
		float: right;
		/*margin-top: 20px;*/
		margin-top: 15px;
	}
	
	.div_TextLogo_content_content {
		padding: 10px;
		color: #fff;
		font-weight: bold;
	}
	
	.div_TextLogo_content_content a {
		color: #fff;
	}
	
	.div_TextLogo_content_content p {
		line-height: 2em;
	}
	
	.category-navigation-image {
		width: 100%;
	}
	
	div.wrapper {
	    color: #000000;
	    height: 100%;
	    position: relative;
	    width: 100%;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	
	footer {
		margin: 0;
		margin-bottom: 20px;
		padding: 0;
		background-color: #fff;
		/*background-image: url("/design/layout/bg_Footer1.gif");
		background-repeat: repeat-x;*/
		border-top: 1px solid #50AF31;
		min-height: 25px;
	}
	
	.footer_content {
		/*color: #adacad;*/
		color: #5f5f5f;
		font-weight: bold;
		font-size: 0.875em;
		padding-top: 5px;
		margin-left: 20px;
	}
	
	.mobile {
		display: none;
	}
	
	#pfad {
		color: #5f5f5f;
		font-size: 11px;
	}
	
	.pfadinactive {
		color: #55ae4b;
		font-weight: bold;
	}
	
	#divAddress {
		background-color: #fff;
		margin-top: 35px;
	}
	
	#divAddress strong, #divAddress a {
		border: none;
		padding: 0;
	}
	
	#divAddress a {
		border: none;
		padding: 0;
		color: #55ae4b;
	}
	
	#divAddress a:focus,
	#divAddress a:hover {
		background-color: #55ae4b;
		color: #fff;
		text-decoration: none;
	}
	
	#nav_col1 {
		background-color: #fff;
	}
	
	/* Col1, Col2, Col3*/
	.ym-wrapper { 
		max-width: 990px; 
	}
	
	.ym-wbox { 
		padding: 0; 
	}
	
	.ym-column { 
		width: 100%; 
		padding: 0; 
	}
	
	.main {
		background-color: #fff;
	}
	
	.ym-col1 { 
		width: 250px; 
		background:none; 
	}
	
	.ym-col1 .ym-cbox { 
		padding: 0; 
	}
	
	.ym-col2 { 
		display: none !important;
		width: 200px; 
	}
	
	.ym-col2 .ym-cbox { 
		padding: 0; 
	}
	
	.ym-col3 { 
		margin: 0 0 0 250px; 
		width: auto; 
		float: none;
		background-color:#FFF; 
	}
	
	.ym-col3 .ym-cbox { 
		padding: 35px 20px 35px 0; 
	}
	
	.ym-col3 a, .ym-col4 a {
		color: #55ae4b;
		text-decoration: none;
	}
	
	.ym-col3 a:focus, .ym-col4 a:focus,
	.ym-col3 a:hover, .ym-col4 a:hover {
		background-color: #55ae4b;
		color: #fff;
		text-decoration: none;
	}
	
	.ym-col4  {
		display: none !important;
	}
	/* ENDE Col1, Col2, Col3*/
	
	
	/* Horizontales Menü */
	.ym-hlist { 
		background: none; 
	}
	
	/* Sercienavigation */
	#service .ym-hlist ul {
		float: right;
		margin: 0;
	}
	
	#service .ym-hlist ul li {
		border-right: 1px solid #564b47;
		margin: 0 0.25em 0 0;
	}
	
	#service .ym-hlist ul li:last-child {
		border: none;
		margin: 0;
	}
	
	#service .ym-hlist ul li a {
		line-height: 1.5em;
		padding: 0 0.5em;
	}
	
	#service .ym-hlist ul li strong,
	#service .ym-hlist ul li a:focus,
	#service .ym-hlist ul li a:hover, 
	#service .ym-hlist ul li a:active,
	#service .ym-hlist ul li a.active {
		color: #55ae4b;
		text-decoration:none;
		font-weight: normal;
		border: none;
		border-radius: 0;
		background: none;
	}
	
	#service .ym-hlist ul li a:active {
		color: #564b47;
	}
	/* Servicenavigation ENDE */
	
	.ym-hlist ul {
		margin: 10px 0 0;
		padding: 0;
	}
	
	.ym-hlist ul li {
		margin-left: 0.8em;
		margin-right: -1px;
	}
	
	.ym-hlist ul li a {
		text-shadow: none;
		color: #564b47;
		padding: 5px 10px 10px;
	}
	
	.ym-hlist ul li strong,
	.ym-hlist ul li a:focus,
	.ym-hlist ul li a:hover {
		color: #55ae4b;
		text-decoration:none;
		border: none;
		border-radius: 0;
		background: none;
	}
	
	.ym-hlist ul li a.active {
		background: #fff;
		color: #55ae4b;
		font-weight: bold;
		text-decoration:none;
		border: none;
		border-radius: 0;
	}
	/* ENDE Horizontales Menü */
	
	
	/* Vertikales Menü */
	.ym-vlist {
		margin: 20px;
	}
	
	.ym-vlist ul {
		border: none;
		margin-top: 30px;
	}
	
	.ym-vlist ul li {
		
	}
	
	.ym-vlist ul li a {
		border: none;
		color: #5f5f5f;
		padding: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.ym-vlist ul li strong,
	.ym-vlist ul li a:focus,
	.ym-vlist ul li a:hover,
	.ym-vlist ul li a.active {
		color: #55ae4b;
		font-weight: bold;
		text-decoration:none;
		border: none;
		border-radius: 0;
		background: none;
	}
	
	.ym-vlist ul li a:visited,
	.ym-vlist li ul li a:visited,
	.ym-vlist li ul li ul li a:visited {
		color: #5f5f5f;
	}
	
	.ym-vlist li ul li strong,
	.ym-vlist li ul li a:focus,
	.ym-vlist li ul li a:hover,
	.ym-vlist li ul li a.active {
		color: #55ae4b;
		font-weight: bold;
		text-decoration:none;
		border: none;
		border-radius: 0;
		background: none;
	}
	
	.ym-vlist li ul li ul li strong,
	.ym-vlist li ul li ul li a:focus,
	.ym-vlist li ul li ul li a:hover,
	.ym-vlist li ul li ul li a.active {
		color: #55ae4b;
		font-weight: normal;
		text-decoration:none;
		border: none;
		border-radius: 0;
		background: none;
	}
	
	.ym-vlist ul ul {
		margin-top: 0;
		border-top: 1px solid #55ae4b;
		border-bottom: 1px solid #55ae4b;
	}
	
	.ym-vlist ul ul ul {
		margin-top: 0;
		border: none;
	}
	
	.ym-vlist li ul li a {
		padding-left: 25px;
		width: 100%;
		background: none;
		color: #5f5f5f;
	}
	
	.ym-vlist li ul li ul li a {
		padding-left: 50px;
		width: 100%;
		background: none;
		color: #5f5f5f;
	}
	/* ENDE Vertikales Menü */

	/* Ueberschriften */
	h1, h2, h3, h4 {
		font-family: Verdana,Arial,Helvetica,sans-serif;
		color: #564b47;
	}
	
	h1 {
		border-bottom: 2px solid #55ae4b;
		color: #564b47;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 0.75em;
		padding: 0.35em 0;
		line-height: 1.5em;
	}
	
	h2 {
		color: #564b47;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 1.5em;
		line-height: 1.5em;
	}
	
	h3 {
		font-size: 1em;
		font-weight: bold;
	}
	
	p {
		margin: 0 0 1.5em 0;
	}
	
	/* ENDE Ueberschriften */
	
	/* Tabelle */
	table {
		border: none;
	}
	
	tbody td {
		border: none;
		padding: 2px;
	}
	
	tbody tr:hover th, tbody tr:hover td {
		background: none;
	}
	
	
	
	.border tbody td {
		/*border: none;*/
		/*padding: 2px;*/
		color: #5f5f5f;
		border: 1px solid #5f5f5f;
		padding: 0.7143em 0.5em;
	}
	.border tbody tr:hover th, .border tbody tr:hover td {
		background: none;
	}
	
	/* ENDE Tabelle */
	
	/*-------- Layers --------------------------------------------------------------- */
	
	/* Layer Mueller */
	dd#layer_mueller {
		position: absolute; 
		top: 272px;
		left: 280px;
		width: 136px;
		height: 73px;
	}
	
	dd#layer_mueller a{ 
		position: absolute; 
		width: 135px;
		height: 75px; 
		text-decoration: none;	
		background: transparent  -109px -317px no-repeat;
	}
	
	dd#layer_mueller a span{ display: none; }
	
	dd#layer_mueller a:hover { 
		position: absolute; 
		top: 0px; left: 0px;  
		width: 125px;
		height: 65px;
	}
		
	dd#layer_mueller a:hover span{
		 display: block;
		 text-indent: 0;
		 vertical-align: top;
		 color: #675c53;
		 background-color: #F4F4F4;
		 font-weight: bold;
		 position: absolute;
		 border: 1px solid #D5D2CA;
		 top: 40px;
		 left: -110px;
		 margin: 0;
		 padding: 10px;
		 width: 120px;
	}
	
	/* Layer Deiss */
	dd#layer_deiss {
		position: absolute; 
		top: 286px;
		left: 460px; 
		width: 140px; height: 50px;
	}
	
	dd#layer_deiss a{ 
		position: absolute; 
		width: 90px;
		height: 75px; 
		text-decoration: none;	
		background: transparent   -109px -317px no-repeat;
	}
	
	dd#layer_deiss a span{ display: none; }
	
	dd#layer_deiss a:hover { 
		position: absolute; 
		top: 0px; left: 0px;  
		width: 138px;
		height: 50px;
	}
		
	dd#layer_deiss a:hover span{
		 display: block;
		 text-indent: 0;
		 vertical-align: top;
		 color: #675c53;
		 background-color: #F4F4F4;
		 font-weight: bold;
		 position: absolute;
		 border: 1px solid #D5D2CA;
		 top: 30px;
		 left: 80px;
		 margin: 0;
		 padding: 10px;
		 width: 100px;
	}
	
	/* Layer Müller Geschäftsführer */
	dd#layer_mueller_2 {
		position: absolute; 
		top: 381px;
		left: 250px;
		width: 91px;
		height: 75px;
	}
	
	dd#layer_mueller_2 a{ 
		position: absolute; 
		width: 185px; 
		height: 65px; 
		text-decoration: none;	
		background: transparent   -109px -317px no-repeat;
	}
	
	dd#layer_mueller_2 a span{ display: none; }
	
	dd#layer_mueller_2 a:hover { 
		position: absolute; 
		top: 0px; left: 0px;  
		width: 175px;
		height: 65px;
	}
		
	dd#layer_mueller_2 a:hover span{
		 display: block;
		 text-indent: 0;
		 vertical-align: top;
		 color: #675c53;
		 background-color: #F4F4F4;
		 font-weight: bold;
		 position: absolute;
		 border: 1px solid #D5D2CA;
		 top: 30px;
		 left: 130px;
		 margin: 0;
		 padding: 10px;
		 width: 120px;
	}
	
	/* Layer Merz */
	dd#layer_merz {
		position: absolute; 
		top: 370px;
		left: 405px; 
		width: 180px; height: 65px;
	}
	
	dd#layer_merz a{ 
		position: absolute; 
		width: 180px; 
		height: 65px; 
		text-decoration: none;	
		background: transparent   -109px -317px no-repeat;
	}
	
	dd#layer_merz a span{ display: none; }
	
	dd#layer_merz a:hover { 
		position: absolute; 
		top: 0px; left: 0px;  
		width: 180px;
		height: 65px;
	}
		
	dd#layer_merz a:hover span{
		 display: block;
		 text-indent: 0;
		 vertical-align: top;
		 color: #675c53;
		 background-color: #F4F4F4;
		 font-weight: bold;
		 position: absolute;
		 border: 1px solid #D5D2CA;
		 top: 30px;
		 left: 130px;
		 margin: 0;
		 padding: 10px;
		 width: 120px;
	}
	
	/* Layer Lais */
	dd#layer_lais{
		position: absolute; 
		top: 380px;
		left: 95px;
		width: 142px;
		height: 75px;
	}
	
	dd#layer_lais a{ 
		position: absolute; 
		width: 140px; 
		height: 75px; 
		text-decoration: none;	
		background: transparent -109px -317px no-repeat;
	}
	
	dd#layer_lais a span{ display: none; }
	
	dd#layer_lais a:hover { 
		position: absolute; 
		top: 0px; left: 0px;  
		width: 85px;
		height: 65px;
	}
		
	dd#layer_lais a:hover span{
		 display: block;
		 text-indent: 0;
		 vertical-align: top;
		 color: #675c53;
		 background-color: #F4F4F4;
		 font-weight: bold;
		 position: absolute;
		 border: 1px solid #D5D2CA;
		 top: 40px;
		 left: 60px;
		 margin: 0;
		 padding: 10px;
		 width: 110px;
	}
	
	/* Layer Hochreuter */
	dd#layer_hochreuter{
		position: absolute; 
		top: 377px; 
		left: 270px; 
		width: 85px; height: 65px;
	}
	
	dd#layer_hochreuter a{ 
		position: absolute; 
		width: 85px; 
		height: 65px; 
		text-decoration: none;	
		background: transparent   -109px -317px no-repeat;
	}
	
	dd#layer_hochreuter a span{ display: none; }
	
	dd#layer_hochreuter a:hover { 
		position: absolute; 
		top: 0px; left: 0px;  
		width: 85px;
		height: 65px;
	}
		
	dd#layer_hochreuter a:hover span{
		 display: block;
		 text-indent: 0;
		 vertical-align: top;
		 color: #675c53;
		 background-color: #F4F4F4;
		 font-weight: bold;
		 position: absolute;
		 border: 1px solid #D5D2CA;
		 top: 40px;
		 left: 60px;
		 margin: 0;
		 padding: 10px;
		 width: 140px;
	}
	
	/* Layer Haag */
	dd#layer_haag{
		position: absolute; 
		top: 350px; 
		left: 340px; 
		width: 85px; height: 65px;
	}
	
	dd#layer_haag a{ 
		position: absolute; 
		width: 85px; 
		height: 65px; 
		text-decoration: none;	
		background: transparent   -109px -317px no-repeat;
	}
	
	dd#layer_haag a span{ display: none; }
	
	dd#layer_haag a:hover { 
		position: absolute; 
		top: 0px; left: 0px;  
		width: 85px;
		height: 65px;
	}
		
	dd#layer_haag a:hover span{
		 display: block;
		 text-indent: 0;
		 vertical-align: top;
		 color: #675c53;
		 background-color: #F4F4F4;
		 font-weight: bold;
		 position: absolute;
		 border: 1px solid #D5D2CA;
		 top: 40px;
		 left: 60px;
		 margin: 0;
		 padding: 10px;
		 width: 100px;
	}
	
	/* Layer Müller Gesamtsanierung */
	dd#layer_mueller_1{
		position: absolute; 
		top: 480px; 
		left: 435px; 
		width: 105px; height: 65px;
	}
	
	dd#layer_mueller_1 a{ 
		position: absolute; 
		width: 95px; 
		height: 65px; 
		text-decoration: none;	
		background: transparent   -109px -317px no-repeat;
	}
	
	dd#layer_mueller_1 a span{ display: none; }
	
	dd#layer_mueller_1 a:hover { 
		position: absolute; 
		top: 0px; left: 0px;  
		width: 95px;
		height: 65px;
	}
		
	dd#layer_mueller_1 a:hover span{
		 display: block;
		 text-indent: 0;
		 vertical-align: top;
		 color: #675c53;
		 background-color: #F4F4F4;
		 font-weight: bold;
		 position: absolute;
		 border: 1px solid #D5D2CA;
		 top: 40px;
		 left: 60px;
		 margin: 0;
		 padding: 10px;
		 width: 170px;
	}
	
	/* Layer Ernst SIBE */
	dd#layer_ernst{
		position: absolute; 
		top: 481px;
		left: 542px;
		width: 95px; height: 70px;
	}
	
	dd#layer_ernst a{ 
		position: absolute; 
		width: 95px; 
		height: 55px; 
		text-decoration: none;	
		background: transparent   -109px -317px no-repeat;
	}
	
	dd#layer_ernst a span{ display: none; }
	
	dd#layer_ernst a:hover { 
		position: absolute; 
		top: 0px; left: 0px;  
		width: 85px;
		height: 55px;
	}
		
	dd#layer_ernst a:hover span{
		 display: block;
		 text-indent: 0;
		 vertical-align: top;
		 color: #675c53;
		 background-color: #F4F4F4;
		 font-weight: bold;
		 position: absolute;
		 border: 1px solid #D5D2CA;
		 top: 40px;
		 left: 60px;
		 margin: 0;
		 padding: 10px;
		 width: 140px;
	}
	
	/* Layer Ernst 1 */
	dd#layer_ernst_1{
		position: absolute; 
		top: 598px;
		left: 102px;
		width: 80px;
		height: 50px;
	}
	
	dd#layer_ernst_1 a{ 
		position: absolute; 
		width: 85px; 
		height: 40px; 
		text-decoration: none;	
		background: transparent   -109px -317px no-repeat;
	}
	
	dd#layer_ernst_1 a span{ display: none; }
	
	dd#layer_ernst_1 a:hover { 
		position: absolute; 
		top: 0px; left: 0px;  
		width: 85px;
		height: 40px;
	}
		
	dd#layer_ernst_1 a:hover span{
		 display: block;
		 text-indent: 0;
		 vertical-align: top;
		 color: #675c53;
		 background-color: #F4F4F4;
		 font-weight: bold;
		 position: absolute;
		 border: 1px solid #D5D2CA;
		 top: -65px;
		 left: 70px;
		 margin: 0;
		 padding: 10px;
		 width: 100px;
	}
	
	/* Layer Gabriel */
	dd#layer_gabriel{
		position: absolute; 
		top: 517px;
		left: 110px;
		width: 102px; height: 40px;
	}
	
	dd#layer_gabriel a{ 
		position: absolute; 
		width: 100px; 
		height: 40px; 
		text-decoration: none;	
		background: transparent   -109px -317px no-repeat;
	}
	
	dd#layer_gabriel a span{ display: none; }
	
	dd#layer_gabriel a:hover { 
		position: absolute; 
		top: 0px; left: 0px;  
		width: 85px;
		height: 40px;
	}
		
	dd#layer_gabriel a:hover span{
		 display: block;
		 text-indent: 0;
		 vertical-align: top;
		 color: #675c53;
		 background-color: #F4F4F4;
		 font-weight: bold;
		 position: absolute;
		 border: 1px solid #D5D2CA;
		 top: -65px;
		 left: 70px;
		 margin: 0;
		 padding: 10px;
		 width: 120px;
	}
	
	/* Layer Saladin */
	dd#layer_saladin{
		position: absolute; 
		top: 517px;
		left: 337px;
		width: 100px; height: 40px;
	}
	
	dd#layer_saladin a{ 
		position: absolute; 
		width: 100px; 
		height: 40px; 
		text-decoration: none;	
		background: transparent   -109px -317px no-repeat;
	}
	
	dd#layer_saladin a span{ display: none; }
	
	dd#layer_saladin a:hover { 
		position: absolute; 
		top: 0px; left: 0px;  
		width: 85px;
		height: 40px;
	}
		
	dd#layer_saladin a:hover span{
		 display: block;
		 text-indent: 0;
		 vertical-align: top;
		 color: #675c53;
		 background-color: #F4F4F4;
		 font-weight: bold;
		 position: absolute;
		 border: 1px solid #D5D2CA;
		 top: -65px;
		 left: 70px;
		 margin: 0;
		 padding: 10px;
		 width: 120px;
	}
	
	/* Layer Ammann */
	dd#layer_ammann{
		position: absolute; 
		top: 640px; 
		left: 200px; 
		width: 85px; height: 40px;
	}
	
	dd#layer_ammann a{ 
		position: absolute; 
		width: 85px; 
		height: 40px; 
		text-decoration: none;	
		background: transparent   -109px -317px no-repeat;
	}
	
	dd#layer_ammann a span{ display: none; }
	
	dd#layer_ammann a:hover { 
		position: absolute; 
		top: 0px; left: 0px;  
		width: 85px;
		height: 40px;
	}
		
	dd#layer_ammann a:hover span{
		 display: block;
		 text-indent: 0;
		 vertical-align: top;
		 color: #675c53;
		 background-color: #F4F4F4;
		 font-weight: bold;
		 position: absolute;
		 border: 1px solid #D5D2CA;
		 top: 30px;
		 left: 70px;
		 margin: 0;
		 padding: 10px;
		 width: 125px;
	}
	
	/* Layer Vogel */
	dd#layer_vogel{
		position: absolute; 
		top: 381px;
		left: 463px;
		width: 135px;
		height: 75px;
	}
	
	dd#layer_vogel a{ 
		position: absolute; 
		width: 135px; 
		height: 75px; 
		text-decoration: none;	
		background: transparent   -109px -317px no-repeat;
	}
	
	dd#layer_vogel a span{ display: none; }
	
	dd#layer_vogel a:hover { 
		position: absolute; 
		top: 0px; left: 0px;  
		width: 85px;
		height: 40px;
	}
		
	dd#layer_vogel a:hover span{
		 display: block;
		 text-indent: 0;
		 vertical-align: top;
		 color: #675c53;
		 background-color: #F4F4F4;
		 font-weight: bold;
		 position: absolute;
		 border: 1px solid #D5D2CA;
		 top: 30px;
		 left: 70px;
		 margin: 0;
		 padding: 10px;
		 width: 110px;
	}
	
	/* Layer Wydler */
	dd#layer_wydler{
		position: absolute; 
		top: 600px; 
		left: 530px; 
		width: 110px; height: 30px;
	}
	
	dd#layer_wydler a{ 
		position: absolute; 
		width: 85px; 
		height: 40px; 
		text-decoration: none;	
		background: transparent   -109px -317px no-repeat;
	}
	
	dd#layer_wydler a span{ display: none; }
	
	dd#layer_wydler a:hover { 
		position: absolute; 
		top: 0px; left: 0px;  
		width: 85px;
		height: 40px;
	}
		
	dd#layer_wydler a:hover span{
		 display: block;
		 text-indent: 0;
		 vertical-align: top;
		 color: #675c53;
		 background-color: #F4F4F4;
		 font-weight: bold;
		 position: absolute;
		 border: 1px solid #D5D2CA;
		 top: 30px;
		 left: 70px;
		 margin: 0;
		 padding: 10px;
		 width: 115px;
	}
	
	/* Layer Glauser */
	dd#layer_glauser{
		position: absolute; 
		top: 517px; 
		left: 220px; 
		width: 110px; height: 40px;
	}
	
	dd#layer_glauser a{ 
		position: absolute; 
		width: 85px; 
		height: 40px; 
		text-decoration: none;	
		background: transparent   -109px -317px no-repeat;
	}
	
	dd#layer_glauser a span{ display: none; }
	
	dd#layer_glauser a:hover { 
		position: absolute; 
		top: 0px; left: 0px;  
		width: 85px;
		height: 40px;
	}
		
	dd#layer_glauser a:hover span{
		 display: block;
		 text-indent: 0;
		 vertical-align: top;
		 color: #675c53;
		 background-color: #F4F4F4;
		 font-weight: bold;
		 position: absolute;
		 border: 1px solid #D5D2CA;
		 top: -65px;
		 left: 70px;
		 margin: 0;
		 padding: 10px;
		 width: 115px;
	}
	
	/* Layer Kocher */
	dd#layer_kocher{
		position: absolute; 
		top: 381px;
		left: 354px;
		width: 90px;
		height: 75px;
	}
	
	dd#layer_kocher a{ 
		position: absolute; 
		width: 90px; 
		height: 75px; 
		text-decoration: none;	
		background: transparent   -109px -317px no-repeat;
	}
	
	dd#layer_kocher a span{ display: none; }
	
	dd#layer_kocher a:hover { 
		position: absolute; 
		top: 0px; left: 0px;  
		width: 85px;
		height: 40px;
	}
		
	dd#layer_kocher a:hover span{
		 display: block;
		 text-indent: 0;
		 vertical-align: top;
		 color: #675c53;
		 background-color: #F4F4F4;
		 font-weight: bold;
		 position: absolute;
		 border: 1px solid #D5D2CA;
		 top: 30px;
		 left: 70px;
		 margin: 0;
		 padding: 10px;
		 width: 115px;
	}
	
	/* Layer Gabriel */
	dd#layer_gabriel1{
		position: absolute; 
		top: 640px; 
		left: 530px; 
		width: 85px; height: 40px;
		display:none;
	}
	
	dd#layer_gabriel1 a{ 
		position: absolute; 
		width: 85px; 
		height: 40px; 
		text-decoration: none;	
		background: transparent   -109px -317px no-repeat;
	}
	
	dd#layer_gabriel1 a span{ display: none; }
	
	dd#layer_gabriel1 a:hover { 
		position: absolute; 
		top: 0px; left: 0px;  
		width: 85px;
		height: 40px;
	}
		
	dd#layer_gabriel1 a:hover span{
		 display: block;
		 text-indent: 0;
		 vertical-align: top;
		 color: #675c53;
		 background-color: #F4F4F4;
		 font-weight: bold;
		 position: absolute;
		 border: 1px solid #D5D2CA;
		 top: 30px;
		 left: 70px;
		 margin: 0;
		 padding: 10px;
		 width: 120px;
	}
	
	/* Layer Reichen */
	dd#layer_reichen{
		position: absolute; 
		top: 185px; 
		left: 460px; 
		width: 110px; height: 50px;
	}
	
	dd#layer_reichen a{ 
		position: absolute; 
		width: 85px; 
		height: 40px; 
		text-decoration: none;	
		background: transparent   -109px -317px no-repeat;
	}
	
	dd#layer_reichen a span{ display: none; }
	
	dd#layer_reichen a:hover { 
		position: absolute; 
		top: 0px; left: 0px;  
		width: 85px;
		height: 40px;
	}
		
	dd#layer_reichen a:hover span{
		 display: block;
		 text-indent: 0;
		 vertical-align: top;
		 color: #675c53;
		 background-color: #F4F4F4;
		 font-weight: bold;
		 position: absolute;
		 border: 1px solid #D5D2CA;
		 top: 30px;
		 left: 70px;
		 margin: 0;
		 padding: 10px;
		 width: 115px;
	}

	/* InnoWAYtor Administration */
	.adminmask {
		padding-left:500px;
		/*float:right;
		display:block;		
		width:100%;*/
						
		/*border: 1px solid grey;
		background-color:#eee;
		margin: 5px 0 5px 0;
		padding: 2px 2px 2px 2px;*/
	}
	
	
	.adminmasknavi {
		margin-bottom:10px;
	}
	
	.adminmasknavi h1 {
		margin:0 -6px 20px -6px;
	}
	
	.innocmsform {
		border:1px solid grey;
		background-color:lightgrey;
		margin: 0 -7px 2px -7px;
		/*padding: 2px 2px 2px 2px;*/
		padding:2px 7px; 
		float:left;
		width:100%;
	}
	
	.innocmsform h1 {
		margin:0 -7px 20px -7px;
	}
	
	.innoeditform {
		/*width: 750px;*/
		margin: 0 -6px 2px -6px;
		/*padding: 2px 2px 2px 2px;*/
		padding:2px 6px;
		/*width:100%;*/
	}
	
	.innoeditformsub h1 {
		margin:0 0 20px 0;
	}
	
	.innoeditform .frow{
		/*float: left;*/
		/*display:block;*/
		/*width: 100%;*/
		/*height: 24px;*/
	}
	
	.innoeditform .frow .add_title{
		float: left;
		width: 140px;
	}
	
	.innoeditform .frow .input{
		float: left;
		width:450px;
	}
	
	.innoeditform .inputFeld1{
		width: 400px;
	}
	
	.innoeditform .inputFeld2{
		width: 600px;
	}
	.innoeditform .inputTextfeld{
		width: 250px;
		height: 100px;
	}
	
	.innoeditform .inputTextfeld1{
		width: 250px;
		height: 100px;
	}
	
	.titleMask {
		background-color:#787878;
		color:#FFFFFF;
		font-size:13px;	
	}
	
	#tbl_editbild {
		border:1px solid #787878;
		display:none;				
	} 
	
	#row_bild {
		display:none;
		
	}
	/* ENDE InnoWAYtor Administration */
		
		
	/* Diverses */
	#warnings {
		z-index: 100;
		position:absolute;
		left: 0;
		background-color: #CC6600;
		padding: 4px;
		visibility: hidden;
		color: #000;
	}
	#warnings .visible {
		visibility: visible;
	}

	/* ENDE Diverses */
}

@media screen and (max-width: 768px) {
	/*#navi {
		min-height: 80px;
	}*/
	.servicesuche {
		width: 300px;
	}
	#div_TextLogo_content {
		margin-left: 15px;
	}
	/*
	.ym-col3 img {
		width: 100%;
	}*/
	.ym-col1 {
		display: none !important;
	}
	.ym-col3 {
		margin: 0;
	}
	.ym-col4 { 
		display: block !important;
		padding: 15px;
	}
	#divAddress {
		display: none;
	}
	.linearize-level-1 > [class*="ym-g"] > [class*="ym-gbox"], .linearize-level-1 > [class*="ym-col"] > [class*="ym-cbox"] {
		padding: 15px 15px;
	}
	footer {
		margin: 0;
	}
}

@media screen and (max-width: 640px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	#service {
		min-height: 40px;
	}
	.servicenavi {
		margin-top: 10px;
	}
}

@media print {
	.ym-col3 ul {
		list-style-type: disc;
	}
	.ym-col1, .ym-col2, #topnav, #nav, #div_search, .footer_area, #hidden_layers_dynamic {
		display: none;
	}
	.ym-col3 {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
	.ym-col3 .ym-cbox {
		padding: 0;
	}
}
