@charset "utf-8";
/* CSS Document */

/*
Das Markup der index.html-Seite
*/

a{
        color: #651919;
}

a:hover{
text-decoration: none;
}

.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;
	
	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:#E4D5B1;
}

#header {
	position:relative;

	width:915px;
	height:120px;
	
	margin:0px auto;
}

#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:-226px;

	padding:5px;
}

#language-navigation ul {
	margin:0px;
	padding:0px;

	list-style-type:0px;
}

#language-navigation ul li {
	display:inline;
    
    margin:0px 5px;
}

#content-navigation {
/*	position:absolute;
	top:0px;
	right:0px;
*/
	float: right;
	
	width:600px;
	
	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;
}

#header-login {
/*	position:absolute;
	top:70px;
	left:400px;
*/	
	padding:5px;
}

/* Neue Strukturisierungsdivs */

#banner_bottom{
	position:absolute;
	top:63px;
	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(../upload/template/cat-navigation-bg-dark.jpg) repeat-x;
}

#navigation-bg-2 {
	position:absolute;
	top:0px;
	left:50%;

	width:50%;
	height:43px;
	
	background:url(../upload/template/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(../upload/template/input-bg-100.png) no-repeat top left;
}

#shop-navigation {
	width:580px;
	height:13px;
	
	padding:15px 0px;
	
	color:#fff;
	
	background:url(../upload/template/cat-navigation-bg-dark.jpg) repeat-x;
	
	float:left;
}

#shop-navigation a {
	color:#fff;
	text-decoration:none;
}

#shop-navigation a:hover, #shop-navigation a.active {
	color:#fff;
    text-decoration: underline;
}

#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(../upload/template/tab-corner-dark.jpg) no-repeat top left;
	
	float:left;
}

#shopping-cart {
	width:310px;
	height:13px;
	
	padding:15px 5px;
	
	background:url(../upload/template/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 {
	text-decoration:underline;
}

#breadcrumbs {
	position:relative;
	
	height:15px;

	padding:15px 15px;

	color:#BBBBBB;

	clear:left;
}

#breadcrumbs a {
	color:#BBBBBB;
	text-decoration:underline;
}

#breadcrumbs a:hover {
	color:#651919;
}

#breadcrumbs #history-back {
	margin:0px 30px 0px 0px;
}

#greeting {
	padding:0px 15px;
}

#greeting .greetUser {
	color:#651919;
	font-weight:bold;
}

#greeting a {
	color:#BBBBBB;
	text-decoration:none;
}

#greeting a:hover {
	color:#651919;
}

#content-container_home{
	width:885px;
	
	margin:10px auto;

	background:#fff;
	
	z-index:10;

	border: 5px solid #E4D5B1;
}

#content-container {
	width:915px;
    min-height:500px;
	
	margin:10px auto;

	background:#fff;
	
	z-index:10;
}

*html #content-container {
    height:500px;
}

#content {
	height:714px;
    
    background: url(../upload/template/fake-content.jpg) no-repeat;
}

#content a {
	color:#651919;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

#content .product-container * {
    display:none;
}

#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(../upload/template/article-navigation-bg.jpg) no-repeat;
}

#article-navigation a {
	color:#651919;
	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:#E4D5B1;
	
	float:left;
}

#info-box .info-content {
	width:40%;
	height:12px;
	
	float:left;
	
    color:#E4D5B1;
	text-align:center;
}

.kontakt_left{
	float: left;
	width: 585px;
	padding: 0px;
}

.kontakt_right{
	float: left;
	width: 330px;
	margin-left: 5px;
	padding: 5px;
}
a.aktiv {
  font-weight: bold;
}