body {
	margin:0px;
	padding:0px;
	background-color:#000000;
}
html, body, #all {
    min-height: 100%; /*Sets the min height to the
                        height of the viewport.*/
    width: 100%;
    height: 100%; /*Effectively, this is min height
                    for IE5+/Win, since IE wrongly expands
                    an element to enclose its content.
                    This mis-behavior screws up modern  
                    browsers*/
    margin: 0;
    padding: 0;
}
html>body #all {
    height: auto; /*this undoes the IE hack, hiding it
                    from IE using the child selector*/
}
body, td, input, select, option, textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
html > body #all {
	height:auto;
}
#all {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}




#upper {
	height:auto;
	text-align:center;
}
#footer {
	position:absolute;
	left:0px;
	bottom:0px;
	height:120px;
	background-color:#fff;
	width:100%;
	z-index:1;
}
#subline {
	position:absolute;
	left:13px;
	top:25px;
}
#header {
	height:120px;
	background-color:#fff;
	text-align:center;
}
.inner {
	width:800px;
	position:relative;
	margin:0px auto;
}
#logo {
	position:absolute;
	left:13px;
	top:60px;
}
#meta {
	position:absolute;
	right:0px;
	top:85px;
}
#meta a {
	padding:0px 9px 0px 8px;
	color:#999;
	text-decoration:none;
	background-image:url(../img/trenner.gif);
	background-repeat:no-repeat;
	background-position:right 2px;
}
#meta .meta-last {
	padding:0px 0px 0px 8px !important;
	background-image:none !important;
}
#main {
	padding-bottom:120px;
	width:800px;
	margin:0px auto;
	text-align:left;
}



#nav {
	float:left;
	width:200px;
	padding-top:60px;
	/*height:330px;*/
}
#center {
	width:350px;
	float:left;
	padding-top:60px;
	margin:0px 20px;
	overflow:hidden;
}
#content {
	float:right;
	width:200px;
	padding-top:60px;
}

#nav * {
	margin:0px;
	list-style-type:none;
}
#nav ul {
	padding:0px;
}

#nav li li
{
  margin-left: 12px !important;
}

#nav li {
  margin-top: 5px;
}
#nav li li {
  margin-top: 3px !important;
}

#nav a
{
  color: #FFF;
  text-decoration: none;
}

#nav a:hover
{
  text-decoration: underline;
}

li
{
  margin-left: 15px !important;
}
#center p,
#content p
{
  margin: 3px 0px;
}
#content p
{
  width:200px;
  overflow:hidden;
}
#center h1,
#content h1
{
  font-size: 200%;
  margin-top: 20px;
}
#center h2,
#content h2
{
  font-size: 150%;
  margin-top: 10px;
}
#center *,
#content *
{
  color: #FFF;
}



#start {
	margin-top:200px;
	padding-bottom:150px;
}

#pflicht {
	float:left;
	margin-right:10px;
}
#kuer {
	float:left;
}


.nav-active {
	font-weight:bold;
}
