A:link             {
	text-decoration: none;
	color: Black;
	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
}
A:active           {
	text-decoration: none;
	color: #FA7D19;
	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
}
A:visited          {
	text-decoration: none;
	color: Black;
	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
}
A:hover            {
	text-decoration: underline;
	color: Blue;
	font-family: Arial,Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

body {
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #fff;
}

body, table { /* Why do tables use larger font otherwise? */
    font-size: 12px;
}

/* default alignment of table cells */
 td {vertical-align: top; text-align: left;}

/* no borders on images */
img { border: 0px; }


#globalheader {
    background: #eee;
    margin-bottom: 1em;
}

#localheader {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight : bolder;
}

#localfooter {
    background: #eee;
    margin-top: 1em;
}

#globalfooter {
    background: #eee;
    margin-top: 1em;
    text-align: center;
}

.pager {margin-top: 1em;}

.more {margin-top: 1em;}

.Titel            {
	font-family:  Arial,Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
}

.Antwort            {
	color : Blue;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align : center;
} 

#navigation #haupt li {
	margin: 0;
	padding: 0;
	float: none;
	display: inline;
	margin-right: 1em;
	text-align : center;
} 

#lgo {
	margin: 0;
	padding: 0;
	text-align : center;
}

#sponsoren {
	position: absolute;
	right: 0px;
	top : 270px;
	z-index: 1;
}