body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

img {
	border: 0px;
}

/* --------------------------- Header --------------------------- */

#header {
	width: 960px;
}

#header_left {
    float: left;
	width: 754px;
}

#header_right {
	width: 206px;
	height: 160px;
	float: right;
}

#header_logo {
  width: inherit;
	height: 95px;
  background-image: url(./images/header_logo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#header_adress {
    width: inherit;
	height: 84px;
	font-size: 11px;
	vertical-align: middle;
}

#header_adress table{
	margin-left: 20px;
	vertical-align: middle;
}

#header_grey {
	background-image: url(./images/header_grey.jpg);
	background-repeat: repeat-x;
	height: 60px;
	text-align: right;
	font-size: 11px;
}

#header_grey a {
	font-size: inherit;
	color: #E3E3E4;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none
}

#header_image {
    height: 100px;
    border-bottom: 1px solid white;
}

#header_navigation {
	background-color: #A1A1A1;
	height: 16px;
	text-align: right;
	vertical-align: middle;
	border-top: 1px solid #A1A1A1;
}

#header_navigation a{
	color: #E3E3E4;
	font-weight: bold;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	height: 18px;
}

#header_navigation a.selected{
	color: #646466;
}

/* --------------------------- Main --------------------------- */

#main {
	clear:both;
	width: 960px;
	height: 450px;
}

#main_left {
	position: absolute;
	width: 199px;
	height: 450px;
	border-right: 1px solid #A1A1A1;
	border-bottom: 1px solid #A1A1A1;
	font-size: 11px;
}

#main_left_empty {
	position: absolute;
	width: 199px;
	height: 450px;
}

#main_left ul{
	width: inherit;
	margin-top: 14px;
	margin-left: 0px;
	padding-left: 0px;
}

#main_left li{
 	color: #A1A1A1;
	border-top: 1px solid #A1A1A1;
	list-style-type: none;
	padding-left: 25px;
}

#main_left li a{
 	color: #A1A1A1;
	font-size: inherit;
    text-decoration: none;
}

#main_left li.selected{
	font-size: inherit;
    text-decoration: none;
	background-color: #cfd0d2;
	padding-left: 25px;
}

#main_left li.selected a{
    color: red;
}

#main_left li.title{
	border-top: 1px solid #A1A1A1;
	list-style: none; 
	font-weight: bold;
	padding-left: 15px;
}

#main_left li.selectedTitle{
	border-top: 1px solid #A1A1A1;
	list-style: none; 
	font-weight: bold;
	background-image:url(symbols/icon_selected.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
}

#main_center {
	position: absolute;
	left: 200px;
	width: 554px;
	height: 450px;
	border: 1px solid white;
}

#main_content {
	font-size: 11px;
 	margin: 20px;
	margin-right: 20px;
}

#main_right {
	position: absolute;
	left: 754px;
	width: 198px;
	border: 1px solid #A1A1A1;
}

/* --------------------------- Content --------------------------- */

h1 {
 	font-size: 14px;
	color: #A1A1A1;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #A1A1A1;
}

h3 {
	font-size: 11px;
	font-weight: bold;
}

p {
	font-size: 11px;
}

a {
	color: #FF0000;
}

a.dest {
	color: black;
}

div.mitarbeiter {
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	width: 160px;
}


div.news {
	margin-bottom: 20px;
	padding-bottom: 20px;
    border-bottom: 1px solid #A1A1A1;
}

table.news {
	width: 100%;
}

table.news h3 {
	margin-top: 0px;
}

table.news td{
  vertical-align: top;
}

table.news td.title a {
	vertical-align: inherit;
	font-size: 14px;
	color: #A1A1A1;
	font-weight: bold;
	padding-bottom: 10px;
}

table.news td.date {
	vertical-align: top;
	color: #A1A1A1; 
    text-align: right;
}

table.details td{
    vertical-align: top;
	padding-right: 10px;
}

table.details td.image {
    vertical-align: top;
	height: 110px;
}

table.details ul {
    margin: 0px;
	padding: 15px;
	padding-top: 0px;
}

table.details h3 {
	margin-top: 0px;
}
#main_content #dienstleistung{
	clear:both;
	} 
#dienstleistung #image{
	display:block;
	width: 170px;
  margin-bottom: 20px;
  float:left;

}

#dienstleistung #text{
	float:right;
 	display:block;
  position:relative;
  width: 340px;
 margin-bottom: 20px;
  
}

#dienstleistung #text #titel{
  font-weight: bold;

}
/* --------------------------- Sidebar (Rechts) --------------------------- */

div.sidebar_title {
	width: inherit;
	background-color: #CFD0D2;
	border-bottom: 1px solid #A1A1A1;
}

div.sidebar_title h1 {
	font-weight: bold;
	font-size: 12px;
	color: #646466;
	background-color: #CFD0D2;
	padding: 0px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

div.sidebar_content {
	font-size: 11px;
	color: #A1A1A1;
	padding: 10px;
	padding-left: 20px;
	border-bottom: 1px solid #A1A1A1;
}

div.sidebar_content img {
    padding-bottom: 2px;
}


div.sidebar_list {
	font-size: 11px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
}

div.sidebar_list ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

div.sidebar_list ul ul{
	font-weight: bold;
	margin-bottom: 5px;
  margin-top: 8px;
	margin-left: -15px;
	padding-left: 0px;
}

div.sidebar_list ul li {
  margin-bottom: 3px;
}

/* --------------------------------------------------------------------------- */

img.icon {
	vertical-align: text-bottom;
	margin-right: 4px;
}

form.search {
	font-size: inherit;
    padding-top: 18px;
	padding-right: 10px;
}

input {
	font-size: 11px;
}

input.button {
	font-size: 11px;
	color: #E3E3E4;
	background-color: #A1A1A1;
	border: 0px;
	height: 14px;
	margin-right: 4px;
	padding-left: 0px;
	vertical-align: baseline;
}

select {
	font-size: 11px;
}

textfield {
	font-size: 11px;
}
