@charset "UTF-8";

/* You'll need prefixes. @-ms-viewport, @-o-viewport, etc... 
@viewport {
    width: device-width;
}

*/

body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4;
	background-color: #FFF;
	font-size:100%;
	font-weight:400;
	
}

@media screen and (max-width: 600px) {
  #logo,
  #navi,
 
	#contentinhaltrightwasser,
	#contentinhaltrightholz,
	#contentinhaltrighterde,
	#contentinhaltrightmetall,
	#contentinhaltrightfeuer,
	#headerinhalt,
	#contentinhalt,
	#footerinhalt
   {
    float: none!important;
    width: auto!important;
		margin:0 5px!important;
		height:auto!important;
  }
	#navi ul, #navi ul li {display:block!important;}
	#contentinhaltleft img {max-width:95%!important;height:auto!important;}
	#logo img {max-width:55%!important;height:auto!important;}
	#contentinhaltleft {
    float: none!important;
    width: auto!important;
		margin:0 5px!important;
		height:auto!important;
  }
}
/*ende media queries*/

#logo {width:280px; float:right;padding-bottom:5px;}





/*Safari (version?) and Chrome (not Canary) 
::made-up-pseudo-element, #navi {margin-top:80px;line-height:1.6em;bottom:20px;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#navi ul {bottom:50px;}
}*/

#navi {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding-right: 15px;
	padding-left: 0px; 
	font-size: 107%;
	line-height: 1.6em;
	color: #333;
	
	margin-top:118px;
	float:left;
	
	
	
	
}

#navi ul {display:inline; list-style-type:none;}

#navi ul li {display:inline;font-weight:600;padding:0 3px 0 0;font-family: 'Open Sans', sans-serif;margin:0 0 2px 0;}
#navi ul li.current a {color:#CE9A1E;}

#header {
	width: 100%;
	background-color: #FFF;
	clear:both;
}
#headerinhalt {
	max-width: 980px;
	background: #FFF; 
	height: 140px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 0px;
}

#content {
	width: 100%;
	background: #fffbeb;
	font-size:1.1em;
	padding:0.2em 0;
	clear:both;

}
#contentinhalt {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 0;
}
#contentinhaltleft {
	width: 404px;
	background: #fffbeb;
	float: left;
	height:370px;
}
#contentinhaltrightwasser {
	width: 538px;
	height: 368px;
	margin-left: 420px;
	margin-bottom:0px;
	background-color: #fffbeb;
	background-image: url(images/wasser_weiss.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 0 0 15px;
	overflow:hidden;
	
}
#contentinhaltrighterde{
	width: 538px;
	height: 368px;
	margin-left: 420px;
	background-color: #fffbeb;
	background-image: url(images/erde_weiss.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 0 0 15px;
	
}
#contentinhaltrightfeuer {
	width: 538px;
	height: 368px;
	margin-left: 420px;
	background-color: #fffbeb;
	background-image: url(images/feuer_weiss.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 0 0 15px;
	overflow:hidden;
}
#contentinhaltrightholz {
	width: 538px;
	height: 368px;
	margin-left: 420px;
	background-color: #fffbeb;
	background-image: url(images/holz_weiss.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 0 0 15px;
	overflow:hidden;
}
#contentinhaltrightmetall {
	width: 538px;
	height: 368px;
	margin-left: 420px;
	background-color: #fffbeb;
	background-image: url(images/metall_weiss.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 0 0 15px;
	overflow:hidden;
}

#footer {
	width: 100%;
	background: #fff;
	clear: both;
}
#footerinhalt {
	max-width: 980px;
	margin:0 auto;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 90px;
	padding-left: 0;
	font-size: 0.9em;
	
}




#dot {
	position: absolute;
	margin-left: 50%;
}


ul {
	padding: 0;
	margin: 0;
	list-style-position: outside;
	list-style-type: disc;
}
h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 0 0 15px 0;	 
	padding-right: 15px;
	padding-left: 0px; 
	font-size: 1.15em;
	line-height: 1.2em;
	color: #CE9A1E;
	
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 0 0 5px 0;	 
	padding-right: 15px;
	padding-left: 0px; 
	font-size: 0.9em;
	line-height: 1.6em;
	color: #666;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0 0 10px 0;	
	padding-right: 15px;
	padding-left: 0px; 
	font-size: 75%;
	line-height: 1.6em;
	color: #333;
}

li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0 0 8px 0;
	padding-right: 15px;
	padding-left: 10px; 
	font-size: 0.8em;
	line-height: 1em;
	color: #333;
}

#contentinhalt ul li, #contentinhalt ol li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0 0 6px 0;
	padding-right: 15px;
	font-size: 75%;
	line-height: 1.3em;
	color: #333;
}

#contentinhalt ul, #contentinhalt ol {
	padding-left: 10px; }



a img {
	border: none;
}
a:link {
	color:#CE9A1E;
	text-decoration: none; 
	margin-top: 0px;
}
a:visited {
	color: #CE9A1E;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #333;
}


ul.nav {
	list-style: none; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #FFF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #FFF;
	background-color: #FFF;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
