﻿*{
	padding: 0;
	margin: 0;
	border: 0;
}

html, body {
	color: #383838;
	background: #F1F1F1 url(images/header_bg.png) repeat-x;
	font: 100.1% arial,tahoma,verdana,sans-serif;
	text-align: left;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

a {
	color: #383838;
}

a:hover {
	color: #138bd0;
}

/* Clear Class */
.c {
	clear: both;
}

/* Absaetze */
p {
	margin: 0.5em 0 0.5em 2px;
}

h1
{
	display: none;
}

div span.jssdfsdjwsdf { unicode-bidi:bidi-override; direction: rtl; }

div.trenner {
	width:500px;
	border-bottom:1px solid white;
	border-top:1px solid #D1D1D1;
	height:0px;
}

#shadow
{
	z-index:2;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width:154px;
	border-left: 0px solid black;
	background: url(images/left_bg.png) repeat-y;
	float: left;
}


#wrapper
{
	z-index: 1;
	width: 800px;
	background: url(images/header.png) no-repeat;
	margin: 0 auto;
	border: 0px solid black;
	font-size: 80%;
	padding-bottom: 10px;
}

* html #wrapper
{
	height: 100%;
}

#navigation
{
	/*float: left;
	position: absolute;
	left:214px; top:144px;*/
	padding: 144px 0 0 80px;
	line-height: 1em;
}

#navigation li
{
	list-style: none none;
	display: inline;
}

#navigation li a
{
	text-decoration: none;
	padding: 4px 15px;
	float: left;
	margin-left: 2px;
	background: none;
	color: #000;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}

#navigation li a:hover, #navigation .active a
{
	color: #000;
	background: url(images/active.png) repeat-x;
	border-left: 1px solid #A4B5BD;
	border-right: 1px solid #A4B5BD;
}

#leftbar
{
	float: left;
	width: 170px;
	margin-top: 20px;
	margin-left: 20px;
	border-left: 1px solid #C2C2C2;
}

#leftbar h2
{
	font-size: 100%;
	color: #454545;
	border-bottom: 1px solid #CFCFCF;
	padding: 2px 0 2px 5px;
}

#leftbar li
{
	list-style: none none;
	padding: 2px 0 2px 10px;
	border-bottom: 0px solid #c7c7c7;
}

#leftbar table
{
	margin-left: 10px;
}

#leftbar li a
{
	color: #138bd0;
	text-decoration: none;
	background: none;
}

#leftbar li a:hover
{
	color: #5a5a5a;
}

#rightbar
{
	
	width: 698px;
	margin-left: 80px;
	margin-top: 25px;
	line-height: 150%;
	padding-left: 10px;
	padding: 10px;
	border: 0px solid black;
	word-spacing: 0.2em;
	
}

* html #rightbar
{
	margin-top: 40px;
}

#rightbar h2
{
	color: #2F99CB;
	font-weight: 400;
	font-size: 170%;
	margin:10px 0 25px -10px;
}

.box
{
	margin-bottom: 2em;
}

.box .getborder
{
	padding: 1px;
	border: 0px solid #c7c7c7;
	float: left;
	margin: 5px 10px 50px 0;
}

h3
{
	font-size: 110%;
	color: #1c8dd0;
	font-weight: bold;
	letter-spacing:0.03em;
	margin-bottom:-5px;
	margin-top: 20px;
}

h4
{
	font-size: 100%;
	color: #2B2B2B;
	font-weight: normal;
	line-height: 140%;
	word-spacing: 0.3em;
	margin-bottom: 20px;
}

#rightbar ul
{
	list-style-image: url(images/bullet.gif);
	margin-left: 16px;
}

#rightbar ul li
{
	margin-bottom: 14px;
}

#rightbar ul li strong
{
	font-size: 14px;
}

#rightbar ul li ul
{
	list-style-image: url(images/bullet_red.gif);
}

#rightbar ul li ul li
{
	margin-bottom: 1px;
}

* html #rightbar ul
{
	list-style-image: url(images/bulle.gif);
	margin-left: 16px;
}

* html #rightbar ul li
{
	margin-bottom: 0px;
}


.box h4
{
	font-size: 100%;
	color: #39AFE3;
	font-weight: bold;
	margin:0;
}

.newsimage {
	float: left;
	margin: 0 5px 5px 0;
}

/* //// FORMULARE //// */

label {
  display: block;
  float: left;
  width: 50px; /* Breite.*/
  margin: 2px 0 2px 0;
}

input, select, textarea { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;

  
	border: 1px solid #3A3A3A;
	background-color: #F7F7F7;
	padding: 2px 3px 2px 3px;
	margin: 2px 0 2px 0;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#submit { /* den Submit-Button */
  float: none;
  width: auto;
  margin-left: 50px;
  background-color: #E6E6E6;
}

