/* CSS Document */
body 
{
 font-family:Verdana;
 font-size:12px;
 background-color:#FFFFC4;
 margin:0px;
}

img {border:0px;}

h1 {font-size:18px;color:#000000;}
h2 {font-size:16px;color:#000000;}
h3 {font-size:14px;color:#000000;}
p  {margin-top:0px;}

a:link, a:visited, a:active, a:hover
{ 
  text-decoration:none;
 
  color:#634142;
  font-size:12px;
}

a:active, a:hover
{ 
 text-decoration:underline;
}

#global {
width:760px;
margin:0px auto;
text-align:left;
border:solid 1px #000000;
background: url(spacer.png) repeat-y;
}

#title {
height:150px;
background-color:#C8D80A;
}

#left, #right {
line-height:20px;
}

#left {
	float:left;
	background-color:#FFFF99;
	margin-top:15px;
	width:110px;
}

#right {
float:right;
margin-top:15px;
width:160px;
}

.nav0a
{
	margin-left:150px;
	text-align:center;
	color: #FFFFFF;
	font-size: 24px;
	font-family: Arial;
}

.nav0b {font-size: 12px;
text-align:center;
}

.nav1
{
margin-left:10px;
}

#content {
float:left;
padding:5px;
width:480px;
}

#footer {
background-color:#CFDF0B;
width:760px;
height:30px;
text-align:center;
clear:both;

}

.ueberschrift {margin-top:50%; margin-bottom:50%}

