body{
	background:url('../pix/oh_bg_4c.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	//background-attachment:fixed;
	font-family:"myriad pro",myriad, arial, sans;
	font-size:12px;
	color:#f7f6ef;
}

#headline{
	position:absolute;
	top:100px;
	left:100px;
	width:555px;
	height:121px;
	background:url('../pix/headline555x121.gif');
}

#mainMenu{
	position:absolute;
	top:278px;
	left:100px;
}

#mainMenu li{
	margin-bottom:15px;
}
#mainMenu li.act{
	padding-left:16px;
}

#mainMenu li.L1{
	margin-left:16px;
}

#mainMenu li.L2{
	margin-left:32px;
}

#mainMenu li.L3{
	margin-left:48px;
}

#mainMenu li.L4{
	margin-left:64px;
}
a.mnu{
	color:#f7f6ef;
}
#mainMenu a.mnu{
	text-transform:uppercase;
}
#mainMenu a.mnu:hover{
	padding-left:16px;
}
#mainMenu a.act:hover{
	padding-left:0px;
}
#infoblock{
	position:absolute;
	top:270px;
	left:242px;
	width:270px;
	height:56px;
	padding:10px;
	background-color:#f7f6ef;
}

a{
	color:#0d6642;
}

h1{
	color:#00674e;
	font-size:18px;
	font-weight:normal;
}
#infoblock h1{
	margin-bottom:12px;
}
#infoblock .subtitle{
	color:#000;
}

#content{
	width:750px;
	position:relative;
	top:363px;
	left:242px;
	min-height:150px;
}

#subMenu{
	position:relative;
	top:385px;
	left:240px;
	width:750px;
	height:36px;
}

#subMenu li{
	position:relative;
	float:left;
	margin-right:30px;
}
#subMenu a.act{
	font-weight:bold;
}
.textbloeckchen{
	width:174px;
	background-color:#f7f6ef;
	padding:8px;
	margin:0px 20px 20px 0px;
	float:left;
	color:#000000;
}

#textblock{
	position:relative;
	color:#000000;
	background:url("../pix/faux_cols.gif");
	background-repeat:repeat-y;
	width:100%;
}


#textblock .col{
	position:relative;
	top:0px;
	width:350px;
	padding:8px;
}

#textblock .l{
	float:left;
	left:0px;
}

#textblock .r{
    margin-left:385px;
	right:0px;
}

.frm{
	position:relative;
	float:left;
	width:152px;
	height:156px;
	background-color:#f7f6ef;
	padding:4px;
	margin:0px 10px 10px 0px;
	color:#000000;
	font-size:10px;
	line-height:12px;
	//overflow:hidden
}

.picPre{
	background-color:#000000;
	width:152px;
	height:115px;
	margin-bottom:4px;
}

.clr{
	clear:both;
}