/* Druckeinstellungen für die Seite */
@media print {

}
/* Basiseinstellungen für alle Texte */
BODY, TABLE, TR, TD, UL, LI, P, INPUT, SELECT, OPTION {
    font-family:				verdana,lucida,arial,helvetica,sans-serif;
    font-size:					11px;
}

/* Einstellung Überschrift */
h1 {
        font-family:				verdana,lucida,arial,helvetica,sans-serif;
	font-size:				12px;
	font-weight:				bold;
	color:						#0A285C;
}

/* Einstellung Überschrift */
h2 {
        font-family:				verdana,lucida,arial,helvetica,sans-serif;
	font-size:				11px;
	font-weight:				bold;
}

/* Farbeinstellungen für alle Scroller */
BODY {							
	scrollbar-face-color: 	   	#326699;
	scrollbar-highlight-color: 	#326699;
	scrollbar-3dlight-color:   	#0A285C;
	scrollbar-darkshadow-color:	#0A285C;
	scrollbar-shadow-color: 	#326699;
	scrollbar-arrow-color: 	   	#FFB53E;
	scrollbar-track-color: 	   	#B2C6D9;
}
/* Farbeinstellung für alle Links im Text */
A:link, A:visited, A:active {
	text-decoration: 	   		none;
	font-weight:				bold;
	color:						#326699;
}
A:hover {						
	text-decoration: 	   		none;
	font-weight:				bold;
	color:						#FFB53E;	
}
/* Farbeinstellung für die Links in der Navigation */
A.navi:link, A.navi:visited, A.navi:active {
	font-size:					10px;
	text-decoration: 	   		none;
	font-weight:				bold;
	color:						#FFFFFF;
}
A.navi:hover {	
	font-size:					10px;					
	text-decoration: 	   		none;
	font-weight:				bold;
	color:						#FFB53E;
}
/* Farbeinstellung für die Links in der Fußzeile */
A.fuss:link, A.fuss:visited, A.fuss:active {
	text-decoration: 	   		none;
	font-weight:				bold;
	color:						#FFFFFF;
}
A.fuss:hover {						
	text-decoration: 	   		none;
	font-weight:				bold;
	color:						#FFB53E;
}
/* Titel über Boxen */
.boxTitel {
	font-size:					11px;
	font-weight:				bold;
	color:						#0A285C;
}
/* Zellen in der Navigation */
.navi {
	line-height:				17px;
	font-size:					10px;
	font-weight:				bold;
	color: 						#FFFFFF;
}

/* Gepunkteter Rahmen um Tabelle */

#rahmen_blau {
  border-width:2px;
  border-style:dotted;
  border-color:blue;
  padding:2.5em;
}

#rahmen_rot {
  border-width:2px;
  border-style:dotted;
  border-color:red;
  padding:2.5em;
}

#rahmen_schwarz {
  border-width:2px;
  border-style:dotted;
  border-color:black;
  padding:2.5em;
}

div#banner_rechts {
	position: absolute; top:100px; left: 800px; width: 160px; height:600px;
}

div#ebay_box {
	position: absolute; top:10px; left: 800px; width: 160px; height:600px;
}

div#mehrtext {
	width:350px; height:100px; position:relative; bottom:0px; left:550px;
}

div#favoriten {
	width:125px; height:16px; position:absolute; top:12px; left:250px; z-index:99;
}

div#email_werbung_banner_werbung {
	position: absolute; top:0px; left: 816px; width: 160px; height:600px;
}

div#facebook {
	position: absolute; top:258px; left: 800px; width: 160px; height:600px;
}