.noScreen {
	display: none;
}
html, body {
	margin: 0; padding: 0;
}
* html, * html body {
	height: 100%;
}

html {
	background: #00aeef url(../img/interface/gradient_back.gif) repeat-x left top;
}
body {
}

#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background: url(../img/interface/frame_middle.gif) repeat-y center top;
}
#container {
	background: url(../img/interface/frame_top.gif) no-repeat center top;
}
#frameBottom {
	height: 28px;
	background: url(../img/interface/frame_bottom.gif) no-repeat center top;
}

/* header */
#header {
	position: relative;
	margin: 0 20px 0 20px;
	height: 174px;
}

#logo {
	position: absolute;
	left: 13px; top: 33px;
	width: 470px; height: 93px;
}
#logo a {
	display: block;
	width: 470px; height: 93px;
	background: url(../img/interface/logo_webshopbeginnen.gif) no-repeat left top;
	text-decoration: none;
	text-indent: -999em;
}


/*  mainMenu */
#menu {
	position: absolute;
	bottom: 0px; left: 0;
	width: 960px; height: 42px;
	background: url(../img/interface/menu_back.gif) repeat-x left bottom;
}

#menu ul,
#menu li {
	margin: 0; padding: 0;
	list-style: none;
}
#menu li {
	float: left; display: inline;
	height: 42px; line-height: 15px;
	background: url(../img/interface/menu_spacer.gif) no-repeat right bottom;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}
#menu li.active {
	background: url(../img/interface/menu_active_left.gif) no-repeat left bottom;
}
#menu li.next2active {
	background: none;
}
#menu li.first {
	margin-left: 20px;
}
#menu li a {
	float: left; display: inline;
	height: 16px;
	padding: 13px 18px 13px 18px;
	text-decoration: none;
	color: #fff;
}
	* html #menu li a {
		padding-top: 17px; padding-bottom: 9px; /* fix position in IE6 */
	}
	* +html #menu li a {
		padding-top: 11px; padding-bottom: 15px; /* fix position in IE7 */
	}
#menu li a:hover {
	color: #222;
}

#menu li.active a {
	padding-top: 16px; padding-bottom: 10px;
	background: url(../img/interface/menu_active_right.gif) no-repeat right bottom;
	color: #3a3a3a !important;
}
	* html #menu li.active a {
		padding-top: 20px; padding-bottom: 6px; /* fix position in IE6 */
	}
	* +html #menu li.active a {
		padding-top: 14px; padding-bottom: 12px; /* fix position in IE7 */
	}
/* level 2 */
#menu li ul {
	display: none;
}


/* topMenu */
#topMenu {
	position: absolute;
	top: 48px; right: 48px;
	font-size: 12px;
	color: #00aeef;
}
#topMenu a {
	margin: 0 2px;
	text-transform: lowercase;
}

/* footer */
#footer {
	width: 960px;
	margin: 0 20px 2px 20px;
	background: #3a3a3a url(../img/interface/footer_back.gif) repeat-x left top;
	line-height: 1.2;
	font-size: 13px;
}
#footerCopyright {
	float: left; display: inline;
	padding: 7px 15px 7px 38px;
	color: #fff;
}
#footerMenu {
	float: left; display: inline;
	color: #fff;
}
#footerMenu a {
	display: inline-block;
	padding: 7px 15px;
	background: url(../img/interface/footer_spacer.gif) no-repeat left center;
}
#footer a {
	text-decoration: none;
	color: #fff;
	text-transform: lowercase;
}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
}

/* breadcrumbs */
#breadcrumbs {
	position: absolute;
	top: 100px; left: 148px;
	font-size: 11px;
	color: #959595;
}
#breadcrumbs a {
	color: #959595;
}
#breadcrumbs a:hover {
	color: #00aeef;
}


/* powered_by */
#powered_by {
	position: relative;
	margin: 0 20px 5px 20px;
	background: url(../img/interface/powered_by_back.gif) repeat-x left top;
	text-align: center;
}
#powered_by h2 {
	width: 100%; height: 13px;
	overflow: hidden;
	background: url(../img/interface/powered_by_title.gif) no-repeat center top;
	text-indent: -999em;
}
#powered_by img {
	vertical-align: middle;
	margin: 10px 50px 0 50px;
}
#powered_by a:hover img {
	opacity: .60; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=60); /* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
	-khtml-opacity: .60; /* Safari 1.x */
	-moz-opacity: .60; /* FF lt 1.5, Netscape */
}


/* content */
#content {
	padding: 0px 20px 0px 20px;
	min-height: 350px;
}
	* html #content {
		height: 350px; /* min-height for IE6 */
	}
	
#primaryContent {
	float: left; display: inline;
	padding: 20px 0 10px 38px;
	width: 580px;
}
#secondaryContent {
	position: relative;
	float: right; display: inline;
	margin: -90px 10px 10px 0;
	width: 321px;
}

