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

/*
Das Markup der index.html-Seite
*/

.align-right{
	text-align: right;
}

.clear-left{
	clear: left;
}

.clear-both{
	clear: both;
}

.copyright, .parseTime {
	display:none;
}

.smallText{
	font-size: 10px;
}

.smallText a{
	font-size: 10px;
}

#wrapper {
	width:100%;
	height:100%;
	
	overflow:auto;
	overflow-x:hidden;
	position: relative;
	
	background:#333333;
	
	z-index: 0;
}

#footer-fix {
	position:relative;
	width:100%;
	min-height:100%;
	
	overflow:hidden;
}

*html #footer-fix {
	min-height:100%;
}

#container {
	position:relative;

	width:100%;
	
	margin:0px auto;
	padding:0px 0px 50px 0px;
}

#header-wrapper {
	height:120px;

	background:url(../images/header-bg.jpg) repeat-x #d5d5d5;
}

#header {
	position:relative;

	width:915px;
	height:120px;
	
	margin:0px auto;

	background:url(../images/header-bg.jpg) repeat-x #d5d5d5;
}

#banner_left{
	position:absolute;
	top:0px;
	right:0px;

	width: 500px; 
	height:120px;
}

#logo {
/* 	position:absolute; 
	top:15px;
	left:17px;
*/	
	float: left;
	
	width:450px;
	height:120px;
}

#language-navigation {
	position:absolute;
	top:0px;
	left:0px;

	padding:5px;
}

#language-navigation ul {
	margin:0px;
	padding:0px;

	list-style-type:0px;
}

#language-navigation ul li {
	display:inline;
}

#content-navigation {
/*	position:absolute;
	top:0px;
	right:0px;
*/
	float: right;
	
	width:500px;
	
	padding:5px 0px 5px 5px;
	
	text-align:right;
	
	z-index:10;
}

#content-navigation * {
	z-index:10;
}

#content-navigation a {
	color:#000;
	text-decoration:none;
}

#content-navigation a:hover {
	text-decoration:underline;
}

#content-navigation ul {
	margin:0px;
	padding:0px;

	list-style-type:none;
}

#content-navigation ul li {
	display:inline;
	
	padding:0px 5px;
}

#content-navigation ul .border-right {
	border-right:1px solid #000;
}

#search {
/*	position:absolute;
	top:30px;
	left:400px;
*/
	padding:5px;
}

#search .input-search {
	width:206px;
	height:16px;
	
	padding:2px;

	border:none;
	
	background:url(../buttons/german/input_search.png) no-repeat top left;
}

#search input {
	margin:0px 10px 0px 0px; 
	float:left;	
}

#header-login {
/*	position:absolute;
	top:70px;
	left:400px;
*/	
	padding:5px;
}

/* Neue Strukturisierungsdivs */

#banner_bottom{
	position:absolute;
	top:35px;
	right:-10px;

	height:50px;
}

#banner_top{
	position:relative;

	height: 35px;
	width: 500px;
}

#header-login input {
	margin:0px 10px 0px 0px;

	float:left;
}

#navigation-bg {
	position:relative;

	width:100%;
	height:0px;
	
	z-index:0;
}

#navigation-bg-1 {
	position:absolute;
	top:0px;
	left:0px;

	width:50%;
	height:43px;
	
	background:url(../images/cat-navigation-bg-dark.jpg) repeat-x;
}

#navigation-bg-2 {
	position:absolute;
	top:0px;
	left:50%;

	width:50%;
	height:43px;
	
	background:url(../images/shopping-cart-bg-dark.jpg) repeat-x;
}


#navigation-wrapper {
	position:relative;
	
	width:915px;
	
	margin:0px auto;
	
	z-index:5;
}

#header-login .textfield {
	width:96px;
	height:16px;
	
	padding:2px;
	
	border:none;
	
	background:url(../images/input-bg-100.png) no-repeat top left;
}

#shop-navigation {
	width:580px;
	height:13px;
	
	padding:15px 0px;
	
	color:#fff;
	
	background:url(../images/cat-navigation-bg-dark.jpg) repeat-x;
	
	float:left;
}

#shop-navigation a {
	color:#fff;
	text-decoration:none;
}

#shop-navigation a:hover {
	color:#f1f1ff;
}

#shop-navigation a.active {
	color:#f1f1ff;
	font-weight:bold;
}

#shop-navigation ul {
	margin:0px;
	padding:0px;
	
	list-style-type:none;
}

#shop-navigation  ul li {
	position:relative;

	display:inline;
	
	padding:0px 10px;
}

#shop-navigation  ul li ul {
	position:absolute;
	top:20px;
	left:0px;
	
	display:none;
}

#shop-navigation  ul .border-right {
	border-right:1px solid #fff;
}

#tab-corner {
	width:15px;
	height:43px;
	
	background:url(../images/tab-corner-dark.jpg) no-repeat top left;
	
	float:left;
}

#shopping-cart {
	width:310px;
	height:13px;
	
	padding:15px 5px;
	
	background:url(../images/shopping-cart-bg-dark.jpg) repeat-x;
	
	float:left;
}

#shopping-cart .title {
	font-weight:bold;
}

#shopping-cart .title a {
	color:#000;
	text-decoration:none;
}

#shopping-cart .title a:hover {
	color:#2E3A82;
}

#breadcrumbs {
	position:relative;
	
	height:15px;

	padding:15px 15px;

	color:#BBBBBB;

	clear:left;
}

#breadcrumbs a {
	color:#BBBBBB;
	text-decoration:underline;
}

#breadcrumbs a:hover {
	color:#2E3A82;
}

#breadcrumbs #history-back {
	margin:0px 30px 0px 0px;
}

#greeting {
	padding:0px 15px;
}

#greeting .greetUser {
	color:#2E3A82;
	font-weight:bold;
}

#greeting a {
	color:#BBBBBB;
	text-decoration:none;
}

#greeting a:hover {
	color:#2E3A82;
}

#content-container {
	width:915px;
	
	margin:10px auto;

	background:#fff;
	
	z-index:10;
	
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
}

#content {
	width:685px;
	min-height:500px;

	padding:15px;

	float:left;
}

*html #content {
	height:500px;
}

#content a {
	color:#2E3A82;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

#article-navigation {
	width:170px;
	height:400px;
	
	padding:15px;
	
	float:left;
}

*html #article-navigation {
	width:160px;
}

#article-navigation ul {
	margin:0px;
	padding:0px;

	list-style-type:none;
	
	border-left:1px solid #BBBBBB;
}

#article-navigation ul li {
	padding:5px 0px 5px 15px;
	
	background:url(../images/article-navigation-bg.jpg) no-repeat;
}

#article-navigation a {
	color:#2E3A82;
	text-decoration:none;
}

#article-navigation a:hover {
	text-decoration:underline;
}

#admin-box {
	margin:50px 0px 0px 0px;
	padding:10px;
	
	background:#ADADAD;
}

#info-box-wrapper {
	position:absolute; /**/
	bottom:0px; /**/
	left:0px; /**/
	
	width:100%;
}

#info-box {
	height:15px;

	padding:15px 0px;
	
	color:#fff;
	
	clear:left;
}

#info-box .box-grey {
	width:30%;
	height:12px;

	background:#adadad;
	
	float:left;
}

#info-box .info-content {
	width:40%;
	height:12px;
	
	float:left;
	
	text-align:center;
}