/* 
    Document   : styles
    Created on : 29.12.2010, 17:07:03
    Author     : johannes
    Description:
        Purpose of the stylesheet follows.
*/

html,
body {
	background-color: white;
	color: #1d1f1e;
	font-size: 13px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 21px;
	padding-top: 2px;
}

h3,
h4 {
	font-size: 13px;
	margin-bottom: 0;
}

h3+p {
	margin-top: 2px;
}

p {
	line-height: 18px;
}

a {
	color: #009353;
}

strong.optima {
	font-size: 16px;
	position: relative;
	top: -2px;
}

#wrapper {
	width: 920px;
	padding: 0 20px;
	margin: 20px auto;
}

#meta {
	text-align: right;
}

#header {
	height: 196px;
}

#header h1 {
	width: 196px;
	height: 196px;
	margin: 0 19px 0 0;
	padding: 0;
	float: left;
}

#header h1 a {
	display: block;
	width: 196px;
	height: 196px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
}

#main-nav {
	float: left;
	display: block;
	width: 705px;
	height: 196px;
	background-image: url(../img/header-home.jpg);
	background-repeat: no-repeat;
}

#main-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #009353;
	overflow: auto;
}

#main-nav li {
	margin: 0;
	display: block;
	float: left;
	padding: 5px 16px 10px 20px;
	background-image: url(../img/whitedot.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#main-nav li:first-child {
	background: none;
}

#main-nav a {
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

#main {
	margin-top: 16px;
	border-top: 1px solid #737373;
	border-bottom: 1px solid #737373;
	position: relative;
}

#second-level-nav {
	position: absolute;
	width: 196px;
	top: 41px;
	left: 0;
}

#second-level-nav h2 {
	margin: 0 0 12px 0;
	padding: 8px 4px;
	color: #009353;
	font-size: 13px;
	border-top: 1px solid #737373;
	border-bottom: 1px solid #737373;
}

#second-level-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#second-level-nav li {
	padding: 2px 4px;
}

#second-level-nav ul a {
	color: #030000;
	text-decoration: none;
}

#second-level-nav a.active {
	font-weight: bold;
}

#content {
	margin: 41px 80px 60px 215px;
	min-height: 200px;
}

#content ol {
	list-style-type: lower-latin;
}

#content li {
	line-height: 18px;
}

#content ol ul {
	margin-top: 5px;
	padding-left: 15px;
	list-style-type: disc;
}

#footer {
	text-align: right;
}