* {
/* 	border: 1px solid #ccc; */
}
html, body {
	height: 100%;
	text-align:center;
	margin: 0 auto;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 12px;
}
#wrap {
	min-height: 100%;
	width: 840px;
	margin: 0 auto;
	background-image:url(/images/okapidesign-bg.gif);
	background-repeat:no-repeat;
	line-height:17px;
}
#main {
	overflow:hidden;
	padding-bottom: 80px;
}  /* must be same height as the footer */
#footer {
	position: relative;
	margin-top: -80px; /* negative value of footer height */
	height: 80px;
	clear:both;
	width:840px;
	margin-left:auto;
	margin-right:auto;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
h1 {
	font-size: 18px;
	color: #FF9214;
	font-weight: bold;
}
h2 {
	font-weight:bold;
	font-size: 12px;
	margin-bottom:0px;
	padding-bottom:0px;
}
#nav {
	margin-top:135px;
	position:relative;
	width:840px;
	clear:both;
	text-decoration:none;
	text-align:left;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:10px 0 10px 20px;
}
#nav a:link, #nav a:hover, #nav a:visited, #nav a:active {
	color:#333333;
	text-decoration:none;
}
#content {
	width:400px;
	margin-top:125px;
	margin-left:420px;
	z-index:3;
	clear:both;
	float:left;
	text-align:left;
}
#contleft {
	margin-top: 125px;
	margin-left:20px;
	width:380px;
	z-index:5;
	float:left;
	text-align:left;
	}
#contright {
	width:380px;
	z-index:3;
	margin-left:20px;
	margin-top: 125px;
	float:left;
	text-align:left;
}
.aktiv {
	color: #FF9214;
	font-weight: bold;
}
#footer {
	position:relative;
	width:800px;
	height:31px;
	z-index:4;
	clear:both;
	text-align:left;
	border-top:1px solid #efefef;
	padding:10px 0 10px 20px;
}
#footer a {
	color: #333 !important;
}
#content a, #contleft a, #contleftlong a, #contright a, #footer a, #footerlong a {
	color:#FF9214;
	text-decoration: none;
}
a.aktiv {
	color: #FF9214;
	font-weight: bold;
}
.reflst {
	padding-top:0px;
	margin-top:0px;
	list-style:outside;
	list-style-image:url(../img/pfgrr.gif);
}
.refimg {
	padding-bottom:20px;
}
.refimglg {
	padding-bottom:80px;
}
