body
{
        font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
/*        background-color: #FFEBCD;	*/
	background-color: #b0c4de;
        list-style-type: none;
}

a {
	text-decoration: none;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
	color: #00008B;
	padding-right: 2px;
	font-weight: normal;
}

a:active  {
	color: #00008B;
}

a:hover  {
	text-decoration: none;
	color: blue;
}

/*
a:visited  {
	text-decoration: none;
	color: green;
}
*/

.inhalte
{
	border-top: 2px solid blue;
	padding-top: 1em;
}

.ueberschrift
{
        font-size: xx-large;
        font-weight: bold;
        font-variant: small-caps;
	padding-left: 20px;
}

.hauptbereich
{
	font-family: Verdana,Helvetica,Arial,sans-serif;
	float: left;
	width: 70%;
	margin-left: 2em;
	margin-right: 1%;
/*	background-color: #FFDDDD;	*/
/*	background-image: url(../images/logo1.jpg);	*/
	font-size: 13px;
}

.box1
{
	text-align: left;
	font-size: small;
	margin-left: 5px;
}

.text
{
	padding: 20px;
}

ul
{
        list-style-type: square; 
	list-style-position:inside;
	padding: 0;
/*	list-style-type: none;	*/
}

.formular
{
	font-size: 12px;
}

.formular input
{
	background-color: white;
	font-size: 12px;
	font-family: Geneva,Arial.Helvetica,sans-serif;
	width: 300px;
}

.formular p#red
{
	color:red;
	font-weight: bold;
}

.formular p#green
{
	color:green;
	font-weight: bold;
}
