body {
	margin:0;
	padding: 0;
	background:#f8eac8;
	color:#434343;
	font-family: Verdana;
	font-size:12px;
}

table { 
	font-size : 12px; 
	color : #000000; 
	font-family : Verdana; 
} 

h1 { 
	font-size : 12px; 
	font-weight : bold; 
	padding-top : 0; 
	padding-bottom : 0; 
	margin-bottom : 0; 
	margin-top : 0; 
	margin : 0 0 3px; 
} 

h2 { 
	font-size : 12px; 
	font-weight : bold; 
	padding-top : 0; 
	padding-bottom : 0; 
	margin-bottom : 0; 
	margin-top : 0; 
	margin : 0 0 3px; 
} 

h3 { 
	font-size : 12px; 
	font-weight : bold; 
	padding-top : 0; 
	padding-bottom : 0; 
	margin-bottom : 0; 
	margin-top : 0; 
	margin : 0 0 3px; 
} 

h4 { 
	font-size : 12px; 
	font-weight : bold; 
	padding-top : 0; 
	padding-bottom : 0; 
	margin-bottom : 0; 
	margin-top : 0; 
	margin : 0 0 3px; 
} 

a:link { 
	color : navy; 
	text-decoration : none; 
} 

a:visited { 
	color : navy; 
	text-decoration : none; 
} 

a:hover { 
	color : navy; 
	text-decoration : underline; 
} 

a:active { 
	color : navy; 
	text-decoration : none; 
} 



div#designnavione {
	width: 150px;
	height: 118px;
	background: url('img/design-bg-navione.gif') no-repeat; 
}

div#designfooter {
	width:799px;
	height: 45px;
	background: url('img/design-footer.jpg') no-repeat; 
}

div#designfooter2 {
	float:right;
	padding-top:10px;
}


div#ebene1rechts {
	 position: absolute; 
	 width: 160px;
	 height: auto;
	 z-index: 1;
	 left: 813px;
	 top: 2px;
	 border : 1px solid #000000; 
	 background : url('img/design-bg.jpg');
}


div#ebene2rechts {
	border : 1px solid #A4956C;
	position: absolute; 
	width: 160px; 
	height: auto; 
	z-index: 2;
	left: 811px;
	top: 110px;
	/*top: 156px;*/
	background : url('img/design-bg.jpg');
	
}




div.artikelbox {
	float : left; 
	/*border : 1px solid black;*/ 
	top : 0; 
	margin : 2px; 
	padding : 1px; 
	width : 580px; 
	font-size : 12px; 
	font-weight : normal; 
	/*background-color : #efd; */
}

div.artikelboxtext {
	margin-left:15px;
}




div.spalte { 
  float: left;
  width: 150px;
  margin-right: 20px;
  font-weight: bold;
} 

div.spalte2 { 
  float: left;
  width: 350px;
} 

div.spalte3 {
	clear:left;
}


.text2 {
	margin-left: 10px;
	line-height : 18px; 
}

/*ID NICHT CLASS*/
div#text2 {
	clear:both;
	top:140px;
	margin-left: 10px;
}

/*CLASS NICHT ID*/
.text2 {
	margin-left: 10px;
	line-height : 18px; 
}

.artikelidright {
	clear:both;
	float:right;
	margin-right: 50px;
	font-size : 10px; 
	font-weight : normal; 
	line-height:normal;
}


.img-shadow {
	position:relative; 
	z-index: 100; 
	width:160px; 
	height:160px;
	background:url('img/logorahmen.jpg'); 
	margin: 0px 10px 10px 10px !important;
	margin :0px 0 0 10px;
	float : left; 
	margin-right:10px;
}


.img-shadow img { 
	float : left; 
	z-index: 80;
	position:relative; 
	margin : 5px;
	position : absulute;
}


.img-shadow2 {
	position:relative; 
	z-index: 100; 
	width:160px; 
	height:132px;
	background:url('img/logorahmen-absahnen.jpg'); 
	margin: 0px 10px 10px 10px !important;
	margin :0px 0 0 10px;
	float : left; 
	margin-right:10px;
}


.img-shadow2 img { 
	float : left; 
	z-index: 80;
	position:relative; 
	margin :6px 5px 5px 5px;
	position : absulute;
}


/*Banner verbergen*/
.img-banner {
	background-image:url('img/blind.gif');
	z-index: 80;

}

a.img-banner {
	background:url('img/rollover_100x100.png'); 
	z-index: 80;
}

a.img-banner:hover {
	
	z-index: 100; 
}

/*
.img-shadow { 
float : center;
background : url('img/logorahmen.jpg') no-repeat bottom right !important;
margin : 10px 10px 10px 10px !important;
margin : 10px 0 0 10px;
z-index:2;
} 

.img-shadow img { 
width : 150px; 
height: 150px;
position : absulute;
margin : -6px 6px 6px -6px;
padding : 3px;
z-index:1;
} 

*/
	
	
/*Formulare*/

select { 
	text-align : center;
	font-family : Verdana; 
	font-size : 8pt; 
	border : 1px solid #000000;
} 

textarea { 
	font-family : Verdana;
	font-size : 8pt;
	border : 1px solid #000000;
} 

input.submit { 
	text-align : center;
	font-family : Verdana;
	cursor : pointer;
	border : 1px solid #000000;
} 

input.text { 
	font-size : 8pt;
	font-family : Verdana;
	cursor : pointer;
	border : 1px solid #000000;
} 

input.radio { 
	text-align : center;
	font-family : Verdana;
	cursor : pointer;
	border : 1px solid #ffffff;
} 