
/* ================================================
   = Einige Voreinstellungen
   ================================================ */


* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #333 url('../bild/background-streifen.gif');
	color: #EEE;
	font: 14px/150% "Myriad Web", "Myriad Pro", "Lucida Grande", "Trebuchet MS", Tahoma, Helvetica, Arial,  sans-serif;
}

img {
	border: none;
}

:link, :visited {
	color: #BBD052;
	text-decoration: none;
}

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

h1, h2, h3 {
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	color: #BD3;
	margin-bottom: 0.5em;
}

h1 {
	display: none;
}

h3 {
	font-size: 1.3em;;;
	color: #DDD;
	margin-top: 1em;
}

p {
	margin: 0.5em 0em 1em;
	color: #CCC;
}

strong {
	color: #FFF;
}

hr {
	clear: right;
	width: 100%;
	height: 1px;
	margin: 1em 0 2em;
	border: none;
	color: #782;
/*	background-color: #BD3;*/
	background-color: #782;
}

.extern {
	padding-left: 16px;
	background: url('../bild/extern.gif') no-repeat center left;
}


/* ================================================
   = Seite, Rahmen und Banner (= "Kunden")
   ================================================ */

#all {
	width: 800px;
	background: #444 url('../bild/background-sidebar.gif') repeat-y;
}

#frame {
	padding-right: 8px;
	background: url('../bild/schatten-aussen.jpg') repeat-y 800px 0px;
}

#content {
	margin-left: 220px;
	padding: 1em 1em 5em;
	clear: right;
/*	border: 1px solid green;*/
}

#kunden {
	position: absolute;
	top: 24px;
	left: 824px;;
}

#kunden a {
	padding: 0;
	background-image: none;
}

#kunden,
#kunden li {
	display: block;
	list-style: none;
}

#kunden li {
	margin-bottom: 16px;
}

#kunden img {
	background: #FFF;
}


/* ================================================
   = Header & Footer
   ================================================ */

#header {
	background: #555 url('../bild/background-header.gif') repeat-x;
	height: 120px;
	position: relative;
}

#header ul,
#header li {
	display: block;
	text-align: right;
	list-style: none;
}

#header li a {
	padding: 0 0.4em;
	font-size: 0.9em;
	color: #EEE;
	background-image: none;
}

#header li a:hover {
	color: #FFF;
}


#header li {
	display: inline;
	border-right: 2px solid #479;
	line-height: 170%;
}

.last {
	border-right: none !important;
}

#footer {
	clear: both;
}

#logo {
	position: absolute;
	top: 43px;
	left: 23px;
}

#roof {
	position: absolute;
	left: 339px;
	bottom: 0px;
}


/* ================================================
   = Schnellsuche
   ================================================ */

#quick-search {
	position: absolute;
	top: 62px;
	right: 16px;
	width: 253px;
	z-index: 100;
 	background: url('../bild/suchfeld.gif') no-repeat top right;
}

#searchfield {
	position: absolute;
	top: 3px;
	right: 8px;
	width: 101px;
	height: 15px;
	font-size: 11px;
	border: none;
	background: none;
	color: #000;
}

#searchfield.inactive {
	color: #999;
}

#searchfield-safari {
	position: absolute;
	top: 0;
	right: 0;
	width: 128px;
}


/* ================================================
   = Seitenleiste
   ================================================ */


#privateintrag {
	border-bottom: 4px solid #EEE;
	float: left;
}

#sidebar {
	width: 220px;
	float: left;
}

#sidebar ul,
#sidebar li {
	list-style: none;
	display: block;
}

#sidebar ul {
	padding: 1em;
}

#sidebar ul ul {
	padding: 0.2em 0 1em;
}

#sidebar ul ul li {
	display: inline;
	border-right: 1px solid #AAA;
}

#sidebar ul ul li a {
	padding: 0 0.5em;
}

#sidebar ul h3 {
	margin: 0;
	color: #F8F8F8;
	font-weight: normal;
	font-size: 1.2em;
	text-transform: uppercase;
}

#sidebar ul a {
	text-transform: uppercase;
	color: #EF6;
}

#sidebar ul a:hover {
	color: #FFF;
	text-decoration: underline;
}

#sidebar ul.orte {
    font-size: 1.3em;
}


/* ================================================
   = Menue
   ================================================ */

#buttons,
#buttons li {
	display: block;
	list-style: none;
}

#buttons {
	float: right
}

#buttons li {
	float: left;
}


/* ================================================
   = Seiteninhalt
   ================================================ */

#photo {
	float: right;
}

.object-title {
	text-transform: none;
}

h3.object-location {
    text-transform: none;
    font-size: 1.1em;
    margin: 0;
}

h3.object-location strong {
    font-weight: normal;
}

/* horizontale Tabelle fuer z.B. Impressum */
table.horizontal th {
	vertical-align: top;
	text-align: left;
	color: #BD3;
	font-weight: normal;
	padding: 0em 2em 0.2em 0em;
}

.small-print {
	font-size: 0.8em;
}

.small-print p {
	text-align: justify;
	line-height: 130%;
}

.thumb {
	padding: 1px;
	border: 1px solid #888;
}

.right {
	float: right;
}

.mini {
	height: 48px;
}

.thumbs .thumb {
	display: inline;
	float: left;
	margin: 0 8px 8px 0;
}

/* Tabelle mit Objekten */
table.objects {
	width: 100%;
	border: none;
	border-spacing: 1px;
	border: 1px solid #555;
	font-size: 0.9em;
}

table.objects th,
table.objects td {
	padding: 0.1em 0.3em;
	border: 1px solid #585858;
	text-align: center;
	vertical-align: top;
	background: #888;
}

table.objects td {
	height: 64px;
	text-align: left;
	overflow: hidden;
	color: #DDD;
	background: #555;
}

table.objects tr.even td {
	background: #666;
}

table.objects td.image {
	text-align: center;
	vertical-align: middle;
}

table.objects td.title a {
	display: block;
}

ul.page-nav,
ul.page-nav li {
	list-style: none;
}

ul.page-nav li {
	display: inline;
}

ul.page-nav li a {
	padding: 0em 0.5em;
}

ul.page-nav li a.active {
	color: #FFF;
	font-weight: bold;
}


/* ================================================
   = Formularelemente
   ================================================ */

label {
	cursor: pointer;
}

.text-field {
	width: 256px;
	border: 1px solid #BD3;
	background: #888;
	color: #FFF;
}

.text-field:focus {
	background: #333;
}

input.button {
	border: 1px solid #BD3;
	color: #BD3;
	background: #333;
	padding: 0.3em 1em;
}

ul.errors,
ul.errors li {
	list-style: none;;
}

ul.errors {
	padding: 1em;
	margin-bottom: 1em;
	border: 1px solid #FFF;
	background: #C02;
	color: #FFF;
}

/* ================================================
   = Google Maps (Sprechblasen usw.)
   ================================================ */

#map {
    font-size: 0.8em;
    color: #444;
}

#map strong {
    color: #222;
}

#map a {
    color: #58A;
    text-decoration: underline;
}
