@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #358e0d;
	position:absolute;
	top:0;
	left:0;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	line-height: 18px;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 16px;
}
ul {
	list-style: none;
	line-height: 18px;
}
a:link, a:visited {
	text-decoration: none;
	color: #358e0d;
}
a:hover, a:active {
	text-decoration: underline;
}
.bggreen { background-color:#EEFCE7;}
/* header ------------------------------------------------------------------------- */
#header {
	font-size:42px;
	font-weight:bold;
	display:block;
	width: 900px;
	height: 60px;
	background-color: #358e0d;
	/*
	background-image: url('../img/header.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	*/
	position:absolute;
	top:0;
	left:0;
	color:#FFF;
	padding-left:124px;
	padding-top:15px;
}
#logo {
	position:absolute;
	top: 7px;
	left: 25px;
}
/* content ------------------------------------------------------------------------- */
#content {
	display: block;
	position:relative;
	top:75px;
	width: 752px;
	min-height: 450px;
	margin:24px 24px 90px 240px;
	padding:0 15px;
	border-left: 1px solid #358e0d;
	border-right: 1px solid #358e0d;
}
#content h1 {
	background-color: #358e0d;
	color: white;
	font-style: italic;
	font-weight: normal;
	font-size: 30px;
	padding: 3px;
	padding-left: 10px;
	margin-bottom: 15px;
}
#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	list-style: disc;
}
#content li {
	margin-bottom: 5px;
}
/* pic container ------------------------------------------------------------------------- */
#pic_container {
	display: block;
	width: 185px;
	/*height: 100%;
	padding-right: 15px;
	border-right: 1px solid #358e0d;
	*/
	margin:24px 0 0 0;
}
#pic_container img {
	margin-bottom: 10px;
}
/* text ------------------------------------------------------------------------- */
#content #text h1 {
	color: #358e0d;
	background-color:transparent;
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
}
#content #text h3 {
	color: #358e0d;
	background-color:transparent;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height:20px;
	margin:10px 0;
}
#text {
	/* margin-left: 200px; */
	padding-left: 15px;
	padding-top:60px;
	border-left: 1px solid #358e0d;
	float:right;
	width:536px;
	min-height:400px;
}
/* footer ------------------------------------------------------------------------- */
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 5px;
	width: 1014px;
	color: white;
	background-color: #358e0d;
}
/* Navigation ------------------------------------------------------------------------- */
#navigation {
	position: absolute;
	top: 100px;
	width: 225px;
}
#sub_navigation ul, #navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sub_navigation li, #navigation li {
  margin-bottom: 3px;
}
#navigation li a:link, #navigation li a:visited {
	display: block;
	padding-bottom: 1px;
	padding-right: 5px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #358e0d;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
}
#navigation li a:hover, #navigation li a:active {
	background-color: #358e0d;
	color: white;
}
#navigation li.subnavigation a:link, #navigation li.subnavigation a:visited{
	font-size:13px;
	font-weight:normal;
}			
.line {
	padding-top: 12px;
	margin-top: 12px;
	border-top: 1px solid #358e0d;
}
.selected {
	background-color: #358e0d;
	color: white !important;
	font-weight:bold;

}
/* Form ------------------------------------------------------------------------- */
form ul{
	list-style: none !important;
}
form {
	padding-left: 20px;
	padding-right: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 10px solid #358e0d;
}
input, textarea {
	border: 1px solid #358e0d;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: white;
}
/* klassen ------------------------------------------------------------------------- */
.imp:link, .imp:visited {
	color: white;
	text-decoration: none;
}
.imp:hover, .imp:active {
	text-decoration: underline;
}

/* flashbox --------------------------------------------------------------------------*/
#flashbox
{
	position:absolute;
	top:20px;
	left:473px;
	display:block;
	width:534px;
	height:130px;
}
