body {
	/*ackground:url(../pix/bg_main.gif) #fff;*/
	background:url(../pix/bg_showroom.png) #fff;
	background-repeat:repeat;
	margin:0px;
	padding:0px;
	font-size:0.75em;
	color:#111111;
	font-family:Arial, Helvetica, sans-serif;
	}
a {
	color:#930049;
	text-decoration:none;
	}
a:hover {
	color:#e52e7e;
	}
img {
	border:0px;
	}


/*///////////// Grundaufbau /////////////*/

.wrap {
	position:absolute;
	top:50%;
	left:50%;
	margin:-240px 0px 0px -309px;
	}
	
.mainframe {
	height:468px;
	width:618px;
	background:url(../pix/bg_frame_org.png);
	background-repeat:no-repeat;
	text-align:left;
	}
	
.menu_left {
    float: left;
	width: 100px;
	border-right:#e52e7e 1px solid;
	position:relative;
	top:125px;
	left:15px;
	padding-bottom:10px;
	}
.menu_right {
	float: right;
	width: 120px;
	border-left:#e52e7e 1px solid;
	position:relative;
	top:125px;
	padding-left:0px;
	padding-right:10px;
	padding-bottom:10px;
	text-align:center;
	}
.content {
	margin: 0 135px 0 130px;
	position:relative;
	top:110px;
	min-width:350px;
	max-height:330px;
	overflow:auto;
	}

.grafikani {
	position:absolute;
	left:0px;
	right:0px;
	z-index:-2;
	width:300px;
	height:400px;
	background-color:#0000CC;
	}
#grafikani {
	z-index:-2;}
/*.menu_left {
	width:85px;
	border:#e52e7e 1px solid;
	height:150px;
	min-height:300px;
	position:relative;
	top:125px;
	left:85px;
	display:inline;
	float:left;
	}

.content {
	display:inline;
	height:150px;
	min-height:300px;
	background-color:#0000FF;
	position:relative;
	top:125px;
	left:150px;
	margin:0 182px 0 95px;
	}

.menu_right {
	width:172px;
	display:inline;
	border-left:#e52e7e 1px solid;
	height:150px;
	min-height:300px;
	position:relative;
	top:125px;
	left:446px;
	background-color:#FF0000;
	float:right;
	}
*/	

/*///////////// Menu Links /////////////*/
	
.menu_left ul {
	list-style:none;
	font-size:90%;
	margin-left:-30px;
	}
.menu_left li a {
	padding-left:5px;
	border-left:1px solid #cdcdcd;
	}
.menu_left li a:hover {
	border-left:1px solid #e52e7e;
	}

ul.sub_info, ul.sub_mode, ul.sub_presse, ul.sub_shops {
	display:none;
	}

/*///////////// Contentbereich /////////////*/




/*///////////// Menu Rechts /////////////*/




/*///////////// shops /////////////*/

.shops {
	margin-left:2px;
	}

a.dawanda:link, a.dawanda:visited {
	margin-bottom:2px;
	width: 90px ;
	height: 34px ;
	display: block;
	overflow:hidden;
	background: url(../pix/shops/dawanda.png) 0px 0px no-repeat;
	}
a.dawanda:hover, a.dawanda:active{
	background-position: 0px -34px;
	}

a.shopw:link, a.shopw:visited {
	margin-bottom:2px;
	width: 90px ;
	height: 26px ;
	display: block;
	overflow:hidden;
	background: url(../pix/shops/shopwindowz.png) 0px 0px no-repeat;
	}
a.shopw:hover, a.shopw:active{
	background-position: 0px -26px;
	}
a.showroom:link, a.showroom:visited {
	margin-bottom:2px;
	width: 90px ;
	height: 36px ;
	display: block;
	background: url(../pix/shops/v16_teaser.gif) 0px 0px no-repeat;
	}
	
	
	/*///////////// footerlink /////////////*/
	
.footer_infolink {
	position:fixed;
	bottom:10px;
	right:50px;
	background-color:#FFFFFF;
	}
	
	
	
	
	/*///////////// bgswitch /////////////*/

.bgswitcher {
	position:fixed;
	bottom:10px;
	}
	
#style01, #style02, #style03, #style04 {
	background-repeat:no-repeat;
	position:fixed;
	bottom:10px;
	width:23px;
	height:15px;
	}

#style01 {
	/*background-color:#00FF00;
	background-image:url(images/ic_tapete.png);
	display:none;*/	
	display:inline;
	overflow:hidden;
	background: url(../pix/ic_dots.png) 0px 0px no-repeat;
	left:50px;
	}
#style01:hover, #style01:active, #style02:hover, #style02:active, #style03:hover, #style03:active, #style04:hover, #style04:active{
	background-position: 0px -15px;
	}
#style02 {
	/*background-color:#0033FF;
	background-image:url(images/sc_lichtaus.gif);*/
	display:inline;
	overflow:hidden;
	background: url(../pix/ic_tapete.png) 0px 0px no-repeat;
	left:75px;
	}
#style03 {
	/*background-color:#FFFF00;
	background-image:url(images/sc_lichtaus.gif);*/
	display:inline;
	overflow:hidden;
	background: url(../pix/ic_showroom.png) 0px 0px no-repeat;
	left:100px;
	}
#style04 {
	/*background-color:#FFFF00;
	background-image:url(images/sc_lichtaus.gif);*/
	display:inline;
	overflow:hidden;
	background: url(../pix/ic_showroom2.png) 0px 0px no-repeat;
	left:125px;
	}