* {
	margin: 0px;
	padding: 0px;
	border: none;
}

html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background: black;
  font-size: 1em;
  height: 100%;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

h2 {
	color: #142f66;
	font-size: 1.4em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h3 {
	color: #142f66;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 5px;
}

p {

	clear: both;
	margin-bottom: 14px;

}

a {
	color: #333;
}

a:hover {
	color: black;
}

.clear {
	clear: both;
	display: block;
}

#layout {
  position: absolute;
  width: 906px;
  height: 625px;
  background: url(layout.png) no-repeat;
  left: 50%;
  right: 50%;
  margin-left: -453px;
  margin-right: -453px;
}

#logo {

	margin-top: 12px;

}

div.test {
  background: url(../img/layout/box.png) no-repeat; 
  height: 201px;
  width: 210px;
}

ul#navi {
	width: 906px;
	height: 34px;
  	background: url(../img/layout/navi-bg.png) no-repeat; 
	margin: 20px 0px 20px 0px;
	list-style: none;
}

ul#navi li {
	float: left;
	margin-top: 1px;
	border-right: 1px solid #878b8c;
}

ul#navi li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	font-size: 0.7em;
	text-transform: uppercase;
	padding: 5px 10px 5px 10px;	
}

#leftbar {
	float: left;
	width: 230px;
}

#container {
	font-size: 0.8em;
}

#content {
	float: left;
	width: 674px;
}

.box-small {
	width: 184px;
	padding: 10px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	background: url(../img/layout/box670verlauf.png) no-repeat bottom left; 
}

#kontaktbox {
	
	padding-bottom: 10px;

}

#kontaktbox p {

	margin-bottom: 8px;

}

.box-medium {
	float:left;
	width: 308px;
	padding: 10px;
	padding-bottom: 25px;
	margin-bottom: 10px;
	background: url(../img/layout/box670verlauf.png) no-repeat bottom left; 
}

.left {
	margin-right: 14px;
}

.border
{
	border: 1px solid #ccc;
	padding: 2px;
	background: white;
}

a:hover .border
{
	border-color: black;
}

a.nodecoration
{	
	text-decoration: none;
}

.box-large {
	width: 654px;
	padding: 10px;
	padding-bottom: 25px;
	margin: 0px 0px 10px 0px;
	background: url(../img/layout/box670verlauf.png) no-repeat bottom left; 
}

ul.history  {
	list-style: none;
}

ul.history li {
	border-bottom: 1px dotted #666;
	margin-bottom: 5px;
	padding-bottom: 5px;
	float: left;
}

ul.history li span{
	display: block;
	float: left;
	width: 60px;
	font-weight: bold;
	color: #142f66;
}

ul.history li p{
	float: left;
	width: 560px;
	clear: none;
}

ul.services  {
	list-style: none;
	border-top: 1px dotted #666;
	padding-top: 5px;
	margin-top: 10px;
}

ul.services li {
	border-bottom: 1px dotted #666;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background: 3px 3px url(../img/layout/bullet.png) no-repeat;	
}

ul.leftnavi{
	list-style: none;
	margin-bottom: 10px;
}

ul.leftnavi li a {
	text-decoration: none;
	color: #FFF;
	background: url(../img/layout/leftnavi.png) no-repeat top left;
	display: block;
	width: 204px;
	padding: 4px 0px 0px 10px;
	height: 28px;
}

/*
	FORMULARE
*/

ul.form {
	list-style: none;
	width: 360px;
	float: left;
}	

ul.form li {
	margin-bottom: 5px;
	clear: both;
}

ul.form li span {
	display: block;
	width: 100px;
	float: left;
	padding-top: 3px;
}

ul.form li label input {
	width: 245px;
	height: 18px;
	border: 1px solid #ccc;
	background: #fff;
	padding-left: 5px;
}

ul.form li label textarea {
	width: 245px;
	height: 150px;
	border: 1px solid #ccc;
	background: #fff;
	padding-left: 5px;
}


ul.form li input.button {

	color: #FFF;
	background: url(../img/layout/button.png) no-repeat top left;
	width: 254px;
	padding: 4px 0px 0px 30px;
	height: 28px;
  	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	border: none;
	text-align: left;
	cursor: pointer;
	cursor: hand;
}


/*
	STARTSEITE
*/

div#welcome p
{
	margin: 0;
	padding: 0;
	clear: none;
}

div.start_left img {

	width: 170px;
	background: white;
	padding: 2px;
	border: 1px solid #ccc;
	display: block;

}

div.start_left h3 {
	
	margin-top: 3px;
	margin-bottom: 5px;
}

div.start_left span
{
	font-size: 0.9em;
	color: #777;
}

div.brand {
	
	float: left;
	width: 218px;	
	margin-bottom: 10px;
	margin-right: 10px;
}

div.brand div {

	background: url(../img/layout/box670verlauf.png) no-repeat bottom right; 
	padding: 3px;
	height: 225px;
}

div.brand div p {

	margin: 0px;
	padding: 4px;
	padding-bottom: 5px;

}

div.brand div b {

	color: #142f66;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;

}

div.brand a.brand {

	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 7px 0px 0px 10px;
	display: block;
	background: url(../img/layout/brand.png) no-repeat;	
	width: 209px;
	height: 25px;
	
}


div.newsletter {
	
	float: left;
	width: 330px;	
	margin-bottom: 10px;
	margin-right: 10px;
}

div.newsletter div {

	background: url(../img/layout/box670verlauf.png) no-repeat bottom right; 
	padding: 3px;
	height: 190px;
}

div.newsletter div p {

	margin: 0px;
	padding: 4px;
	padding-bottom: 0px;

}

div.newsletter div b {

	color: #142f66;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;

}

div.newsletter ul.form
{
	margin-top: 8px;
}

div.newsletter ul.form li
{
	padding-left: 6px;
}

div.newsletter ul.form li input
{
	width: 200px;
}

div.newsletter ul.form li input.subscribe
{
	width: 105px;
	height: 19px;
	padding: none;
	border: none;
	background: none;
}

div.newsletter p.last-newsletter
{
	padding-top: 0;
}

div.newsletter p.last-newsletter b
{
	margin-bottom: 2px;
}



div.facebook {
	
	float: left;
	width: 330px;	
	margin-bottom: 10px;
}

div.facebook div {

	background: url(../img/facebook.png) no-repeat -9px -5px; 
	padding: 3px;
	padding-top: 8px;
	height: 181px;
}

div.facebook div p {

	margin: 0px;
	padding-left: 145px;
	color: white;
	height: 132px;
	border-bottom: 1px solid #ccc;
}

div.facebook div b {

	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;

}

div.facebook a.facebook
{
	color: white;
	text-decoration: none;
	margin-top: 10px;
}

div.facebook iframe
{
	margin: 8px;
}

ul.tests
{
	padding: 0px;
	list-style-type: none;
}

ul.tests li a
{
	display: block;
	background: url(../img/layout/icon_pdf.gif) no-repeat;
	padding-left: 22px;
	height: 22px;
}

div.fehler {

	background: white;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
	float: left;
	width: 340px;
	
}

div.fehler b {

	color: red;
	line-height: 20px;

}

/*
	MARKEN
*/

img.logo {

	margin: 10px;
	margin-top: 15px;

}

/*
	NEWS
*/

div.news {

	clear: both;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #666;
	width: 650px;

}

div.news img.newsimage {

	width: 170px;
	float: left;
	margin-right: 10px;
	background: white;
	padding: 2px;
	border: 1px solid #ccc;

}



p.fotoalbum {

	padding-top: 10px;
	margin-bottom: 25px;

}

a.fotoalbum {

	float: left;
	border: 1px solid #ccc;
	margin-right: 4px;
	margin-bottom: 4px;

}

a.fotoalbum:hover {

	border: 1px solid black;

}


a.fotoalbum span {

	border: 2px solid white;
	display: block;
	width: 120px;
	height: 78px;
	overflow: hidden;

}

div.news h3 {
	
	margin-top: 3px;
	margin-bottom: 5px;
}

div.news span, span.date
{
	color: #777;
}


div.webclientAlbum h3
{
	padding-top: 5px;
}

div.webclientAlbum div.entry
{
	clear: left;
	padding-bottom: 8px;
}

div.webclientAlbum a img
{
	background: white;
	padding: 2px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 8px;
}

div.webclientAlbum a:hover img
{
	border: 1px solid black;
}



/*
	INSERATE
*/


div.insoverview {
	
	clear: both;
	margin-bottom: 30px;

}

div.insoverview img {

	float: left;
	margin-right: 10px;
	background: white;
	padding: 2px;
	border: 1px solid #ccc;

}

div.insoverview h3 {
	
	margin-top: 5px;
	margin-bottom: 8px;
}

div.insoverview span
{
	color: #777;
}

div.insoverview ul 
{
	padding: 0px;
	list-style-type: none;
	margin-bottom: 10px;
}

div.insoverview ul li {

	height: 20px;

}

div.insoverview ul li label 
{
	display: block;
	float: left;
	width: 130px;
	
	background: #777;
	padding: 2px;
	margin: 0px;
	margin-right: 1px;
	color: white;
}

div.insoverview ul li span
{
	display: block;
	float: left;
	width: 200px;
	
	color: black;
	padding: 2px;
	background: white;
}

div.noImage
{
	width: 250px;
	height: 80px;
	padding: 2px;
	background: white;
	border: 1px solid #ccc;
	display: block;
	float: left;
	margin-right: 10px;
	text-align: center;
	padding-top: 70px;
}

.ui-tabs-hide {
	display: none;
}

.detailfoto {

	float: left;
	margin-right: 15px;

}

#detailtabs ul {

	list-style-type: none;
	border-bottom: 2px solid #aaa;
	height: 26px;
	width: 650px;
}

#detailtabs ul li {

	float: left;
	padding-right: 1px;
	
}

#detailtabs a {

	display: block;
	padding: 5px;
	background: white;
	color: #142f66;
	text-decoration: none;
	width: 100px;
	text-align: center;
	height: 16px;

}

#detailtabs a:hover {

	background: #ccc;

}

a.detailfoto img {

	background: white;
	padding: 2px;
	border: 1px solid #ccc;

}

table.spec {

	border-spacing: 1px;

}

table.spec td {

	padding: 2px;
	background: white;
	width: 200px;
}

table.spec td.bez {

	background: #777;
	color: white;
	width: 130px;

}

div.thumbs img {

	border: 1px solid #ccc;
	background: white;
	padding: 2px;
	margin-right: 4px;
}

img#largeImage {

	border: 1px solid #ccc;
	background: white;
	padding: 2px;

}

div.ausstattung {

	float: left;
	width: 170px;
}

div.ausstattung div {

	display: block;
	padding-bottom: 15px;
}


/*
	MARKEN
*/

.logo {
	text-align: center;	
}

.marke {

	margin-bottom: 15px;

}

/*
	SHOP
*/

div.shopBrands div.shopBrandEntry
{
	display: block;
	width: 180px;
	height: 60px;
	margin-right: 20px;
	float: left;
}

div.shopBrands a {

	display: block;
}

div.shopBrands img {

	padding: 2px;
	background: white;
	border: 1px solid #ccc;
	margin-bottom: 2px;

}

div.shopBrands span {


	font-size: 0.8em;
	color: #777;
	margin-bottom: 7px;
	display: block;
}

.pdf
{
	background: url(../img/layout/icon_pdf.gif) no-repeat;
	padding-left: 22px;
	margin-top: 5px;
	text-decoration: none;
	display: block;
	height: 22px;
	font-size: 11px;
}

/*
	TEAM
*/

img.team {
	
	border: 1px solid #ccc;
	background: white;
	padding: 2px;
	margin-bottom: 8px;
	display: block;
}

/*
	VERTRETUNGEN
*/

div.vertretung {

	clear: both;
	height: 120px;

}

div.vertretung img {

	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
	background: white;
	padding: 2px;
}

div.vertretung p {

	margin-top: 10px;
	clear: none;
}

/*
	Kontakt
*/

img#lageplan {

	border: 1px solid #ccc; 
	padding: 2px; 
	background: white; 
}

img#kontakt {

	border: 1px solid #ccc; 
	padding: 2px; 
	background: white; 
	margin-left: 10px;

}
