body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	background: #fff;
}

#claim, #navigation, #headerbg1, #headerbg2, #footer {
	display: none;
}

#logo {
    height: 84px;
    width: 266px;
    overflow: hidden;
    margin-bottom: 30px;
}
#logo img {
    margin-left: -2px;
}
  
#printinfo {
position: absolute;
    top: 0px;
    left: 0px;
    font-size: 11px;
    width: 100%;
    border-bottom: solid 2px #000;
    height: 100px;
}

#printinfo p {
	margin: 5px 0 5px 280px;
}

#printinfo h2 {
	font-size: 14px;
	margin: 0 0 0 280px;
}

#claim {
	position: absolute;
	top: 128px;
	left: 267px;
	height: 137px;
	z-index: 1000;
}


/* ---------------- navigation ------------- */
#navigation {
	position: absolute;
	top: 217px;
	left: 0px;
	width: 193px;
	height: 314px;
	z-index: 1000;
	background: url("../img/bg_nav.jpg") no-repeat;
	padding: 20px 0 20px 30px; 
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#navigation ul li {
	display: inline;
}

		/* 1. Navebene */
#navigation ul a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1em;
	margin: 15px 0 15px 0;
	color: #545454;
}

#navigation ul a:hover, #navigation ul a.act {
	color: #2A3366;
}

		/* 2. Navebene */
#navigation ul ul a {
	margin: 5px 0 5px 15px;
	padding-left: 8px;
	font-weight: normal;
	font-size: 0.7em;
	background: url("../img/subnavpointer.gif") no-repeat 0 5px;
	color: #000;
}

#navigation ul ul a:hover, #navigation ul ul a.act {
	color: #000;
	text-decoration: underline;
}

/* ---------------- content ------------- */

#content {
	/*
	position: absolute;
	top: 240px;
	left: 265px;
	z-index: 1010;
	*/
	font-size: 0.85em;
	line-height: 1.4em;
	color: #2A3366;
	background: #fff;
}



#content p {
	margin: 5px 0 10px 0;
}

#content a {
	color: #2A3366;
}

#content a:hover {
	color: #000;
}

#content h1 {
	font-size: 1.4em;
	line-height: 1.1em;
	color: #000;
}


#content h2 {
	font-size: 1.1em;
	margin: 20px 0 5px 0;
	line-height: 1em;
}

address {
	font-style: normal;
}
/* ---------------- footer ------------- */

#footer {
	font-weight: bold;
	color: #D0D0D0;
	float: right;
	font-size: 0.9em;
}


/* ---------------- deko ------------- */
#headerbg1 {
	position: absolute;
	top: 80px;
	left: 0px;
	height: 137px;
	width: 100%;
	min-width: 770px;/* only Firefox/Mozilla */
	z-index: 100;
	background: #fff url("../img/bg_header.gif") repeat-x;
}

#headerbg1 img {
	float: right;
	margin: 0 0 0 690px;
}
	
#headerbg2 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 137px;
	width: 224px;
	z-index: 200;
	background: #fff;
}

#headerbg2 img {
	margin: 80px 0 0 0;
}

/* ---------------- sonstiges ------------- */

.imgLeft {
	float: left;
	margin: 0 20px 10px 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 20px;
}

dfn {
	display: none;
}

br.clear {
	height: 0px;
	font-size: 0px;
	clear: both;
}

img {
	border: none;
}