body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	margin:0px;
	padding:0px;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#40983F;
	text-decoration:none;
}
h1,h2,h3,p,form {
	margin:0px;
}
td {
	font-size: 0.9em;
}
td.kommentar {
	font-size: 0.85em;
}
td.produktlink {
	border:1px solid #FFFFFF;
}	
/* +++++ CONTAINER +++++ */
#All {
 	width:995px;
	height:600px;
	background-color:#EBEBED;
	position:absolute;
	margin:-300px 0px 0px -498px;
	top: 50%; 
	left: 50%;
	z-index:50;
}
/* +++++ Seitenkopf +++++ */
#PageHeader {
	width:975px;
	height:100px;
	margin:0px 10px 0px 10px;
	z-index:100;
}
#PageHeaderTop {
	width:975px;
	height:60px;
}

#LogoTop {
	float:right;
	margin-top:20px;
}
#PageHeaderBottom {
	width:975px;
	height:40px;
	z-index:105;
}
#MenueHeader {
	float:left;
	width:600px;
	margin-top:10px;
	z-index:110;
}
#MenueLanguage {
	float:left;
	width:200px;
	margin-top:10px;
	text-align:right;
	z-index:115;
}
#LogoBottom {
	float:right;
}
/* ----- Seitenkopf ----- */
/* +++++ Content +++++ */
#ContentAll {
	position:relative;
	width:975px;
	height:490px;
	margin:0px 10px 0px 10px;
	z-index:150;
	/*background-color: #EAE1C6;*/
}
#Left {
	position:absolute;
	top:0px
	left:0px;
	width:135px;
	height:490px;
	z-index:200;
	/*background-color: #FF0000;*/
}
#Content {
	position:absolute;
	top:0px;
	left:155px;
	width:820px;
	height:490px;
	z-index:250;
	/*background-color: #CCCCCC;*/
}
#Content h1 {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:1.1em;
}
#ContentLeft {
	/*float:left;
	width:415px;
	padding:20px 0px 0px 0px;
	z-index:300;*/
	
	position:absolute;
	top:0px;
	left:0px;
	height:450px;
	width:415px;
	padding:20px 0px 0px 0px;
	z-index:300;
	/*background-color: #00FF00;*/
}
#ContentCenter {
	position:absolute;
	width:20px;
	height:470px;
	top:0px;
	left:415px;
	text-align:right;
	/*background-color: #333333;*/
}
#ContentRight {
	/*float:right;
	width:385px;
	height:445px;
	z-index:350;
	background-color: #0000FF;*/
	
	position:absolute;
	top:0px;
	left:435px;
	width:385px;
	height:10px;
	z-index:350;	
}
#ContentFooter {
	position:absolute;
	top:470px;
	width:975px;
	height:17px;
	padding-top:3px;
	z-index:400;
	/*background-color: #FF0000;*/
}
#ContentFooterBack {
	float:left;
}
#ContentFooterNext {
	float:right;
}
/* ##### ContentRight - Bild mit / ohne Maske ##### */
#BildMaske {
	position:relative;
	left:10px;
	top:30px;
	width:375px;
	height:400px;
	z-index:360;
	overflow:hidden;
}
#Bild {
	position:relative;
	left:10px;
	top:-370px;
	width:375px;
	height:400px;
	z-index:355;
	overflow:hidden;
}


#Bild_oMaske {
	position:relative;
	left:10px;
	top:0px;
	width:375px;
	height:465px;
	text-align:right;
	z-index:370;
	overflow:hidden;
}
/* ----- ContentRight - Bild mit / ohne Maske ----- */



/* ----- Content ----- */
/* +++++ KatalogOrder +++++ */
#KatalogOrder {
	position:relative;
	left:585px; 
	top:-10px;
	width:240px;
	height:160px;
	z-index:999;
}
#OrderKatalogIcon {
	float:left;
	width:110px;
}
#OrderKatalogText {
	float:left;
	width:130px;
	margin:15px 0px 0px -15px;
}
/* ----- KatalogOrder ----- */
/* +++++ MISC +++++ */
.clear{
	clear:both;
}
