﻿/* Dokument */

body {
	margin: 20px;
	padding: 0;
	background: #FFFFFF;
	background-image: url(images/background1.gif);
	background-repeat: repeat-x;
	font: normal .7em Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

/* Textformat */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: normal;
	letter-spacing: -1px;
	color: #333333;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: small;
	font-weight: normal;
}

h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
}

h4 {
	margin-bottom: .1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: normal;
	letter-spacing: -1px;
	color:#FFFFFF;
}

h5 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: small;
	font-weight: normal;
	color: #FF6600;
}

h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

ul {

	font-size: 14px;
	line-height: 140%;
}

p {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 140%;
	margin: 10px 0 0 75px;
	}
	
/* styles */

.style1  {
	color: #FF6600;
	font-weight: bold;
}

.style2 {
	font-weight:bold;
}

/* Links */

a {
	color: #FFFFFF;

}

a:hover {
	text-decoration: underline;
	color: #626161;
}

/* Website-Container */

#container {
	width: 778px;
	margin: 0 auto;
	background: url(images/background2.gif) repeat-y;
}

/* Kopfzeile */

#innung {
	float: left;
	width: 200px;
	height: 160px;
	background: url('images/kfzinnung.gif');
}

#logo {
	float: right;
	width: 578px;
	height: 160px;
	background: url('images/titel.jpg');
}

/* Linkbox */

.boxed {
	float: left;
	clear: left;
	width: 200px;
	background: #FF6600;
}
.boxed .heading {
	margin-top: 10px;
	padding: 8px 23px;
}

.boxed .content {
	margin: 0;
	padding: 4px 14px 4px 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 140%;
}

.boxed li {
	padding: 2px 0;
}

.boxed a {
	padding-left: 10px;
	background: url(images/img.gif) no-repeat left center;
	text-decoration: none;
}

/* Content */

#content {
	clear: both;
}

/* Posts */

#posts {
	float: right;
	text-align: justify;
	width: 520px;
	min-height:584px;
  	height:auto !important;
  	height: 584px;
	padding-right: 20px;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #FF6600;
}

.post {
	padding-top: 10px;
}

/* Gallery */

.gallerycontainer{
	position: relative;
	float: left;
	clear: left;
	height: 154px;
	width: 100px;
	margin: 5px 20px 10px 0;
}

.thumbnail img{
	border: 1px solid #000000;
	margin: 0 10px 20px 0;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid #000000;
}

.thumbnail span{
	position: absolute;
	height: 202px;
	width: 302px;
	background-color :#CCCCCC;
	padding: 5px;
	left: -1000px;
	border: 1px groove gray;
	visibility: hidden;
}

.thumbnail span img{
	border-width: 0;
}

.thumbnail:hover span{
	position: absolute;
	visibility: visible;
	top: auto;
	left: auto; /*position of enlarged image offset horizontally */
	z-index: auto;
}

#mitarbeiter {
	height: 180px;
	width: 157px;
	margin: 0 0 20px 40px;
}

#routenplaner {
	display: inline;
	height: auto;
	width: auto;
}

/* Footer */

#footer {
	clear: both;
	width: 778px;
	height: 35px;
	margin: auto;
	background: #CCCCCC;
	border-top: 1px dotted;
	border-top-style: groove;
	border-top-color: #999999;
	font-size: small;
	color: #FF6600;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #626161;
}

#footer a:hover {
	text-decoration: none;
}

#template {
	float: left;
	padding: 10px 10px;
}

#impressum {
	float: right;
	height: 30px;
	padding: 10px 10px 0 0;
}

/* End */