/* Body */

body {
	font-family: Verdana;
         font-size: 13px;
         color: #000000;
}

/* Newsbox */

.Newstabelle {
         width: 500px;
         border: 1px solid #BBBBBB;
         background-color: #F5F5F5;
         color: #000000;
         padding-left: 2px;
         padding-right: 2px;
}

.Newstitel {
         width: 60%;
         font-family: Verdana;
         font-size: 13px;
         font-weight: bold;
         background-color: #C6E3FB;
         border: 1px solid #BBBBBB;
         padding-left: 2px;
}

.Datum {
         width: 40%;
         font-family: Verdana;
         font-size: 13px;
         text-align: right;
         background-color: #C6E3FB;
         border: 1px solid #BBBBBB;
         padding-right: 2px;
}

.Newstext {
	font-family: Verdana;
         font-size: 12px;
}

.Newsgrafik
{
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}

/* Seitennavigation */

.Seitennavi
{
	font-family: Verdana;
         text-align: center;
         font-size: 12px;
}

.Seitennavi a:link, .Seitennavi a:visited
{
         color: #004080;
         text-decoration: none;
}

.Seitennavi a:hover
{
	color: #0080FF;
         font-weight: bold;
         text-decoration: none;
}

/* Formular-Felder */

input, select, textarea
{
	font-size:11px;
	font-family:Verdana;
	font-weight:normal;
}

.Bereich, .Feld
{
	background-color: #FFFFFF;
	color: #000000;
	border:1px solid #BBBBBB;
	padding-left: 3px;
}

.Button
{
         background-color: #F4F4F4;
	color: #000000;
	border:1px solid #BBBBBB;
}

.FormularText
{
	font-family: Verdana;
         font-size: 12px;
}