/* CSS Document */ @charset "UTF-8"; 


* { margin: 0; padding: 0; } 

body { 
	/* text-align: center; */ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #888888;
	line-height: 1.4em;
	background-color: #ffffff;
} 

#wrapper { 	width: 890px; 
			height: auto; 
			visibility: visible; 
			margin: 0px auto; 
			background-position: center top; 
			text-align: left; }


#head { 		
	/* border: 1px solid black; */
	width: 890px; 
	height: auto;
	margin: 0px 0px 0px 0px;
	/*display: inline-block; */
	background-position: center top; 
}
		

					
#logo { 		
	width: 890px; 
	height: 155px;
	margin: 0px;
	padding: 0px;
	background-position: center top; 
	background-image: url(../images/ErgoErgo-logo.png); 
	background-repeat: no-repeat; 
}



#nav { 		
	width: 285px; 
	height: 25px;
	position: relative;
	top: 150px;
	margin-left: auto;
	z-index: 2;
}




/*  
 *  NEW MENU
 */

.menu {
	margin:0;
	padding:0;
	list-style:none;
}
.menu li{
 display:inline;
 margin-right:12px;
}

.menu a,.menu a:visited{
	font-family: Helvetica,Arial,sans-serif;
	font-size:17px;
	font-weight: bold;
	color: #aaa;
}

.menu a:hover, .menu a:visited:hover{
 color: #2fb442;
}

.menu .active a {
 color: #2fb442;
}


/*
 *  FOOTER NAV
 */

ul.menu_footer {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}


/*  
 *  OLD NAV
 *
									
#nav.main {
	background-image: url(../images/nav-main.png); 
	background-repeat: no-repeat; 
	background-position: 0 0; 
}

#nav.product {
	background-image: url(../images/nav-product.png); 
	background-repeat: no-repeat; 
	background-position: 0 0; 
}

#nav.contact {
	background-image: url(../images/nav-contact.png); 
	background-repeat: no-repeat; 
	background-position: 0 0; 
}

#nav.faq {
	background-image: url(../images/nav-faq.png); 
	background-repeat: no-repeat; 
	background-position: 0 0; 
}

#nav.shop {
	background-image: url(../images/nav-shop.png); 
	background-repeat: no-repeat; 
	background-position: 0 0; 
}

#nav.none {
	background-image: url(../images/nav-none.png); 
	background-repeat: no-repeat; 
	background-position: 0 0; 
}
 */


/*
 *
 */


#stage { 		
	width: 890px; 
	height: 390px;
	border: 0px solid #999999;
	background-position: center top;
	text-align: center;
	margin: 0px 0px 25px 0px; 
}

	
#content { 
	width: 890px; 
	height: auto;
	margin: 20px 0px 0px 0px;
	border: 0px solid green;
}

#c-l { 
	width: 280px; 
	height: auto; 
	margin: 0px 20px 0px 2px; 
	float: left; 
}

#c-lm { 
	width: 584px; 
	height: auto; 
	margin: 0px 20px 0px 0px; 
	float: left;
	border: 0px solid #999999;
}

#c-m { 
	width: 280px; 
	height: auto; 
	margin: 0px 20px 0px 0px; 
	float: left; 
}

#c-r { 
	width: 280px; 
	height: auto; 
	margin: 0px 0px 0px 0px; 
	float: left; 
}

#c-b { 
	width: 880px; 
	height: auto; 
	margin: 20px 0px 0px 0px; 
	float: left;
}
									

#c-footer {
	width: 890px; 
	height: 88px;
	margin: 0px;
	padding: 0px;
	float: left; }

div.footer-txt { 		
	margin: 38px 0px 0px 0px; 
	width: auto;
	display: inline-block; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #999999;
}

hr.footerline {
	size: 1px;
	width: 240px;
	color: #666666;
}


/* Font Styles */


h3 { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 13px; 
}


p { 
	margin: 0px;
}

.table_p				{ margin-left: 104px; margin-bottom: 12px; font-family:Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.4em; color: #222; }


a:link			{ color: #999999; text-decoration: none; }
a:hover			{ color: #00a02f; text-decoration: none; }
a:active		{ color: #999999; text-decoration: none; }
a:visited		{ color: #999999; text-decoration: none; }



/* MODS - FIXES - HACKS - PATCHES */

.clearfix:after { /* clearfix zum Aufheben der Floatumgebung */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }
.clearfix {
	display: inline-block; }
* html .clearfix { /* Hides from IE-mac */
	height: 1%;}
.clearfix {
	display: block;} /* End hide from IE-mac */
	
	

	
	
/* IE 6 */


* html #nav {
	background-image: url(../images/nav-none.png);
	background-repeat: no-repeat; 
	background-position: 0 0;
}

* html #nav div.product {
	background-image: url(../images/nav-product.png);
	background-repeat: no-repeat; 
	background-position: 0 0;
}
									

/* IE 7 */	

			
* + html #mood { 	
	width: 890px; 
}
