/*##################################################################################*/
/*###############################---GLOBAL---#######################################*/
html, body
{
	background-color:				#c0a987;
	background-image:				url(grafik/verlauf-bg.jpg);
	background-repeat:			repeat-x;
	color:							#000;
	font-family:					Arial, Helvetica, sans-serif;
	font-size:						13px;
	margin:							0 0 0 0;
	height:							100%;
}
/*##################################################################################*/
/*###############################---LINKS---########################################*/
a /* Links im Fliesstext */
{
	color:							#c34400;
	font-size:						12px;
	text-decoration:				underline;
}
a:hover
{
	color:							#000;
	text-decoration:				underline;
}
a.navi /* Links der Navigation */
{
	color:							#000;
	display:							block;
	font-size:						13px;
	font-weight:					normal;
	height:							22px;
	margin-left:					16px;
	text-decoration:				underline;
}
a.navi:hover
{
	color:							#c34400;
}	
a.fusslink /* Links im footer Bereich */
{
	color:							#333;
	font-size:						10px;
}
/*##################################################################################*/
/*###############################---ÜBERSCHRIFTEN---################################*/
h1 /* Überschrift unter dem Seitennamen*/
{
	color:							#aaa;
	font-size:						16px;
	font-weight:					bold;
}
h1.cont /* Überschrift oberhalb Content Bereich*/
{
	color:							#444;
	display:							inline;
	font-size:						18px;
	font-weight:					bold;
}
h2 /* Überschriften im Fliesstext */
{
	color:							#c34400;
	font-size:						15px;
}	
h2#desc /* Beschreibungstext der Seite */
{
	color:							#000;
	display:							inline;
	font-size:						13px;
	margin-top:						0px;
	position:						absolute;
	left:								210px;
	top:								230px;
	width:							670px;
}
/*########################################################################################*/
/*################################---Sonstiges---#########################################*/
span.textnav /* Formatierung der Kategorieüberschrift in der Navi */
{
	line-height:					25px;
	margin-left:					16px;
	text-decoration:				underline;
}

/*########################################################################################*/
/*################################---ELEMENTE---##########################################*/
div#kopf /* Kopfgrafik mit Überschrift Nr. 1 */
{
	background-image:				url(grafik/header.jpg);
	background-repeat:			no-repeat;
	height:							50px;
	padding:                   95px 0 0 230px;
	width:							835px;
}
div#headline /* bereich in dem die 2. Überschrift und der description text steht */
{
	background-image:				url(grafik/headline-bg.jpg);
	background-repeat:			no-repeat;
	height:							110px;
	padding:                   50px 180px 0 0;
	text-align:						right;
	width:							885px;
}	
table#hg /*Hintergrund des Inhaltsbereiches */
{
	background-image:				url(grafik/contend-bg.jpg);
	background-repeat:			repeat-y;
	width:							1065px;
}
td#content /*Tabellenzelle mit dem Fliesstext als Inhalt */
{
	text-align:						justify;
	width:							480px;
}
div.nav /* Container in dem sich die gesamte Navigation befindet */
{
	background-image:				url(grafik/navi-bg.jpg);
	background-repeat:			repeat-y;
	font-weight:					bold;
	position:						absolute;
	top:								295px;
	left:								198px;
	width:							186px;	
}
div#fuss /* Fussbereich ohne copyright etc.*/
{
	background-image:				url(grafik/fuss-bg.jpg);
	background-repeat:			no-repeat;
	height:							37px;
	padding-top:               63px;
	width:							1065px;
}	
div#footer /* Bereich mit Copyright und Datem und Impressumslink */
{
	color:							#666;
	font-size:						10px;
	margin-left:					220px;
	text-align:						center;
	width:							660px;
}
div#google-oben /* 728x15 Linkblock im Head */
{
	height:							15px;
	position:						absolute;
	left:								195px;
	top:								148px;
	width:							728px;
}
div#google-cont1
{
	height:							60px;
	margin-top:						20px;
	padding-right:             12px;
	width:							480px;
}
div.google-navi
{
	background-color:				#dedede;
	margin-left:					11px;
	padding:                   5px 0 5px 5px;
	width:							165px;
}	
div#google-fuss
{
	margin:							-4px 0 0 350px;
}
