@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

hr, .hide {
	display: none;
}

body {
	color: #000000;
	background: #F7FFEA;
	text-align: center;
	font: 12px/17px Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img, a {
	text-decoration: none;
	border: 0;
}

p {
	margin: 0 0 17px 30px;
}

a:link, a:visited {
	color: #114522;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #af0917;
	text-decoration: none;
}

div {
	/*border: 1px solid black;*/
}

td {
	padding: 3px;
}

h3 {
	font-size: 1em;
	margin: 3px 0 8px 0;
}

table td {
	background-color: #efe;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#header {
	background-image:url(../images/2011/okap-header.jpg);
	height: 160px;
}

h1 a {
	text-indent: -9999px;
	display: block;
	height: 158px;
}

#sidebar {
	/*background-color: #dce5ce;*/
	background-color: #e2eed7;
	text-align: left;
	width: 200px;
	float: left;
	position: relative;
	z-index: 1;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	display: block;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

#sidebar ul li.active {
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	border-right: 1px solid white;
	margin-right:-1px;
}

#sidebar ul li a {
	display: block;
	padding: 12px 0 12px 12px;
}

#sidebar ul li a.active {
	background: #fff;
}
#sidebar ul li a:hover {
	text-decoration: none;
	background: #fff;
}

#content {
	padding: 4px 20px 20px 20px;
	text-align: left;
	left: 0px;
	width: 559px;
	min-height: 400px;
	position: relative;
	float: right;
	background: #fff;
	border-left: 1px solid #888;
	border-top: 1px solid #888;
}

#content h2 {
	font-size: 17px;
	padding-top: 20px;
	padding-bottom: 23px;
}

#footer {
	font-size: 11px;
	border-top: 1px solid #888;
	padding: 5px 20px;
	clear: both;
	background: #fff;
}

#footer p {
	margin: 0;
}

#footer #imprint {
	float: right;
}

.clear {
	clear: both;
}

.gallery div {
	float: left;
	margin: 2px 2px 0 0;
	border-collapse: collapse;
	border: 1px solid #888;
}

.gallery a:hover {
	background-color: #f7ffea;
}

.gallery a {
	width: 180px;
	height: 180px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.gallery img {
	text-align: center;
}

#bilder #content h3 {
	text-decoration: underline;
	cursor: pointer;
}

.newsBody {
	margin: 15px 10px 20px 20px;
}
#allbody h3 {
	margin-bottom: 3px;
}

.formElement {
	margin: 5px 0 3px;
	min-height: 0;
}
.formFieldLabel {
	float: left;
	text-align: right;
	width: 170px;
	padding-top: 4px;
}
.formElement .formField {
	margin-left: 186px;
}
.formSubmit {
	margin-top: 15px;
	text-align: center;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type="file"] {
	font-size: 1em;
}
.formField input, .formField select, .formField textarea {
	margin: 2px 0;
}
input[type="text"], input[type="password"] {
	padding: 3px 0 3px 2px;
}
textarea, .inputText {
	width: 59.5%;
}
select, textarea, .inputText {
	background-color: #FFF9F4;
	border: 1px solid #8DA4B7;
}
select {
	border-width: 1px;
	padding: 2px;
}
.inputFormProtection {
	visibility: hidden;
}
