body {
	font-family: Arial, sans;
	font-size: 11px;
	line-height: 1.5;
	color: #401F25;
	text-align: left;
	background-color: #810023;
	background-image: url(../img/rot_schwarz.gif);
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
}

h1, h2, h3{
	margin:0px 0px 24px 0px;
	line-height:1.5;
}

p{
	margin:0px 0px 16px 0px;
}

hr{
	border:none;
	border-top: 1px dotted #401F25;
	margin: 8px 0px;
}

td{
	font-size: 11px;
	line-height: 1.5;
	color: #401F25;
	text-align: left;
	margin: 0px;
	padding: 3px 3px 3px 0px;
	vertical-align: top;
}

img{	
	border:none; 
}

a:link {
	color: #0025B7;
	font-style: normal;
	text-decoration: none;

}
a:visited {
	color: #455596;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	background-color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

.wrapper {
	/*background-color: #EBDBE0;*/
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 30px;
	width: 869px;
	min-height: 100%;
}
.wrapper .pageTeaser {
	float: right;
	width: 660px;
	height: 280px;
	position: absolute;
	left: 209px;
	background:url(../img/header_bg.jpg) no-repeat;
}
.wrapper .contentLayer {
	margin-top: 20px;
	margin-left: 209px;
}

.collectionsTeaser {
	position:absolute;
	top: 41px;
	left: 209px;
}
.collectionsTeaser td {
	/** comment out for labels **/
	padding-bottom:24px;
}

.collectionsTeaser div.label {
	/** uncomment for labels **/
	display:none;
	
	color:#401F25;
	height:16px;
	background: #FFF;
	padding:4px;
	width: 143px;
	_width:151px;
	position:relative;
	top:-24px;
}

.collectionsTeaser a:hover{
	font-weight: bold;
	text-decoration: none;
}

.wrapper .element1spaltig {
	padding: 0px;
	width: 620px;
	_width:630px;
	clear: none;
	float: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0px;
}

.wrapper .element2spaltig {
	padding: 0px 10px 10px 0px;
	width: 305px;
	_width:315px;
	clear: none;
	float: left;
	margin-bottom: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.wrapper .contentLayer .element3spaltig {
	padding: 0px 10px 10px 0px;
	width: 200px;
	clear: none;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
}
.wrapper .logoAndNavi {
	clear: none;
	width: 209px;
}
.wrapper .logoAndNavi .navigation {
	background-image: url(../img/menu/menu_bg.jpg);
	height: 159px;
	_height: 169px;
	width: 209px;
	padding-top: 11px;
	padding-left: 17px;
}
.teaserCollection {
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 11px;
}
.wrapper .contentLayerLeft {
	margin-top: 20px;
	margin-left: 20px;
}

.wrapper .elementLeft {
	width: 190px;
	_width:200px;
	clear: none;
	float: left;
	
}
.cvDateCell {
	width: 60px;
	font-weight: bold;
	font-size: 12px;
	color: #B88A99;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A47A88;
}
.cvTextCell {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A47A88;
}
.wrapper .contentLayer p {
	padding-right: 30px;
}
.wrapper .logoAndNavi .logo {
	background-image: url(img/logo.jpg);
	height: 109px;
	width: 209px;
}
.element1spaltig .kollektionsteaser {
	width:600px;
	_width:620px;
	margin-bottom:20px;
	clear: both;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.kollektionsteaser img {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #B8A4AB;
	display: block;
	float: left;
	clear: none;
}
.kollektionsteaser .textBlock {
	clear: none;
	float: left;
	width: 270px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

a.katalogTeaser{
	background-color: #F0F0F0;
	padding: 5px;
	float:none;
	display:block;
	font-size:1.25em;
	color:#222;
	line-height: 1.5;
}
a.katalogTeaser:hover{
	background-color: #FDD;
	text-decoration: none;
}

.katalogTeaser img{
	border:1px solid #DDD;
	margin-right:10px;
}

.kollektionsteaser {
	margin-bottom: 10px;
}

.subMenu{
	border-bottom:1px dotted #bc8c93;
	margin-right: 20px;
	padding:0px;
}

.subMenu a{
	color:#401F25;
	display:block;
	float:none;
	padding:5px 0px 5px 3px;
	font-size:1em;
	border-top:1px dotted #bc8c93;
	text-decoration:none;
}

.subMenu a:hover{
	background:#FEE;
}

.subMenu a.active{
	font-weight:bold;
	background:#FEE;
}

/* ! Clearfix hack */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */
