* {
	padding:0;
	margin: 0;
}

html
{
	background: #fff;
	height: 100%;
}

body
{
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #1C3B63;
	margin-bottom: 30px;
}
h2 {
	font-size: 15px;
	color: #B3BECB;
	font-weight: normal;
	margin-bottom: 30px;
}
h3 {
	font-size: 13px;
	color: #000;
	font-weight: normal;
}
#nonFooter
{
	position: relative;
	height: 100%;
	overflow:auto;
}

* html #nonFooter
{
	height: 100%;
}

#top {
	height: 60px;
	width: 200px;
	padding-left: 575px;
	background: url('/app/webroot/img/logo.gif') no-repeat;
}

#header {
	background: url('/app/webroot/img/wup_blau.gif');
	height: 237px;
	width: 100%;
}

#header .left {
	position: relative;
	float: left;
	width: 193px;
	height: 237px;
}

#header .menu {
	position: relative;
}

#header .toppic {
	position: absolute;
	float: left;
	width: 382px;
	height: 237px;
	left: 192px;
}

#header #right {
	position: absolute;
	float: left;
	width: 400px;
	height: 237px;
	left: 574px;
}
/*
#right ul {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	letter-spacing: 1px;
}
  
#right li {
	list-style-image: none;
	margin:0;
}

#right a {
	display: block;
	text-decoration: none; 
	color: #fff;
	min-height: 17px;
}
*/









#trennlinie {
	height: 8px;
	font-size: 3px;
	width: 100%;
	background: url('/app/webroot/img/wup_grau.gif') repeat-x;
}

#content {
	position: relative;
	margin-left: 197px;
	margin-top: 45px;
	width: 520px;
	/* 782 */
}

#content .grau {
	color:#666;
}

#content p, #content ul, #content span {
	margin:  0;
	padding:  0;
}

#content ul {
	list-style-image: url('/app/webroot/img/pfeil_grau.gif');
}
#content li {
	margin-bottom: 10px;
}

#content li .nospace {
	margin: 0;
}
#content a {
	color: #000;
	text-decoration: none;
}



#footer
{
	height: 15px;
	position: relative;
	margin-top: -15px;
	padding-left: 12px;
	background: url('/app/webroot/img/wup_grau13.gif') repeat-x;
}
#footer a {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}


#baba li {
	list-style: none;
	width: 193px;
	height: 19px;
	margin: 0;
	padding: 0;
}

#baba a {
    width: 193px;
    height: 19px;
    text-decoration: none;
	/*background-repeat: no-repeat;*/
	display: block;
}
#baba a:hover, #baba .current {
    background-position: 193px 0;
}