/*
Datum: November 2009
Autor: Andre Brunner
*/

/* ÜBERSICHT ###
###

1) Reset-Reloaded
2) Generelles Styling
3) ID- und Klassen-Styling
4) Navigation
5) Typografie
6) Bilder
7) Listen
8) Hyperlinks
9) Google Maps

*/

/* 1) Reset-Reloaded von Eric Meyer ###
###
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Farben ###
###

Dunkelbraun: #673b15
Hellbraun: #cba674

*/

/* 2) Generelles Styling ###
###
*/

.unsichtbar {
	left: -999em;
	position: absolute;
}

body {
	font: normal 62.5%/normal Georgia, Times, Serif;
	background: white url(../images/globaler_bg.jpg) center 304px no-repeat;
}

hr {
	color: #000;
	height: 2px;

}

/* 3) ID- und Klassen-Styling ###
###
*/

#seite {
	background-color: #fff;
	color: #673b15;
	margin: 0 auto;
	width: 960px;
}

#kopfbereich {
	background: url(../images/kopfbereich_bg.jpg) top left no-repeat;
	color: #673b15;
	height: 310px;
	padding: 0 20px;
	width: 960px;
}

#inhaltsbereich {
	background: url(../images/inhaltsbereich_bg2.jpg) 21px 15px no-repeat;
	margin-bottom: 20px;
	min-height: 300px;
	overflow: auto;
	padding: 10px 61px;
}

#inhaltsbereich-referenzen {
	background: url(../images/referenzen_bg.jpg) 21px 15px no-repeat;
	overflow: auto;
	padding: 10px 61px;
	margin-bottom: 20px;
	min-height: 300px;
}

.hauptinhalt {
	float: left;
	margin-top: 22px;
	padding: 0 10px;
	width: 401px;
}

.zusatzinhalt {
	float: left;
	margin-top: 22px;
	padding: 10px 20px 0 0;
	width: 397px;
}

#fussbereich {
	background: url(../images/fussbereich.jpg) bottom center;
	clear: both;
	height: 16px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	width: 820px;
}

/* 4) Navigation ###
###
*/

#kopfbereich ul {
	font: normal bold 18px/normal Georgia, Times, Serif;
	position: relative;
	position: absolute;
	text-align: left !important;
	top: 62px;
	z-index: 1;
}

#kopfbereich ul li {
	display: inline;
	margin-right: 10px;
	text-transform: uppercase;
}

#inhaltsbereich ul, #inhaltsbereich-referenzen ul {
	font: normal 18px/normal 'Trebuchet MS';
	text-align: center;
	text-transform: uppercase;
	margin: 5px auto 0;
	width: 80%;
}

#inhaltsbereich ul li, #inhaltsbereich-referenzen ul li {
	display: inline;
	margin-right: 10px;
	
}
/* 5) Typografie ###
###
*/

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

h1 {
	float: right;
	font: italic normal bold 34px/normal Georgia, Times, Serif;
	margin: 240px -320px 0 0;
	text-align: right;
}

h2 {
	font: italic normal bold 24px/normal Georgia, Times, Serif;
	margin-bottom: 3px;
}

h3 {
	font-size: 18px;
	margin-bottom: 8px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}

p {
	font: 13px/17px 'Trebuchet MS';
	margin-bottom: 10px;
	width: 400px;
}

#fussbereich p {
	font-size: 1.2em;
	margin: 0 auto;
	text-transform: uppercase;
	width: auto;
}

.fussnote {
	font-size: x-small;

}

/* 6) Bilder ###
###
*/

#kopfbereich img {
	float: right;
	position: relative;
	right: 32px;
	top: 32px;
}

#inhaltsbereich img {
	display: inline;
	float: right;
}

.zusatzinhalt img {
	border: 2px solid #673b15;
	margin: 0 6px 6px 0;
}

.zusatzinhalt .portraets {
	border: none;
}

/* 7) Listen ###
###
*/

.hauptinhalt ul {
	text-align: left;
	margin: 15px 0 13px 15px !important;
	text-transform: none;
	font-size: 15px !important;
}

.hauptinhalt ul li {
	background: url(../images/haeckchen.png) 0 2px no-repeat;
	padding-left: 23px;
	display: block !important;
	margin-bottom: 5px;
	text-align: left;
	text-transform: none;
}

.zusatzinhalt ul {
	background-color: white;
	border: 1px solid #673b15;
	
}

.zusatzinhalt ul li {
	display: block;
}

/* 8) Hyperlinks ###
###
*/

/* Kopfbereich */

#kopfbereich ul li a:link, #kopfbereich ul li a:visited {
	background-color: white;
	color: #673b15;
	text-decoration: none;
}

#kopfbereich ul li a:hover, #kopfbereich ul li a:focus {
	background: url(../images/menue_hover.png)	center 25px no-repeat;
	padding-bottom: 13px;
}

#kopfbereich ul li a:active {
	position: relative;
	top: 1px;
}

#kopfbereich a:focus img {
	border-bottom: 1px solid #cba674;
	padding-bottom: 5px;
}

/* Inhaltsbereich */

#inhaltsbereich ul li a:link, #inhaltsbereich ul li a:visited {
	background-color: white;
	color: #673b15;
	text-decoration: none;
}

#inhaltsbereich ul li a:hover, #inhaltsbereich ul li a:focus {
	border-bottom: 1px solid #cba674;
}

#inhaltsbereich ul li a:active {
	position: relative;
	top: 1px;
}

/* Inhaltsbereich-Referenzen */

#inhaltsbereich-referenzen ul li a:link, #inhaltsbereich-referenzen ul li a:visited {
	background-color: white;
	color: #673b15;
	text-decoration: none;
}

#inhaltsbereich-referenzen ul li a:hover, #inhaltsbereich-referenzen ul li a:focus {
	border-bottom: 1px solid #cba674;
}

#inhaltsbereich-referenzen a:active {
	position: relative;
	top: 1px;
}

/* Zusatzinhalt */

.zusatzinhalt a:hover img, .zusatzinhalt a:focus img {
	border-color: #a6652e;
}

/* Fussbereich */

#fussbereich a:link, #fussbereich a:visited {
	background-color: transparent;
	color: #673b15;
	text-decoration: none;
}

#fussbereich a:hover, #fussbereich a:focus {
	border-bottom: 1px solid #cba674;
}

#fussbereich a:active {
	position: relative;
	top: 1px;
}

/* Hauptinhalt */

.hauptinhalt a:link, .hauptinhalt a:visited {
	background-color: transparent;
	color: #673b15;
	text-decoration: none;
	border-bottom: 1px solid #673b15;
}

.hauptinhalt a:hover, .hauptinhalt a:focus {
	background-color: white;
}

/* 9) Google Maps ###
###
*/

#karte {
	width: 500px;
	height: 500px;
	margin-left: 10px;
}

