@CHARSET "UTF-8";

/* ---------- CSS RESET ---------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus { outline: 0; }
body
{
	line-height: 1;
	color: black;
}
ol, ul
{
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

blockquote:before,
	blockquote:after,
	q:before,
	q:after
	{ content: ""; }
blockquote, q { quotes: "" ""; }
/* ---------- END CSS RESET ---------- */

html { height: 100%; }

body
{
	background-color: white;
	background-image: url(/img/frontend/layouts/ezono_default/background.jpg);
	background-position: top center;
	font-size: 12px;
	font-family: Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: #808285;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

/* ---------- center in ie 6 ---------- */
#IE6
{
	text-align: center;
}

/* ----------container zentriert das layout-------------- */
#container
{
	background-color: white;
	height: 100%;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 0 20px;
	position: relative;
	text-align: left;
	width: 790px;
}

/* ----------banner for logo-------------- */
#header
{
	background-color: white;
	left: 20px;
	position: absolute;
	top: 20px;
	width: 790px;
}

#mainHeadline
{
	display: block;
	float: left;
	width: 657px;
	overflow: hidden;
}
.homeLink
{
	display:block;
	float: left;
}

/* -----------------Inhalt--------------------- */
#content
{
	background-color: #ffffff;
	padding: 160px 0 0 0;
	margin: 0 0 0 170px;
	width: 620px;
}

div#content
{
	/*	min-height: 600px;	*/

	/* Hierdurch wird height nicht überschrieben, der IE 6 interpretiert dies nicht */
	/* Für IE 6 */
	/*	height:auto !important;	*/
	/*	height:600px;	*/
}

#firstcontent
{
	float: left;
	padding: 0px 20px 0px 0px;
	width: 440px;
}
#IE6 #firstcontent
{
	width: 460px;
}
#secondcontent
{
	float: left;
	width: 160px;
}

/* --------------Navigavtion------------- */
#navigation
{
	left: 0px;
	padding: 39px 0px 0px 0px;
	position: absolute;
	text-align: left;
	top: 111px;
}

#breadcrumbnavigation
{
	border-top: 1px solid #acaeb0;
	border-bottom: 1px solid #acaeb0;
	left: 170px;
	position: absolute;
	top: 0px;
	width: 620px;
}

#breadcrumbnavigation .breadcrumb
{
	float: left;
}

#breadcrumbnavigation .quicknavigation
{
	float: right;
	width: 160px;
}

#mainnavigation
{
	left: 0px;
	position: absolute;
	top: 0px;
}

/* -----------footer--------------------------- */
#footer
{
	clear: both;
	margin-left: 170px;
	text-align: left;
}
