@charset iso-8859-1"iso-8859-1";
/*	GLOBALS		*/
A	{
	color: #FFFFFF;
	text-decoration: none;
}
A:visited	{
	color: #FFFFFF;
	text-decoration: none;
}
A:active	{
	color: #FFFFFF;
	text-decoration: none;
}
A:hover	{
	color: #333333;
	text-decoration: none;
}

/*	BACKGROUND COLORS		*/
.grau	{
	background-color: #000000;
}
.orange	{
	background-color: #FF6600;
}
.blau	{
	background-color: #004B83;
}
.schwarz	{
	background-color: #333333;
}
.listhell	{
 background-color: #EAE7E1;
}
.listdunkel	{
 background-color: #CCC4B6;
}

/*	CONTENT		*/
.v1	{
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
}
	A.v1	{
	color: #333333;
	text-decoration: none;
	}
	A.v1:visited	{
	color: #333333;
	text-decoration: none;
	}
.v2	{
	font-family: Verdana,Arial,Helvetica;
}
	A.v2	{
	color: #4E6D94;
	}
	A.v2:visited	{
	color: #4E6D94;
	}
	A.v2:hover	{
	color: #4E6D94;
	text-decoration: none;
	}
.v3	{
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	line-height: 15px;
}

#tickertape{
position:relative;

layer-background-color:#333333;
width:100px;
height:450px;
}

#subtickertape{
background-color:#333333;
position:absolute;
border: 1px solid black;
width:100px;
height:450px;

}

.subtickertapefont{
font:bold 12px Verdana;
text-decoration:none;
color:white;
}

.subtickertapefont a{
color:white;
text-decoration:none;
}
