/* 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:justify;
border:solid 1px #000000;
background: url(spacer.png) repeat-y;
}

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

#content {
float:left;
width:460px;
padding:5px;
}
* html #content {  /* nur fuer Internet Explorer */
width:420px;    /* Version 5.5 */
w\idth:420px;   /* Version 6 */
}

#left {
float:left;
text-align:left;
width:120px;
margin-left:5px;
line-height:20px;
background-color:#FFFF99;
margin-top:30px;
}
* html #left {  /* nur fuer Internet Explorer */
width:125px;    /* Version 5.5 */
w\idth:125px;   /* Version 6 */
}

#right {
float:right;
width:160px;
margin-right:5px;
line-height:20px;
margin-top:30px
}
* html #right { /* nur fuer Internet Explorer */
width:165px;    /* Version 5.5 */
w\idth:165px;   /* Version 6 */
}

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

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

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

}

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