/* 
----------------------------------------------------------------------
Thalhof Website
Start: 03.12.2008
Letzte Aenderung: 19.07.2010
Autor: klaus promberger klaus[a]prombergers.net
Medium: Screen
----------------------------------------------------------------------
*/

/* Allgemeine Einstellungen */

* {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
body {
	color: #000000;
	font: small/140% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #fff;
}
a {
	color: #000000;
}
a:hover {
	color: #fc8b06;
}

/* Basis-Layout */

#wrapper {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../img/wrapper_bg.gif);
}
#container {
	width: 960px;
	margin: 0 0 0 5px;
}
#header {
	height: 140px;
	position: relative;
	background-image: url(../img/header_bg.jpg);
	background-color: #b0ae00;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#navigation {
	height: 25px;
	background-color: #b0ae00;
	background-image: url(../img/menueleiste_bg.jpg);
	background-repeat: no-repeat;
}
#teaser {
	height: 140px;
	background-color: #b0ae00;
	background-image: url(../img/teaser.jpg);
}
#maincontent {
	width: 960px;
	background-color: #ffffff;
	float: left;
}
#footer {
	height: 30px;
	background-color: #b0ae00;
}
#header h1 {
	text-indent: -9999px;
}

/* Navigation */

#navigation ul {
	list-style: none;
	padding: 0 0 0 0;
}
#navigation li {
	display: inline;
}
#navigation a {
	padding: 3px 15px 3px 0;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
}

/* Inhaltsbereich */

#content p {
	margin-bottom: 20px;
}
#content ul {
	list-style: none;
}
#columnLeft, #columnRight {
	float: left;
}
	
	/* Linker Inhaltsbereich */

	#columnLeft {
	width: 247px;
	padding: 0px 0 0 0px;
	border-right: 0px solid #b0ae00;
	}
	#columnLeft p {
	clear: both;
	padding: 7px 10px 0 10px;
	color: #000;
	font-size: 70%;
	text-align: right;
	}
	#bild img {
	border-top: 1px solid #b0ae00;
	border-bottom: 1px solid #b0ae00;
	border-left: 1px solid #b0ae00;
	margin-top: 20px;
	float: right;
	clear: both;
	}
	#bilder img {
	border: 1px solid #b0ae00;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	float: inherit;
	clear: both;
	}
	#trenn {
	background-color: #000;
	height: 1px;
	}
	
	/* Rechter Inhaltsbereich */
	
	#columnRight {
	width: 710px;
	border-left: 1px solid #b0ae00;
	padding: 0 0 0 0;
	}
	#columnRight p {
	clear: both;
	padding: 7px 0 10px 10px;
	color: #000;
	font-size: 100%;
}
	#columnRight h2 {
	clear: both;
	padding: 20px 10px 0 10px;
	color: #ee7e06;
	font-size: 120%;
}
	#columnRight h3 {
	clear: both;
	padding: 20px 10px 0 10px;;
	font-size: 100%;
	font-weight: bold;
	}
	
/* Footer */

#footer {
	clear: both;
	padding: 10px 10px 0 0;
	text-align: right;
}
#footer p, #footer strong {
	color: #fff;
	font-weight: bold;
}
#footer strong {
	color: #fc8b06;
}
