* {
margin: 0;
padding:0;
}
body {
	margin: 10px 20px;
	font-family: 'Lucida Grande',Verdana,'Bitstream Vera Sans',Sans-serif;
	font-size: 8pt;
}
h1,h2,h3 {
	color: #D53000;
	font-family: 'Bitstream Vera Serif',Georgia,Times,Serif;
	font-size: 32px;
	line-height: 32px;
	margin: 160px 0 15px 0;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0 .3em 0;
}
img 
{
border-width: 0;
}
#Logo {
height: 200px;
}
#Logo img {
width: 300px;
}
#Inhalt {
padding: 0 2em;
}
#Inhalt ul, #Inhalt ol {
padding: 0.8em 0 0 2em;
}
#Inhalt li {
padding: 0 0 0.4em 0;
}
#Inhalt p, p {
margin-top: 0.8em;
max-width: 40em;
line-height: 150%;
}
#Leer, #Navigation, #FussLinks {
border-right: 1px solid red;
}
#Navigation {
border-top:1px solid #CCC;
}
#Navigation ul.menulevel1 > li {
list-style-type: none;
line-height: 180%;
border-bottom: 1px solid #CCC;
padding-left: 1em;
}
#Navigation ul.menulevel2 > li {
list-style-type: none;
line-height: 180%;
border-bottom: 0px solid #CCC;
border-top: 1px solid #CCC;
padding-left: 1em;
background-color: #F4FBFE;
}
#Navigation a {
text-decoration: none;
color: #BF070F;
display:block;
width: 180px;
}
table{
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
	table-layout: fixed;
}
table.edit, table.edit table{
	table-layout: auto !important;
}
td{
	border: 0px solid #999999;
	vertical-align: top;
}
#FussLinks, #FussMitte, #FussRechts {
padding-top: 3em;
}
#FussLinks a, #FussMitte a, #FussRechts a {
color:red;
text-decoration: none;
}
#FussLinks {
padding-left:1em;
}
#FussMitte {
padding-left: 2em;
}
