/* 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:						#A90000;
}

/* Einstellung Überschrift */
h2 {
        font-family:				verdana,lucida,arial,helvetica,sans-serif;
	font-size:				11px;
	font-weight:				bold;
}
/* Farbeinstellung für alle Links im Text */
A:link, A:visited, A:active {
	text-decoration: 	   		none;
	font-weight:				bold;
	color:						#A90000;
}
A:hover {						
	text-decoration: 	   		underline;
	font-weight:				bold;
	color:						#A90000;	
}
/* 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:						#000000;
}
A.navi:hover {	
	font-size:					10px;					
	text-decoration: 	   		none;
	font-weight:				bold;
	color:						#A90000;
}
/* 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:						#A90000;
}
/* Titel über Boxen */
.boxTitel {
	font-size:					11px;
	font-weight:				bold;
	color:						#FFFFFF;
}
/* Zellen in der Navigation */
.navi {
	line-height:				17px;
	font-size:					10px;
	font-weight:				bold;
	color: 						#000000;
}

/* 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#kontostand {
	position: absolute; top:10px; left: 800px; width: 170px; height:90px; border-width:2px; border-style:dotted; border-color:red; padding:5px; margin:0px;
}

div#news {
	position: absolute; top:10px; left: 800px; width: 250px; height:450px; border-width:2px; border-style:dotted; border-color:red; padding:5px; margin:0px; overflow:auto;
}

div#facebook {
	position: absolute; top:10px; left: 800px; width: 300px; height:600px; padding:5px; margin:0px; overflow:auto;
}

div#news_user {
	position: absolute; top:120px; left: 800px; width: 250px; height:450px; border-width:2px; border-style:dotted; border-color:red; padding:5px; margin:0px; overflow:auto;
}

div#auswertung_user {
	position: absolute; top:480px; left: 800px; width: 250px; height:100px; border-width:2px; border-style:dotted; border-color:red; padding:5px; margin:0px;
}

div#mehrtext {
	width:350px; height:100px; position:relative; bottom:0px; left:550px;
}

div#favoriten {
	width:125px; height:16px; position:absolute; top:40px; left:530px; z-index:99;
}

div#finanzen{
	position: absolute; top:110px; left: 800px; width: 210px; height:240px; border-width:2px; border-style:dotted; border-color:red; padding:5px; margin:0px; overflow:auto;
}
