﻿body, html
{
    background-color: #fcfcfc;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-family: Arial;
    text-align: center;
    height: 100%;
}

body
{
    font-size: 12px;
    background-image: url(img/bg.gif);
    background-position: top center;
    background-repeat: repeat-x;
}

h2 
{
	font-size: 1.5em;
}

#wrapper {
    margin: auto;
    padding: 0px;
    width: 774px;
    padding: 0px;
    border: 6px solid #eed8db;
    border-bottom: 1px dotted #cccccc;
    border-top: none;
    text-align: left;
}

#footer 
{
	margin-top: 3em;
}

p
{
    margin: 0px;
}


h3
{
	margin: 0px 0px 12px 0px;
}

hr 
{
	background-color: #dc001b;
	color: #dc001b;
	height: 1px;
	width: 80%;
	text-align: center;
	border: none;
}

div.singletext 
{
    width: 350px;
}

/* Links
-------------------------------------------------*/

a {
    color: #dc001b;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline
}

a img 
{
	border-width: 0px;
}

/* Input
-------------------------------------------------*/
input, select, textarea 
{
	background-color: #f0f0f0;
	border: 1px dotted #999999;
	font-size: 12px;
	font-family: Arial;
}

textarea 
{
	width: 100%;
}

input.text
{
	width: 170px;
}

input.textfield 
{
	height: 14px;
}

/* Listen
-------------------------------------------------*/
ul
{
    list-style: square;
}

ul.rot 
{
    color: #dc001b;
}

ul.rot li span, ul.rot li span a, ul.rot li span a:hover, ul.rot li span a:visited, ul.rot li span a:active
{
    color: Black;
}

/* Menü
-------------------------------------------------*/
        
#menu {
    background-image: url(img/banner.jpg);
    background-repeat: no-repeat;
    height: 145px;
}

#menutext {
    position: relative;
    top: 93px;
    left: 300px;
    width: 540px;
}

#menutext div.link
{
    height: 24px;
    border-left: 6px solid #cccccc;
    padding-left: 3px;
    float: left;
}

#menutext div.link:hover
{
    border-left-color: #dc001b;
}

#menutext div.link a {
    color: Black;
    font-weight: bold;
    margin-right: 8px;
    text-decoration: none;
}

#menutext div.link img {
    border: none;
}

/* Sidebar
-------------------------------------------------*/

#main td.sidebar {
    border-right: 6px solid #dc001b;
    width: 200px;
    vertical-align: top;
    background-color: #f0f0f0;
    background-image: url(img/sidebar_bg.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    empty-cells: show;
    text-align: center;
    /*padding: 0px 6px 24px 6px;*/
}

#main td.main {
    background-color: white;
    background-image: url(img/mbg.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    min-height: 200px;
    height: 200px; /*Für IE; Ersetzen durch min-height + IE7*/
    vertical-align: top;
    padding: 6px;
}

.sidebar .bar 
{
    background-image: url(img/sidebar.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    
    height: 15px;
    padding: 0px 0px 0px 15px;
    vertical-align: middle;
    cursor: pointer;
	cursor: hand;
}

.sidebar .panelmenu
{
	/* Menü-Rahmendesign */
	width: 188px;
	margin: 0px 6px 0px 6px;
	text-align: left;
}

.sidebar .barexp
{
    margin: 0px 0px 0px 5px;
    border-left: 1px solid #999999;
    padding-left: 6px;
}

.sidebar .barexp.link
{
	color: #dc001b;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

.sidebar .barexp.linkhover
{
	text-decoration: underline;
}

.sidebar .leftlogin 
{
	text-align: left;
}

/* Subnav
-------------------------------------------------*/

div.subnav 
{
	margin: auto;
	text-align: center;
}

div.subnav img 
{
	margin: 0px 5px 0px 5px;
	vertical-align: middle;
}

ul.subnav 
{
	width: 100%;
	margin: auto;
	text-align: center;
}

ul.subnav li {
    display: inline;
}

/* div-right
-------------------------------------------------*/

.right 
{
	float: right;
	text-align: right;
}

/* Infobox
-------------------------------------------------*/
div.infobox 
{
	border: 1px dotted #cccccc;
	text-align: right;
	background-color: #ffffff;
	/*font-weight: bold;*/
	padding: 4px;
}

div.box
{
	border: 1px dotted #cccccc;
	background-color: #ffffff;
	padding: 3px;
}

div.box.star
{
	float: left;
	width: 171px;
	margin: 0px 6px 6px 0px;
}

div.box.marke 
{
	width: 342px;
	text-align: left;
	margin: 0px 0px 12px 0px;
}

div.box.marke ul
{
	margin: 0px 0px 0px 16px;
}

/* Trend-Details
-------------------------------------------------*/
img.bottomlogo 
{
	margin-top: 3em;
}

/* Warenkorb
-------------------------------------------------*/
.CartProdColumn
{
	border-left: solid 1px #cccccc;
	white-space: nowrap;
}
.Adresse 
{
	border-bottom: dotted 1px #cccccc;
	padding: 15px 0px 15px 0px;
}
.DoNotWrap 
{
    white-space: nowrap;
}

.textright 
{
	text-align: right;
}

/* Mitarbeiter-Sprechblasen
-------------------------------------------------*/

#bubble_tooltip{
	width:166px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('gfx/WeserBubble_01.gif');
	background-repeat:no-repeat;
	height:15px;
}
#bubble_tooltip .bubble_middle{
	background-image: url('gfx/WeserBubble_02.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:4px;
	padding-right:4px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Comic Sans MS, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:14px;
	font-weight: bold;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('gfx/WeserBubble_03.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}
