@charset "utf-8";
/* CSS Document WM Engineering*/
body  {margin: 0;padding: 0;font-family: Arial, Helvetica, sans-serif;font-size: 75%;background-color: #a29f9f;text-align: center;color: #171011;}
html {overflow-y: scroll;}
#wrapper {background:#fff;width: 910px;margin: 0 auto;}
#wrapper2 {background-image:url(../images/bg_wrapper2.jpg);background-repeat: no-repeat;background-attachment: scroll;width: 910px;}
#container {width: 900px;background-image:url(../images/bg_container.jpg);background-position: bottom;background-attachment: scroll;background-repeat: no-repeat;margin: 0 auto;border: 10px solid #fab119;text-align: left;} 

#header {height: 250px;} 
#header h1 {
	text-transform:uppercase;
	margin: 0;
	padding: 10px 0;
	margin: 18px auto auto 70px;
	font-weight: 200;
	font-size: 1.1em;
	line-height:120%;
	font-weight:bold;
}

#content {float: left; /* since this element is floated, a width must be given */width: 500px; padding: 0px 10px 15px 70px;}
#content img {margin: 5px; padding: 5px;border: 1px solid #ccc;} 
#content p {font-weight: 200;line-height: 180%;margin-top: 0px;letter-spacing: 0.05em;}
#content h1 {
	color: #FF9900;
	letter-spacing: 0.1em;
	font-size: 1.4em;
	line-height: 200%;
	margin-bottom: -3px;
	

}
#content h2 {color: #FF9900;letter-spacing: 0.1em;font-size: 1.2em;line-height: 200%;margin-bottom: -3px; border-top: 1px dashed #FF9900;}
#content a:link, #content a:visited{color: #252021;text-decoration: underline; padding: 0;}
#content a:hover{color: #252021;text-decoration: none;background-color: #fab119; padding: 0;}
/* #content hr {color: #fab119;line-height: normal;height: 1px;margin-top: 1px;margin-bottom: 1px;} */
#content hr {height: 0;
border: 0;
border-top: 1px solid #fab119;}

#content ul{list-style-type:none;list-style-position: outside;list-style-image: url(../images/bullet.gif);letter-spacing:0.05em;margin: 1px auto 1px 2em;}

#fotokolomrechts {float: right;width: 250px;padding: 50px 20px;} 
#fotokolomrechts img { border: 1px solid #231f20; margin: 10px auto;}

#nav {
	height: 40px;
	padding: 0;
	margin-left: 70px;
	letter-spacing: 0.1em;
}
#nav  ul {padding: 0;margin: 0px;text-align:left;list-style-type: none; }
#nav  li{display: inline;margin: 1px 0 0px 0;font-size: 1.0em;font-weight: 800;}
#nav a, #nav a:visited	{color: #171011;text-decoration: none;background: url(../images/nav_bullet.gif) no-repeat left center;padding: 5px 0.5em 0 1.6em;}
#nav a:hover {color: #171011;text-decoration: underline;background: url(../images/nav_mouseover.gif) no-repeat left center;padding: 5px 0.5em 0 1.6em;}
#nav a.selected {color: #171011;text-decoration: none;background: url(../images/nav_mouseover.gif) no-repeat left center;padding: 5px 0.5em 0 1.6em;}
#nav a:visited.selected {color: #171011;text-decoration: underline;	background: url(../images/nav_mouseover.gif) no-repeat left center;padding: 5px 0.5em 0 1.6em;}

#footer {padding: 0 30px 0 70px; /* this padding matches the left alignment of the elements in the divs that appear above it. */} 
#footer p {margin: 0;padding: 10px 0; border-top: 5px solid #fab119; letter-spacing:0.01em; font-weight: normal;font-size: 1em;}
#footer a:link, #footer a:visited{color: #252021;text-decoration: underline;}
#footer a:hover{color: #252021;text-decoration: none;background-color: #fab119;}

#content .fltrt { float: right;margin-left: 8px;}
#content .fltlft { float: left;margin-right: 8px;}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */clear:both; height:0;font-size: 1px;line-height: 0px;}
.highlight {font-weight: bold;}

