/*##################################################################################*/
/*###############################---GLOBAL---#######################################*/
html, body
{
	background-color:				#886b36;
	color:							#111;
	font-family:					Times New Roman, Times, serif;
	font-size:						14px;
	height:							100%;
	margin:							0;
}
/*##################################################################################*/
/*###############################---LINKS---########################################*/
a /*Links im Textbereich*/
{
	color:							#170e3d;
	font-weight:					bold;
	text-decoration:				underline;
}
a:hover
{
	color:							#FF3300;
	text-decoration:				underline;
}
a.navi /* Links der linken Navigation */
{
	background-color:				#503911;
	color:							#eee;
	display:							block;
	font-size:						13px;
	font-weight:					normal;
	margin:							1px 0 0 15px;
	text-decoration:				none;
	width:							205px;
	
}
a.navi:hover
{
	background-color:				#584012;
	color:							#FF3300;
}
a.rechts /*Links an der rechten Spalte*/
{
	color:							#330000;
	font-size:						13px;
	font-weight:					bold;
	text-decoration:				underline;
}
a.rechts:hover
{
	color:							#FF3300;
}
a.footer /*Links im Fussbereich*/
{
	color:							#ddd;
	font-size:						12px;
	font-weight:					normal;
	text-decoration:				underline;
}
a.footer:hover
{
	color:							#fff;
}	
/*##################################################################################*/
/*###############################---ÜBERSCHRIFTEN---################################*/
h1 /* Hauptüberschrift der Seite */
{

	color:							#fff;
	display:							inline-block;
	font-size:						20px;
	font-weight:					bold;
	position:						absolute;
	top:								385px;
	left:								400px;
	width:							315px;
}
h2  /* Description / Teaser */
{
	color:							#ccc;
	display:							inline-block;
	font-size:						15px;
	font-weight:					bold;
	line-height:					17px;
	position:						absolute;
	top:								445px;
	left:								400px;
	text-align:						left;
	width:							315px;
}
h3 /* Überschriften im Fließtext */
{
	background-color:				#BC9E67;
	border-left:					10px solid #fff;
	border-right:					10px solid #fff;
	color:							#333;
	display:							inline-block;
	font-size:						19px;
	font-weight:					bold;
	margin:							0 0 0 220px;
	padding:                   10px 20px 0 10px;
	width:							470px;
}
/*########################################################################################*/
/*################################---ELEMENTE---##########################################*/
div#bigbox /*Hintergrund Box in der die ganze Seite liegt */
{	
	margin:							0;
	position:						relative;
	width:							1000px;
}
img#kopf /* großes Kopfbild auf der Seite */
{
	border-bottom:					120px solid #fff;
	border-right:					10px solid #fff;
	height:							270px;
	width:							990px;
}
div#links /* Hintergund der Navigationsbox auf der linken Seite */
{
	background-color:				#584012;
	border-bottom:					10px solid #fff;
	border-right:					10px solid #fff;
	position:						absolute;
	top:								390px;
	width:							220px;
}
span.kat
{
	color:							#bbb;
	display:							block;
	font-weight:					bold;
	padding:							15px 0 4px 13px;
	text-decoration:				underline;
}
div#inhalt /* Hintergund für den gesamten Inhalt */
{
	background-color:				#c3a46b;
	border-right:					10px solid #fff;
	width:							990px;
}
img#ueberschrift /* Bild auf der Linken Seite neben den Überschriften H1 und h2 */
{
	border-bottom:					10px solid #fff;
	border-left:					230px solid;
	height:							151px;
	width:							500px;
}
p /* Ein Absatz im Fließtext */
{
	border-left:					10px solid #fff;
	border-right:					10px solid #fff;
	display:							block;
	line-height:					18px;
	margin:							0 10px 0 220px;
	padding:                   3px 20px 25px 20px;
	text-align:						justify;
	width:							460px;
}
img.textlinks /* Bilder im Fließtext die links ausgerichtet sind */
{
	border-bottom:					5px solid #fff;
	border-right:					5px solid #fff;
	border-top:						5px solid #fff;
	margin:							10px 13px 9px -20px;
}
img.textrechts /* Bilder im Fließtext die rechts ausgerichtet sind */
{
	border-bottom:					5px solid #fff;
	border-left:					5px solid #fff;
	border-top:						5px solid #fff;
	margin:							10px -20px 9px 12px;
}
div#rechts /* Hintergrund der Boxen auf der rechten Seite */
{
	background-color:				#c3ad83;
	border-bottom:					10px solid #fff;
	border-left:					10px solid #fff;
	position:						absolute;
	top:								280px;
	left:								730px;
	width:							250px;
}
div#suche /* Formatierung der Box mit der Google Suche */
{
	background-color:				#665638;
	height:							83px;
	padding:                   17px 0 0 17px;
	width:							233px;
}
div.newsbox /*Newsbox auf der rechten Seite */
{
	border-top:						10px solid #fff;
	font-size:						13px;
	padding:                   10px;
	text-align:						justify;
	width:							230px;
}
div.boxrechts /*Boxen auf der rechten Seite */
{
	border-top:						10px solid #fff;
	font-size:						13px;
	padding:                   10px;
	text-align:						justify;
	width:							230px;
}
span.box /* Überschrift in den Boxen auf der rechten Seite */
{
	background-color:				#BAA47C;
	color:							#000;
	display:							block;
	font-size:						16px;
	font-weight:					bold;
	height:							20px;
	margin-bottom:					10px;
	padding:                   5px 0 5px 10px;
	text-align:						left;
	width:							230px;
}
div#fuss /* Der Fussbereich - dunkel eingefärbt */
{
	background-color:				#584012;
	border-bottom:					10px solid #fff;
	border-right:					10px solid #fff;
	border-top:						10px solid #fff;
	color:							#999;
	font-size:						12px;
	height:							50px;
	padding:                   5px 30px 5px 0;
	text-align:						center;
	width:							960px;
}
/*################################################## */
/*############ WERBEADS ############################ */
div#adskopf /* 728x90 Werbebanner oben im Kopf */
{
	border-bottom:					0px solid #fff;
	border-right:					0px solid #fff;
	border-left:					0px solid #fff;
	height:							90px;
	position:						absolute;
	top:								0;
	left:								129px;
	width:							728px;
}
div#adsoben /* Box oberhalb des Content für Google Ads */
{
	background-color:				#665638;
	height:							90px;
	padding:                   5px 0 5px 0;
	position:						absolute;
	top:								280px;
	width: 							730px;
}
div#adscontent
{
	background-color:				#c3a46b;
	border-left:					10px solid #fff;
	border-right:					10px solid #fff;
	height:							60px;
	margin:							0 0 0 220px;
	width:							500px;
}
div#adsrechts /* Bannerads auf der rechten Seite außerhalb am Rand */
{
	height:							600px;
	position:						absolute;
	top:								0px;
	left:								1000px;
	width:							160px;
}
div#adblockrechts /* Formatierung der Box mit dem Google Linkblock rechts oben*/
{
	background-color:				#584012;
	border-top:						10px solid #fff;
	height:							131px;
	padding:               	   20px 0 0 15px;
	text-align:						center;
	width:							235px;
}
div#adsunten /* Google Ads unterhalb des Content */
{
	background-color:				#BC9E67;
	border-left:					10px solid #fff;
	border-right:					10px solid #fff;
	height:							280px;
	margin:							0 0 0 220px;
	padding:                   0 0 0 20px;
	width:							480px;
}
div#dummy /* Leerer Dummy DIV unterhalb des Anzeigenblocks unter dem Content um Abstand zwischen Anzeigen und nächster Überschrift zu realisieren */
{
	background-color:				#c3a46b;
	border-left:					10px solid #fff;
	border-right:					10px solid #fff;
	height:							30px;
	margin:							0 0 0 220px;
	width:							500px;
}
div.bannerrechts
{
	border-top:						10px solid #fff;
}
