﻿@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------------------------*/
/*Design 2007*/
/*C.Klauz*/
/*Allgemeine Html Definition*/
/*h1: Haupttitel; h2: Titel Boxen; h6:Titel Slideshow; h3: Text Normal; h4: Text Normal Fett; h5 Text Normal Titel
/*----------------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------------------*/
/*Allgemeine Definitation*/
/*----------------------------------------------------------------------------------------------------------------------------*/

.mitarbeiter	{
	display:none;
}

body {
	background-color: transparent;
	font-family: "Segoe UI", "Trebuchet MS", verdana, Arial;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	background-image: url('hintergrunde/back.png');
	background-repeat: no-repeat;
	background-position: center top;
}

a	{
	color:#003399;
	text-decoration:none;
}

a:hover	{
	color:#660066;
	text-decoration:underline;
}

a:visited	{
	color:#003399;
}

table {
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	background-color: transparent;
	table-layout:fixed;
}
td {
	border: 0;
	margin: 0;
	padding: 0;
}
tr {
	border: 0;
	margin: 0;
	padding: 0;
}
h1 {
	font: normal normal bold 15px "Segoe UI";
	text-align: left;

}
h2 {
	font: normal normal bold 15px "Segoe UI";
	text-align: left;

}
h3 {
	text-align: left;
	font-family: "Segoe UI";
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
h4 {
	text-align: left;
	font-family: "Segoe UI";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

h5 {
	text-align: left;
	font-family: "Segoe UI";
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}

h6	{
	display:none;
	text-align: left;
	font-family: "Segoe UI";
	font-size: 12px;
	text-decoration: none;
	font-weight: normal
	
}

#text_tabelle	{
	width: 100%;
	vertical-align:middle;
	border-style:solid;
	border:3px;
}

/*----------------------------------------------------------------------------------------------------------------------------*/
/*Hauptdiv, macht die ganze Seite Zentriert Inklusive mittelausrichtung für zellen*/
/*----------------------------------------------------------------------------------------------------------------------------*/
#zentriert {
	margin: auto;
	width: 900px;

}
.zelle_zentriert {
	vertical-align: middle;
}

#toplogo	{
}
/*----------------------------------------------------------------------------------------------------------------------------*/
/*Das Login (Webmail, login)*/
/*----------------------------------------------------------------------------------------------------------------------------*/
.login {
	height: 25px;
	font-size: 12px;
	text-align: right;
}
.login a {
	text-decoration: none;
	color: #000000;
}
.login a:hover {
	color: #A8A8A8;
	text-decoration: none;
}
/*----------------------------------------------------------------------------------------------------------------------------*/
/*Das Logo*/
/*----------------------------------------------------------------------------------------------------------------------------*/
#logo {
	height: 120px;
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
}

#logo img{
	margin-top:25px;
	height:50px;
	width:256px;
}
/*----------------------------------------------------------------------------------------------------------------------------*/
/*Die Suche*/
/*----------------------------------------------------------------------------------------------------------------------------*/
#suchen {
	height: 20px;
	text-align: right;
	vertical-align: middle;
}
#suchen form {
	font: oblique normal normal 100% "Segoe UI";
	height: 20px;
	vertical-align: middle;
}
#suchen input {
	font: oblique normal normal 100% "Segoe UI";
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 20px;
	border: 1px #A8A8A8 solid;
	background-image:url('hintergrunde/input2.png');
	background-position:left top;
	vertical-align: middle;
	background-color:transparent;
}

#suchen input:hover	{
	background-position:100% -20px;
}

#suchen input:active	{
	background-position:100% -20px;
}

#suchen input:focus	{
	background-position:100% -20px;
}

#buttoon	{
	background-color:transparent;
	background-image:url('hintergrunde/input2.png');
	height:20px;
	width:23px;
}

#buttoon:hover	{
	background-position:100% -20px;
}
/*----------------------------------------------------------------------------------------------------------------------------*/
/*Die Hauptnavigation*/
/*----------------------------------------------------------------------------------------------------------------------------*/
#haupt_navi {
	height:24px;
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 0;
}

#haupt_navi ul {
	display: inline;
}
#haupt_navi li {
	display: block;
	list-style: none;
	padding: 0;
	float: left;
	clear:none;
}
#haupt_navi a {
	color: white;
	display: block;
	width: 100px;
	height: 21px;
	overflow: hidden;
	background-image: url('hintergrunde/tab.png');
	text-align: center;
	text-decoration: none;
	padding-top: 4px;
}
#haupt_navi a:hover {
	color: #F3F3F3;
	background-position:100% +42px;
	text-decoration:none;
}
/*----------------------------------------------------------------------------------------------------------------------------*/
/*Die Sub Navigation*/
/*----------------------------------------------------------------------------------------------------------------------------*/
#sub_navi {
	padding-top:0;
	margin-top:0;
	background-image: url('hintergrunde/sub_navi.png');
	background-position: bottom;
	background-color: transparent;
	clear: both;
	height: 20px;
	width: 100%;
}
#sub_navi ul {
	display: inline;
}
#sub_navi li {
	display: block;
	list-style: none;
	padding: 0;
	float: left;
	height: 20px;
}
#sub_navi a {
	text-decoration: none;
	text-align:center;
	color: white;
	display: block;
	margin-left: 10px;
	padding-top: 2px;
	width: 110px;
	overflow: hidden;
}
#sub_navi a:hover {
	text-decoration: none;
	color: #F0F000;
}
/*----------------------------------------------------------------------------------------------------------------------------*/
/*Der Hauptteil*/
/*----------------------------------------------------------------------------------------------------------------------------*/
.zelle_hauptteil {
	width: 690px;
	vertical-align: top;
	height:auto;
}
#hauptteil {
	padding-left:5px;
	padding-right:5px;
	margin-right: 6px;
	width: 675px;
	min-height:400px;
	height:auto;
	vertical-align: top;
	border: 1px #A8A8A8 solid;
	background-position: top;
	background-image: url('hintergrunde/verlauf.png');
	background-repeat: repeat-x;
	overflow:visible;
}

#hauptteil_impr {
	padding-left:5px;
	padding-right:5px;
	margin-right: 6px;
	width: 885px;
	min-height:400px;
	height:auto;
	vertical-align: top;
	border: 1px #A8A8A8 solid;
	background-position: top;
	background-image: url('hintergrunde/verlauf.png');
	background-repeat: repeat-x;
	text-align:center;

}

#daten {
	padding-left:5px;
	padding-right:5px;
	margin-right: 6px;
	width: 885px;
	min-height:400px;
	height:auto;
	vertical-align: top;
	border: 1px #A8A8A8 solid;
	background-position: top;
	background-image: url('hintergrunde/verlauf.png');
	background-repeat: repeat-x;
	text-align:center;
}

#daten a	{
	color:black;
}

#daten a:hover	{
	color:black;
}

#hauptteil img {
	float: left;
	background-image: url('hintergrunde/userpic.png');
	height: 250px;
	width: 330px;
	padding: 12px;
	border: 0px;
	margin-right: 17px;
}

#hauptteil_impr img {
	float: left;
	text-align:center;
	background-image: url('hintergrunde/userpic.png');
	height: 250px;
	width: 330px;
	padding: 12px;
	border: 0px;
	margin-right: 17px;
}


#hauptteil_img {
	padding-left:5px;
	margin-right: 6px;
	width: 900px;
	min-height:350px;
	height:auto;
	vertical-align: top;
	border: 1px #A8A8A8 solid;
	background-position: top;
	background-image: url('hintergrunde/verlauf.png');
	background-repeat: repeat-x;
	overflow: visible;
}

/*----------------------------------------------------------------------------------------------------------------------------*/
/*Die Boxen Rechts, Quiklinks und Slideshow*/
/*----------------------------------------------------------------------------------------------------------------------------*/
#quik_links {
	padding-left:5px;
	width: 200px;
	height: 140px;
	border: 1px #A8A8A8 solid;
	background-position: top;
	background-image: url('hintergrunde/verlauf.png');
	background-repeat: repeat-x;
}

#quik_links li	{
	height:20px;
	width:150px;
}
#quik_links a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#quik_links a:hover	{
	text-decoration:underline;
	color: #A8A8A8;
	font-weight: bold;

}
#slideshow {
	margin-top:10px;
	padding-left:5px;
	width: 200px;
	height: 192px;
	border: 1px #A8A8A8 solid;
	background-position: top;
	background-image: url('hintergrunde/verlauf.png');
	background-repeat: repeat-x;
	background-color: transparent;
	position: relative;
}
#slideshow img {
	width: 200px;
	height: 150px;
	border: 0;
	display: none;
	position: absolute;
	top:40px;
	left:2px;
	border:0;
	margin-right:0;
	padding-left:0;
	cursor:pointer;
}
#slideshow img.start {
	display: block;
}
#slideshow a {
	text-decoration: none;
	font: normal normal bold 14px "Segoe UI";
	text-align: left;
	display: inline;
	color: black;
}
#slideshow a:hover {
	text-decoration: none;
	font: normal normal bold 14px "Segoe UI";
	text-align: left;
	display: inline;
	color: #005353;
}
/*----------------------------------------------------------------------------------------------------------------------------*/
/*Der Fuss*/
/*----------------------------------------------------------------------------------------------------------------------------*/
#fuss {
	text-align: right;
	vertical-align:bottom;
	height:50px;
}

/*----------------------------------------------------------------------------------------------------------------------------*/
/*Die Suchergebnisse*/
/*----------------------------------------------------------------------------------------------------------------------------*/


#output a {font-weight: bold;}

.searchword  {color: #222; background-color: #ffd; border: 1px dotted #ffd;}
.searchword0 {color: #222; background-color: #ff0; border: 1px dotted #ff0;}
.searchword1 {color: #222; background-color: #0f0; border: 1px dotted #0f0;}
.searchword2 {color: #222; background-color: #0ff; border: 1px dotted #0ff;}
.searchword3 {color: #222; background-color: #fbb; border: 1px dotted #fbb;}
.searchword4 {color: #222; background-color: #dfd; border: 1px dotted #dfd;}
.searchword5 {color: #222; background-color: #faf; border: 1px dotted #faf;}
.searchword6 {color: #222; background-color: #ccc; border: 1px dotted #ccc;}

.mod {display: block; font-size: .8em;}

#searchfooter {font-size: 1em !important;}

/*----------------------------------------------------------------------------------------------------------------------------*/
/*Das Form für den Mailer*/
/*----------------------------------------------------------------------------------------------------------------------------*/


#hauptteil input	{
	border: 1px #CCCCCC solid;
}

#hauptteil textarea	{
	border: 1px #CCCCCC solid;
}


#tabelle_kontakt	{
	width:310px;
}

.zelle_kontakt	{
	width:100px;
}

.button_kontakt	{
	width:70px;
}

/*----------------------------------------------------------------------------------------------------------------------------*/
/*Liste Unternehmen*/
/*----------------------------------------------------------------------------------------------------------------------------*/
#unternehmen a	{
	text-decoration:none;
	color:black;
}

#unternehmen a:hover	{
	text-decoration:underline;
	color:black;
}


#unternehmen img	{
	border: 0;
	width: 16px;
	height: 15px;
	background-image:none;
}


/*----------------------------------------------------------------------------------------------------------------------------*/
/*Alle Imageflow Komponenten*/
/*----------------------------------------------------------------------------------------------------------------------------*/

#seite img{ 
	position:absolute; 
	top:0px;
	border:none;
}
#seite a{
	color:#fff;
}
#seite h1{
	text-align:center;
}

.zelle_seite {
	width:900px;
}


#seite{
	background-position: top;
	background-image: url('hintergrunde/verlauf.png');
	background-repeat: repeat-x;
	max-width: 900px;
	width:900px;
	min-height: 150px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background-color:transparent;
	padding: 0;
	border: 1px #A8A8A8 solid;

}
#images{
	visibility:hidden;
}
#loading_bar{
	margin-top:164px;
	margin-bottom:200px;
	text-align:center;
	width:100%;
}
#loading_bar img{
	margin-top:10px;
	position:relative; 
}
#captions{
	font-weight:bold;
	position:relative; 
	text-align:center;
	z-index:10000;
}
#scrollbar{
	visibility:hidden;
	position:relative; 
	border-bottom:1px solid #b3b3b3;
	z-index:10001;
}
#slider{
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:10002;
	background-image:url(slider.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;	
}
#imageflow{
	text-align:left;
	width:900px;
}

/*----------------------------------------------------------------------------------------------------------------------------*/
/*Styles für ohne Frame*/
/*----------------------------------------------------------------------------------------------------------------------------*/

.style1 {
	text-align: left;
	width: 900px;
}
hr {
	background: transparent;
	width:900px;
}