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

body {
	background-color: White;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: #564b47;
	margin: 20px 150px 10px 150px;
	overflow: auto;
}

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;
	font-weight: bolder;
	margin: 20px 0px 10px 0px;
}

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

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

.pager {margin-top: 1em;}

.more {margin-top: 1em;}

.copyright {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
.pubdatum {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
.Titel            {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
}

#menubereich
{

}

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

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

#logo {
	position: absolute;
	left: 10px;
	top: 100px;
	z-index: 1;
}

#sponsoren {
	position: absolute;
	right: 10px;
	top: 100px;
	z-index: 1;
}

#inhalt
{
	width: 100%;
	padding: 0px;
  	text-align: left;
  	background-color: #fff;	
	
}
