/*===================================================================*/
/* Style definition für das vollständige Dokument                    */
body{
height:96%;
width:98%;
background-color: #939598;          /* Dunkelgrau                    */
font-family: arial,helvetica;       /* Dokument-Schriftart           */
font-size:: 12px;                   /* Dokument-Schriftgroesse       */
color: black;                       /* Textfarbe                     */
}
/*===================================================================*/



/*===================================================================*/
/* Style definition vom Inhaltsbereich (zentriert etc...)            */
#content
{
background-color: #939598;          /* Dunkelgrau                    */
border:0px solid black;
width: 626px;
height: 456px;
position: absolute;
top: 53%;
left: 54%;
margin-left: -350px;
margin-top: -250px;
}
/*===================================================================*/



/*===================================================================*/
.fliesstext{
font-family: Arial, Helvetica; 
font-size: 12px; 
color: black;
}
/*===================================================================*/



/*===================================================================*/
a:link {
	font-family:arial,helvetica;
	font-size:12px;
	font-weight:normal;
	color:black;
	text-decoration:none;
}
/*===================================================================*/


/*===================================================================*/
a:active {
	font-family:arial,helvetica;
	font-size:12px;
	font-weight:normal;
	color:black;
	text-decoration:none;
}
/*===================================================================*/



/*===================================================================*/
a:visited {
	font-family:arial,helvetica;
	font-size:12px;
	font-weight:normal;
	color:black;
	text-decoration:none;
}
/*===================================================================*/



/*===================================================================*/
a:hover {
	font-family:arial,helvetica;
	font-size:12px;
	font-weight:normal;
	color:#B6341D;
	text-decoration:none;
}
/*===================================================================*/
