/* - [!] - HTML & BODY STYLE - [!] - */


* {
	margin: 0px;
	padding: 0px;
}
 
html {
	background: #fff; 
	text-align: center;
	width: 100%;
	height: 100%;
}

body {
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 22px;
	color: #000; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	margin: 0px auto;
}

/* - [!] - MISC STYLES - [!] - */

td {
	font-size: 12px;
	line-height: 22px;
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

.cleaner {
	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

/* - [!] - CONTAINER - [!] - */

#container {
	width: 980px;
	background: url('../pics/container.gif') repeat-y;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	text-align: left;
	overflow: hidden;
}

/* - [!] - HEADLINE - [!] - */

#headline {
	width: 980px;
	height: 80px;
	background: #fff;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	text-align: left;
	overflow: hidden;
}

#headline ul.links {
	position: absolute;
	right: 0px;
	bottom: 10px;
	margin: 0px;
	padding: 0px;
}

#headline ul.links li {
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

#headline ul.links li a {
	color: #000;
	text-decoration: none;
}

#headline ul.links li a:hover {
	color: #0B8634;
	text-decoration: none;
}

#headline ul.font {
	position: absolute;
	right: 400px;
	bottom: 10px;
	margin: 0px;
	padding: 0px;
}

#headline ul.font li {
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 6px;
}

#headline ul.font li a, #headline ul.font li a:hover {
	color: #000;
	text-decoration: none;
}

/* - [!] - SIDEBAR - [!] - */

#sidebar {
	width: 210px;
	background: none;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: left;
	float: left;
	z-index: 50;
}

/* - [!] - LOGO - [!] - */

#sidebar a#logo {
	width: 210px;
	height: 151px;
	display: block;
	background: url('../pics/logo.gif') no-repeat;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

/* - [!] - SIDEBAR : MENU - [!] - */

#sidebar .menu {
	position: relative;
	z-index: 999;
	margin: 20px 0px 0px 0px;
}

#sidebar .menu ul {
	padding: 0px;
	margin: 0px;
	width: 150px;
}

#sidebar .menu li {
	position: relative;
	width: 210px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	z-index: 999;
}

#sidebar .menu table {
	position: absolute;
	border-collapse: collapse;
	top: 0px;
	left: 0px;
	z-index: 200;
}

#sidebar .menu ul li a {
	display: block; 
	text-decoration: none;
	width: 190px;
	margin: 0px;
	display: block;
	background: #dadbdb;
	color: #000;
	padding: 4px 10px;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
}

#sidebar .menu ul li a:hover {
	display: block; 
	text-decoration: none;
	width: 190px;
	margin: 0px;
	display: block;
	background: #0b8634;
	color: #fff;
	padding: 4px 10px;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
}

#sidebar .menu ul li ul li {
	display: block; 
	text-decoration: none;
	width: 190px;
	margin: 0px;
	display: block;
	background: #dadbdb;
	color: #000;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
	border-bottom: 3px solid #fff;
}

#sidebar .menu ul li ul li a:hover {
	background: #6f7173;
	color: #fff;
}

#sidebar .menu ul li.sub ul {
	width: 190px;
	border: 3px solid #fff;
	border-bottom: none;
	z-index: 1200;
}

#sidebar .menu :hover > a {
	color: #fff; 
	background: #0b8634;
}

#sidebar .menu ul li :hover > a {
	color: #fff; 
	background: #6f7173;
}

#sidebar .menu ul ul {
	visibility: hidden;
	position: absolute;
	top: -3px;
	left: 210px; 
}

#sidebar .menu ul li:hover ul, #sidebar .menu ul a:hover ul {
	visibility: visible;
}

.menu ul :hover ul ul{
	visibility: hidden;
}

.menu ul :hover ul :hover ul ul{
	visibility: hidden;
}

.menu ul :hover ul :hover ul{ 
	visibility: visible;
}

.menu ul :hover ul :hover ul :hover ul { 
	visibility: visible;
}

/* - [!] - CONTENT - [!] - */

#content {
	width: 750px;
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: left;
	overflow: hidden;
	float: left;
	z-index: 5;
}

/* - [!] - HEADER - [!] - */

#header {
	width: 750px;
	height: 151px;
	background: #DADBDB;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: left;
	overflow: hidden;
	border-bottom: 3px solid #fff;
	float: left;
}

/* - [!] - TEXT - [!] - */

#text {
	width: 483px;
	background: transparent;
	margin: 0px 3px 0px 0px;
	padding: 15px;
	text-align: left;
	overflow: hidden;
	position: relative;
	float: left;
}

#text .seite {
	color: #a8a8a8;
	margin-bottom: 15px;
}

#text .seite a {
	text-decoration: underline;
	color: #a8a8a8;
}

#text .seite a:hover {
	text-decoration: none;
	color: #a8a8a8;
}

#text h1, #text table tr td h1 {
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	margin: 2px 0px 10px 0px;
	color: #0b8634;
}

#text h2, #text table tr td h2 {
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#text h3, #text table tr td h3 {
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

#text p, #text table tr td p {
	margin: 0px 0px 10px 0px
}

#text a, #text table tr td a {
	text-decoration: underline;
	color: #0b8634;
}

#text a:hover, #text table tr td a:hover {
	text-decoration: none;
	color: #0b8634;
}

#text a#print, #text a:hover#print, #text table tr td a#print, #text table tr td a:hover#print {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 14px;
	height: 12px;
	background: url('../pics/print.gif') no-repeat;
	display: block;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	color: #0b8634;
}

/* - [!] - NEWS - [!] - */

#news {
	width: 204px;
	background: transparent;
	margin: 0px;
	padding: 15px;
	position: relative;
	text-align: left;
	overflow: hidden;
	float: left;
}

#news h1 {
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	margin: 2px 0px 10px 0px;
	color: #0b8634;
}

#news h2 {
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#news h3 {
	font-family: "Verdana";
	font-size: 13px;
	font-weight: bold;
	color: #000;
	color: #0b8634;
	padding-bottom:10px;
}

#news p {
	
	margin: 0px 0px 10px 0px;
	
}

#news a {
	text-decoration: underline;
	color: #0b8634;
}

#news a:hover {
	text-decoration: none;
	color: #0b8634;
}

/* - [!] - GALERIE - [!] - */

#galerie {
	width: 720px;
	background: #fff;
	min-height: 300px;
	margin: 0px 3px 0px 0px;
	padding: 15px;
	position: relative;
	clear: both;
}

#galerie h1 {
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	margin: 2px 0px 10px 0px;
	color: #0b8634;
}

#galerie table tr td.image {
	width: 380px;
	height: 280px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 3px;
}

#galerie table tr td table tr td {
	width: 68px;
	padding: 0px;
	margin: 0px;
	border: 3px solid #fff;
	border-width: 0px 3px 3px 0px;
}

/* - [!] - FOOTER - [!] - */

#footer {
	width: 980px;
	height: 24px;
	background: #fff;
	position: relative;
	overflow: hidden;
	border-top: 3px solid #fff;
}

#footer #link a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 190px;
	margin: 0px;
	display: block;
	background: #dadbdb;
	color: #000;
	padding: 4px 10px;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
}

#footer #link a:hover {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 190px;
	margin: 0px;
	display: block;
	background: #0b8634;
	color: #fff;
	padding: 4px 10px;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
}

#footer span {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 720px;
	margin: 0px;
	background: #dadbdb;
	color: #000;
	padding: 4px 15px;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
}
