@CHARSET "UTF-8";
div.seitenleiste
{
	width:100px; 
	border: 2px solid #000; 
	background-color: #555; 
	color: #000000; 
	text-align: center; 
	-moz-border-radius: 10px;
}
/*div.seitenleiste.a:link		{color:#090997; text-decoration: none; font-weight:bold;}
div.seitenleiste.a:visited	{color:#090997; text-decoration: none; font-weight:bold;}
div.seitenleiste.a:hover	{color:#0749CC; text-decoration: underline; font-weight:bold;}
div.seitenleiste.a:active	{color:#0749CC; text-decoration: none; font-weight:bold;}*/
div.beitrag
{
	width: 95%;
	border: 1px solid #555;
	background-color: #363636;
}
td.infoleiste
{
	width: 20%;
	font-size: small;
	text-align: center;
}
td.infoleisteadmin
{
	width: 10%;
	font-size: small;
	text-align: right;
}
a.actpage
{
	font-weight: bolder;
	color: #BB1111;
}
input, textarea
{
	color: #000;
	background-color: #FFF;
	border: 1px #BBB solid;
	overflow: auto;
}
input:hover, textarea:hover
{
	color: #FFF;
	background-color: #000;
}
input:focus, textarea:focus
{
	color: #FFF;
	background-color: #000;
}

