/* Positionierung und Auswahl der Hitergrundbilder */
div#home_design {
	width:206px;
	height:418px;
	background:url(../img/background/home_bg.jpg);
	z-index:1;
}

div#design img.bg{
	width:206px;
	z-index:1;
}

/* Positionierung der Produktbilder */

div.graphic_p01 img{
	position:absolute;
	top:70px;
	left:84px;
	border:thin solid black;
	width:120px;
	height:120px;
	z-index:29;
}

div.graphic_p02 img{
	position:absolute;
	top:220px;
	left:84px;
	border:thin solid black;
	width:120px;
	height:120px;
	z-index:29px;
}


/* Gestaltung der Produkte */

table.product_cell{
	border:thin solid #FFF;
	width:100%;
	margin:5px;
	padding:5px;
}

table.product_cell td.image{
	width:20%;
	text-align:center;
}

table.product_cell td.image img.bild_120{
	text-align:center;
	width:120px;
	height:120px;
	text-decoration:none;
	border:none;	
}

table.product_cell td.image img.bild_120b{
	text-align:center;
	width:120px;
	text-decoration:none;
	border:none;	
}

table.product_cell td.image img.bild_120h{
	text-align:center;
	height:120px;
	text-decoration:none;
	border:none;	
}


div#content_standort {
	text-align:center;
}


/* Gestaltung des der Links*/

div#content_links table.links{
	margin-left:10%;
	border:none;
	width:90%
}

div#content_links table.links td{
	background-color:#FFFFC0;
	
}
	
div#content_links table.links td.link_name{
	width:25%;
}
	
div.mleft .mainMenu{
	left:0;
	padding:5px;
	margin:5px;
}

div#mleftadmin ul{
	text-align:left;
	list-style-type: none;
	list-style-image: none;
	left:0;
	padding-left:10px;
	
}


div#mleftadmin li{
	padding:2px;
	margin:2px;
	list-style-type:none;
	width:170px;
	text-align:left;
	text-decoration: none;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFAA;
	border: thin solid #222;
	list-style-image: none;
}

div#mleftadmin a {
	text-decoration:none;
	font-size:13px;
	color:#000000;
	font-weight:900;
}

div#mleftadmin a:hover{
	text-decoration:underline;
	font-size:13px;
	color:#000000;
	font-weight:900;
}

div#mleftadmin li:hover{
	text-align:left;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:thin solid black;
	background-color: #FFFFEC;
}

