* {
	margin: 0;
	padding: 0;
}

/* Elemente */

body {
	background-color: #ffffff;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#807a7a;
}

a:link {
	color:#d41f3d;
	text-decoration:none; 
}
a:visited {
	color:#d41f3d;
	text-decoration:none; 
}
a:hover {
	color:#807a7a;
	text-decoration:underline; 
}
a:active {
	color:#d41f3d;
	text-decoration:none; 
}

ul {
}

h1,h2,h3 {
	font:bold 14px 'Arial'; 
	margin:13px 0px;
	line-height: 1.4em;
}

p {
	margin:10px 0px;
	line-height: 1.4em;
}

img {
	border:0;
}

.hr {
	clear:both;
	height: 1px;
	border-bottom: 1px  solid #cccccc;
	margin: 10px 0 ;
}

.hr2 {
	height: 7px;
	border-top: 1px  solid #cccccc;
	border-bottom: 1px  solid #cccccc;
	margin: 10px 0 ;
}

input[type="text"], 
input[type="submit"], 
input[type="file"],
input[type="button"] {
	font-size: 11px;
}

/* Box Layout */

div#wrapper {
	width: 842px;	
	position: absolute;
	left: 50%;
	margin-left: -421px;
	height:100%
}

/* Header Logo */

div#LlCol {
	float: left;
	width: 20px;
	height: 77px;
	border-right: 1px  solid #cccccc;
}

div#LrCol {
	float: right;
	width: 20px;
	height: 77px;
	border-left: 1px  solid #cccccc;
}

div#LmCol {
	float: left;
	margin: 0px;
	width: 800px;
	height: 77px;
	text-align:right;
	background-image: url('../images/logo_uv_verlag.gif');
	background-repeat:no-repeat;
	background-position:20px 30px;
}

div#LmLogin  {
	position:relative; 
	top: 10px; 
	white-space:nowrap;
	margin-right: 10px;
}

div#LmCnt  {
	position:relative; 
	top: 30px; 
	white-space:nowrap;
	margin-right: 10px;
}

/* Header Banner */

div#BlCol {
	float: left;
	width: 20px;
	height: 110px;
	border-top: 1px  solid #cccccc;
	border-bottom: 1px  solid #cccccc;
	border-right: 1px  solid #cccccc;
}

div#BrCol {
	float: right;
	width: 20px;
	height: 110px;
	border-top: 1px  solid #cccccc;
	border-bottom: 1px  solid #cccccc;
	border-left: 1px  solid #cccccc;
}

div#BmCol {
	float: left;
	margin: 0 ;
	width: 800px;
	height: 112px;
}

div#BmTop {
	width: 800px;
	height: 25px;
	text-align:right;
	background-color:#d41f3d;
}

img#BmTopCart {
	width:20px;
	height:14px;
	margin: 0 10px 6px 0px;
}

.BmSep {
	margin: 0 15px 0 0px;
}

a.BmLnk {
	margin:0 15px 0 0;
	position:relative; 
	bottom:8px;
	color:#ffffff;
}

a.BmLnk:link {
	color:#ffffff;
	text-decoration:none; 
}
a.BmLnk:visited {
	color:#ffffff;
	text-decoration:none; 
}
a.BmLnk:hover {
	color:#ffffff;
	text-decoration:none; 
}
a.BmLnk:active {
	color:#ffffff;
	text-decoration:none; 
}

div#BmMid {
	margin: 0;
	width: 800px;
	height: 77px;
	background-image: url('../images/banner_uv.jpg');
	background-repeat:no-repeat;
}

div#BmBott {
	margin: 0 ;
	width: 800px;
	height: 10px;
	background-color:#b2b3b8;
}

/* Menu, Content, Teaser */

div#CmCol {
	background-image: url('../images/border_bg.gif');
	background-repeat:repeat-y;
	float: left;
	margin: 0 20px;
	width: 802px;
	height:auto !important; 
}

/* Menu */

div#CmMenu {
	float: left;
	margin-left:1px;
	width: 140px;
	padding-top:18px;
	padding-bottom:20px;
	font-size: 12px;
}

div.CmMenuHead {
	background-color:#d41f3d;
	width: 135px;
	height: 20px;
	padding-left:5px;
}


div.CmMenuHeadA {
	background-color:#d41f3d;
	width: 135px;
	height: 17px;
	padding-left:5px;
	padding-top: 3px;
	font-weight: bold;
	color:#ffffff;
	position:relative;
}

div.CmMenuHead a {
	font-weight: bold;
	color:#ffffff;
	position:relative;
	top:3px;
}

div.CmMenuHead a:link {
	color:#ffffff;
	text-decoration:none; 
}
div.CmMenuHead a:visited {
	color:#ffffff;
	text-decoration:none; 
}
div.CmMenuHead a:hover {
	color:#ffffff;
	text-decoration:none; 
}
div.CmMenuHead a:active {
	color:#ffffff;
	text-decoration:none; 
}

div.CmMenuCat1 {
	width: 128px;
	padding:4px 0px 4px 12px;
	border-bottom: 1px  solid #cccccc; 
}
div.CmMenuCat1 a {
	padding-left: 5px;
}
div.CmMenuCat1 img {
	position:relative;
	top:-2px;
}

div.CmMenuCat2 {
	width: 115px;
	padding:3px 0px 3px 25px;
	border-bottom: 1px  solid #cccccc; 
	background-color:#ecebe4;
}
div.CmMenuCat2 a {
 font-size: 12px;
}

a.CatPas:link {
	color:#807a7a;
	text-decoration:none; 
}
a.CatPas:visited {
	color:#807a7a;
	text-decoration:none; 
}
a.CatPas:hover {
	color:#807a7a;
	text-decoration:none; 
}
a.CatPas:active {
	color:#807a7a;
	text-decoration:none; 
}

a.CatAct {
	font-weight: bold;
	color:#d41f3d;
}
a.CatAct:link {
	color:#d41f3d;
	text-decoration:none; 
}
a.CatAct:visited {
	color:#d41f3d;
	text-decoration:none; 
}
a.CatAct:hover {
	color:#d41f3d;
	text-decoration:none; 
}
a.CatAct:active {
	color:#d41f3d;
	text-decoration:none; 
}

form#CmMenuSearch {
	width: 130px;
	padding:10px 5px;
	border-bottom: 1px solid #cccccc;
	font-size:11px; 
}

/* Teaser */

div#CmTeaser {
	float: right;
	width: 140px;
	margin-right:1px;
	padding-top:18px;
	padding-bottom:20px;
	font-size: 13px;
}

div.CmTeaserHeadBorder {
	width: 140px;
	height:7px;
	background-color:#ecebe4;
	border-top: 1px  solid #cccccc;
	border-bottom: 1px  solid #cccccc;
}

div.CmTeaserHead {
	padding:5px 8px;
	font-weight:bold;
	border-bottom: 1px  solid #cccccc;
}

div.CmTeaserCont {
	text-align:center;
	padding:10px 0 0;
}

div.CmTeaserCont p {
	text-align:left;
	padding:0px 10px;
}

/* Content */

div#CmContainer {
	float: left;
	margin: 0 8px;
	width: 504px;
	height:auto !important; 
	vertical-align:top; 
}

div#CmTab {
	width: 504px;
	height:40px;
	background-image: url('../images/tab_right.gif');
	background-repeat:no-repeat;
	background-position:0px 18px;
	background-color:#ecebe4;
}

a#CmTabM1 {
	position: absolute;
	top:213px;
	padding-left:20px;
	width: 100px;
	height:20px;
	font-weight: normal;
}

a#CmTabM2 {
	position: absolute;
	top:211px;
	margin-left:105px;
	padding-left:20px;
	width: 100px;
	height:20px;
	font-weight: normal;
}

a#CmTabM3 {
	position: absolute;
	top:211px;
	margin-left:220px;
	padding-left:20px;
	width: 100px;
	height:20px;
	font-weight: normal;
}

a#CmTabM4 {
	position: absolute;
	top:211px;
	margin-left:358px;
	padding-left:20px;
	width: 100px;
	height:20px;
	font-weight: bold;
}

div#CmContent {
	width: 462px;
	padding: 10px 20px 30px;
	height:auto !important; 
}

p#CmBreadc {
	font-size: 11px;
	font-weight:normal; 
	color:#d41f3d;
	padding-bottom: 10px;
}
p#CmBreadc img {
	position:relative;
	top:-2px;
}
p#CmBreadc a:link {
	color:#807a7a;
	text-decoration:none; 
}
p#CmBreadc a:visited {
	color:#807a7a;
	text-decoration:none; 
}
p#CmBreadc a:hover {
	color:#d41f3d;
	text-decoration:underline; 
}
p#CmBreadc a:active {
	color:#807a7a;
	text-decoration:none; 
}
a#CmBreadcHlnk {
	position:absolute;
	right: 190px;
}

.CmMarkup {
	color:#d41f3d;
}

.CmButton {
	margin: 0 5px 0 0;
}

input.CmGoBut {
	position:relative;
	top:4px;
}

input.CmSearchBut {
	position:relative;
	top:7px; left:2px;
}

div#CmStart img {
	position:relative;
	top:-1px;
	margin-right:3px;	
}
div#CmStart span {
	position:relative;
	top: 87px;
	left:265px;
}
div#CmStart a:link {
	color:#807a7a;
	text-decoration:none; 
}
div#CmStart a:visited {
	color:#807a7a;
	text-decoration:none; 
}
div#CmStart a:hover {
	color:#d41f3d;
	text-decoration:underline; 
}
div#CmStart a:active {
	color:#807a7a;
	text-decoration:none; 
}

div#CmStartAs {
	width:504px;
	height: 106px;
	position:relative;
	left:-20px;
	background-image: url('../images/bannerstart_as.gif');
	background-repeat:no-repeat;
	margin: 20px 0;
}

div#CmStartJb {
	width:504px;
	height: 106px;
	position:relative;
	left:-20px;
	background-image: url('../images/bannerstart_jb.gif');
	background-repeat:no-repeat;
	margin: 20px 0;
}

div#CmTopSel {
	clear:both;
	width:504px;
	position:relative;
	left:-20px;
}
div#CmTopSelTop {
	height:8px;
	border-top: 1px  solid #cccccc;	
}
div#CmTopSelHead {
	padding: 3px 0;
	border-top: 1px  solid #cccccc;	
	border-bottom: 1px  solid #cccccc;	
	margin-bottom:10px;	
}
div#CmTopSelHead b {
	padding: 3px 20px;
	border-right: 1px  solid #cccccc;
}
table.CmTopSelTable {
	width:460px;
	empty-cells:show;
	border-spacing: 0px;
	border-collapse:collapse;
	margin-left:20px;
}
td.CmTopSelLeft {
	width:50%;
	border-right: 1px  solid #cccccc;	
	border-bottom: 1px  solid #cccccc;
	padding: 0px 5px 5px 0;	
}
td.CmTopSelLeft img {
	float:right;
	padding: 0px 5px 5px 0;	
}
td.CmTopSelRight {
	width:50%;
	border-bottom: 1px  solid #cccccc;	
	padding: 0px 0px 5px 10px;	
}
td.CmTopSelRight img {
	float:right;
	padding: 0px 0px 5px 5px;	
}

div.CmProdList a:link {
	color:#807a7a;
	text-decoration:none; 
}
div.CmProdList a:visited {
	color:#807a7a;
	text-decoration:none; 
}
div.CmProdList a:hover {
	color:#d41f3d;
	text-decoration:underline; 
}
div.CmProdList a:active {
	color:#807a7a;
	text-decoration:none; 
}
div.CmProdList img {
	clear:both;
	float: right;
	margin: 0 10px 5px;
}

div.CmProd img {
	float: right;
	margin: 0 0 5px 10px;
}
img.CmProdBut {
	float:left 	!important;
	margin: 0 5px 0 0	!important;
}

div#CmIdxFoot {
	text-align:right;
	position:relative;
	bottom:-20px;
}
div#CmIdxFoot img {
	position:relative;
	top:2px;
	margin: 0 5px;
}

table#CmCart {
	width:100%;
	border: 1px  solid #cccccc;
	empty-cells:show;
	border-spacing: 0px;
	border-collapse:collapse;
	margin-bottom:20px;
}
td#CmCartTop {
	height:8px;
	background-color:#ecebe4;
}
table#CmCart th, 
table#CmCart td {
	border: 1px  solid #cccccc;
	padding:3px;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#807a7a;
}
.CmCartAlignR {
	text-align:right;
}
.CmCartAlignM {
	text-align:center;
}
table#CmCart input[type="image"] {
	margin-left: 30px;
}

.FormInput {
	border: 1px  solid #cccccc;
	color:#807a7a;
}

.FormInputSearch {
	border: 1px  solid #d41f3d;
	color:#807a7a;
}

a.CmClnk {
	float:right;
}

/* Footer */

div#FmCol {
	float: left;
	margin: 0 20px;
	width: 800px;
	height:50px;
	text-align:center;
	background-color:#ecebe4;
	border-left: 1px  solid #cccccc;  
	border-right: 1px  solid #cccccc; 
	border-bottom: 1px  solid #cccccc; 
}

div#FmTop {
	width: 800px;
	height: 7px;
	background-color:#ecebe4;
	border-top: 1px  solid #cccccc; 
	border-bottom: 1px  solid #cccccc;
	margin-bottom:11px; 
}

div#FmBot a:link {
	color:#807a7a;
	text-decoration:none; 
}
div#FmBot a:visited {
	color:#807a7a;
	text-decoration:none; 
}
div#FmBot a:hover {
	color:#d41f3d;
	text-decoration:underline; 
}
div#FmBot a:active {
	color:#807a7a;
	text-decoration:none; 
}

.FmSep {
	margin: 0 10px;
}

.crossSellingHeader {
	color: #d41f3d;
	padding-top: 20px;
}

.prodWeekTitleText {
	padding: 2px 7px 2px 7px;
	background-color: #98353c;
	color: #ffffff;
	font-weight: bold;
}
	
