/* Wichtige Farben

*/
html{
	background: #FFF;
}

body{
	margin: 5px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;

}



html, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li,.textrot,.xorange{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}

a img{
	border: none;
}
a{
	font-weight:bold;
}
li{
	margin:0 0 0 20px;	
}
ul{
	margin:0 0 20px 0;	
}

.textrot,.preis{
	color:#ED0302;
	font-size:14px;
	font-weight:bold;
}
.xorange{
	font-weight:bold;
}
.button{
	border-left:#fff 1px solid;
	border-top:#fff 1px solid;
	border-bottom:#9F9F9F 1px solid;
	border-right:#9F9F9F 1px solid;
}
#main{
	position:relative;
	width:765;
}

#inhalt{
	position:absolute;
	width:765;
}
#aborder{
	border:#ECBE00 1px solid;
	width:160;
	height:218;
}
#aborderbig{
	border:#ECBE00 1px solid;
	width:765;
	background-color: #E8E8E8;
	
}

#angebot{
	height:218;
	width:160;
}
#header{
	display:block;
	background-color: #ECBE00;
	height:13px;
	border-bottom:#ECBE00 1px solid;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	padding-left:10
}
#image{
	
}
#text{
	position:absolute;
	top:123px;
	height:94px;
	width:160px;
	background-color:#fff;
}

#textinhalt{
	position:absolute;
	left:5px;
	top:5px;
}
#scrollinhalt{
	position:relative;
	left:5px;
	top:5px;
	margin-right:10px;
	margin-bottom:10px;
}
#preis{
	position:absolute;
	left:5px;
	top:77px;
	color:#ED0302;
	font-size:13px;
	font-weight:bold;
}
#mehr{
	position:absolute;
	left:110px;
	top:77px;
}
dd{
	margin:-15px 0 0 50px;	
}
.tn dd{
	margin-left:150px;	
}
