
/**
Europeers Layout Stylesheet
Author: Søren Birkemeyer / webfactory.de
Grid: 7 units á 93px with 18px gutter
Base font size: 14px
Colors:
- orange #f37c04
- blue #284A5F
*/


/* =Container
------------------------------------------------------------ */

#container {
	text-align: left;
	margin: 0 auto;
	width: 795px;
	padding: 14px;
	background-color: #fdef84;
	position: relative;
}

#body {
	background: #fffaee url(../img/features-bg.gif) repeat-y right top;
	width: 795px;
	position: relative;
}



/* =Kopfbereich
------------------------------------------------------------ */

#top {
	position: relative;
	background-image: url(../img/bg_top.jpg);
	width: 795px;
	height: 167px;
}

#logos {
	width: 180px;
	float: right;
	margin-top: 36px;
	margin-right: 18px;
}

#logos a,
#logos a:hover,
#logos a:active {
	border-bottom-width: 0;
	background: none;
}



/* =Inhalt
------------------------------------------------------------ */

#content {
	float: left;
	width: 526px;
	margin-left: 18px;
	margin-top: 14px;
	margin-right: 40px;
	padding-bottom: 1.5em;
	display: inline;   /* anti-Double-Margin-Float-Bug IE6 */
}

#features {
	width: 204px;
	float: left;
	position: relative;
	margin-top: 10px;
}