body {
	margin:0;
	padding:0;
	font-family:Geneva,Helvetica,Verdana,Arial,sans-serif,Sans-serif;
	font-size:12px;
	background-color:#fff;
	color:#888888;
}

h1 {
	padding:0;
	margin: 0 0 17px 0;
	color: #000;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing:0.1em;
}

.zwischentitel {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing:0.1em;
}

h2 {
	padding:0;
	margin: 0;
	color: #000;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
}

p {
	line-height: 17px;
	margin:0 0 14px 0;
}

sup {
	font-size:9px;
	vertical-align:2px;
}

.weiss {
	color:#000;
}

b {
	font-weight:normal;
	color:#000;
}

.small {
	font-size: 10px;
	line-height: 14px;
}

.small a {
	color:#888888;
}

.small a:hover {
	color:#888888;
}

.small a:active {
	color:#888888;
}

#bottomline {
	padding:20px 0;
}

a {
	text-decoration:underline;
	color:#888888;
}

a:hover {
	color:#000;
}

a:active {
	color:#000;
}


#box {
	width:845px;
	margin:39px 0 30px 30px;
}

#home {
	width:600px;
	margin:39px 0 30px 30px;
}

#hometitle {
	position: absolute;
	width:600px;
	margin: 0 0 0 30px;
	z-index: 1;
}
#hometitle a {
	display: block;
}

#subnavi {
	float:right;
	width:220px;
	margin:0;
	padding:0;
	background-image: url(images/subnavi-bg.gif);
	background-repeat: no-repeat;
	min-height:70px;
	position: relative;
	z-index: 999;
}

#navi {
	float:right;
	width:127px;
	margin:0;
	padding:0;
	background-image: url(images/navi-bg.gif);
	background-repeat: no-repeat;
	min-height:70px;
	position: relative;
	z-index: 999;
}

#logo {
	height:175px;
	margin:0;
	padding:0;
}

#printlogo {
	height:135px;
	margin:0;
	padding:0;
	display:none;
}

#inhalt {
	width:450px;
	margin:0;
	padding:0;
}

/* NAVIGATION */

#navi ul {
	color:#000;
	margin:0;
	padding:0 5px 0 15px;
	list-style-type:none;
}

#navi li {
	font-size:12px;
	line-height:17px;
	font-weight: normal;
	margin:00;
	padding:0;
}

#navi ul a {
	text-decoration:none;
	color:#888888;
	display: block;
}

#navi ul a:hover {
	color:#000;
	display: block;
}

#navi ul a:active {
	color:#000;
	display: block;
}

#subnavi ul {
	color:#000;
	margin:0;
	padding:0 5px 0 15px;
	list-style-type:none;
}

#subnavi ul ul {
	color:#000;
	margin:0;
	padding:0;
	list-style-type:none;
}

#subnavi li {
	font-size:12px;
	line-height:17px;
	font-weight: normal;
	margin:00;
	padding:0;
}

#subnavi ul a {
	text-decoration:none;
	color:#888888;
	display: block;
}

#subnavi ul a:hover {
	color:#000;
	display: block;
}

#subnavi ul a:active {
	color:#000;
	display: block;
}

/* ENDE NAVIGATION */



/* @group Home */
#info {
	list-style: none;
	padding: 0;
	margin-left: 31px;
	margin-top: 0;
	position: absolute;
	top: 50%;
	/*bottom: 16px;*/
	width: 890px;
	height:  124px;
	border: 0px solid red;
}
#info li {
	float: left;
	width: 202px;
	padding-right: 16px;
	padding-left: 15px;
	background: transparent url(images/navi-bg.gif) no-repeat 0 0;
	border: 0px solid red;
}
#info li a {
	display: block;
	text-decoration: none;
}
#info li a:hover {
	color: #aaa;
}
#info li a:hover span {
	color: #000;
}
#info li#info4 {
	width: 150px;
}
#info li span {
	display: block;
	margin-bottom: 18px;
	text-transform: none;
	letter-spacing: 0;
}
/* @end */


/* self-clear floats */
.group:after {
	content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* self-clear floats */
* html .group { /* IE6 */
	height: 1%;
}
*:first-child+html .group { /* IE7 */
	min-height: 1px;
}

