/* CSS Document */
@import url(reset.css);
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	height: 768px;
	width: 768px;
	margin: 0 auto;
}
p {}
h1 { font-size: 14px; line-height: 15px; font-weight: 900; color: #666666; margin-bottom:1em;}
h2 { font-size: 11px; line-height: 14px; font-weight: 100; color: #333333}
h3 { font-size: 11px; font-style: normal; line-height: 11px; font-weight: 100; color: #FF9900}
h4 {  font-family: Times, serif; font-size: 9px; font-style: normal; line-height: 11px; font-weight: 500; color: #666666}
/* navigation */
/*#navi {
	width: 80px;
	position: fixed;
	margin: 0 0 0 6.6%;
	padding: 0;
	background-color: #BBD179;
	font-style: normal;
}
#navi ul {
	list-style-type: none;
	margin-left: 20px;
	font-size: 12px;
	padding: 0;
	margin: 20px;
}
#navi li {
	line-height: 17px;	
}
#navi ul li a {
	color: white;
	text-decoration: none;
}
#navi ul li a:hover, #navi ul li a.active{
	color: black;
}
*/
/* adresse */
#adresse {
	position: absolute;
	top: 119px;
	right: 0px;
	background-image: url(images/logosmall.jpg);
	left: 118px;
}
#adresse #txt {
	background-color: #EBF2D7;
	border: 1px solid #BBD179;
	padding: 0 15px;
	font-size: 11px;
	line-height: 13px;
	display: block;
	margin-top: 126px;
}
#adresse img {
	height: 121px;
}
#adresse #txt p {
	margin: 0.5em 0;
	font-weight: normal;
}

#content {
	position:absolute;
	background-color: #FFDFB6;
	height: 384px;
	width: 384px;
	top: 384px;
	margin-left:384px;
	font-size: 11px;
	line-height: 14px;
	color: #3C3C3C;
}
#logonavi {
	background-color: #92B481;
	height: 384px;
	width: 384px;
	position: absolute;
	background-image: url(images/logoohnetop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 12px;
	line-height: 13px;
	color: #FFFFFF;
}
#titel {
	background-color: #FFAE48;
	position: absolute;
	height: 384px;
	width: 384px;
	margin-left: 384px;
}
#image {
	position: absolute;
	height: 384px;
	width: 384px;
	top: 384px;
}
.absender {
	margin-top: 3em;
}
p {
	margin-bottom: 1em;
}
#navi {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
}
p#headline {
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 170px;
	margin-left: 42px;
}
.inner {
	margin: 25px;
}
a,a:link, a:focus, a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
a:active, a:hover, a.active {
	color: #000000;
}
#content a {
	color: #000000;
	text-decoration: underline;
}

