/*##################################################################################*/
/*###############################---GLOBAL---#######################################*/
html, body
{
	background-color:				#ab9778;
	background-image:				url(Grafik/hg.gif);
	color:							#000000;
	font-family:					Verdana, Helvetica, sans-serif;
	font-size:						12px;
	height:							100%;
	margin:							0px;
	text-align:						center;
}
/*##################################################################################*/
/*###############################---LINKS---########################################*/
a
{
	color:							#000000;
	font-weight:					bold;
	text-decoration:				underline;
}
a:hover
{
	color:							#880000;
	text-decoration:				underline;
}
/*##################################################################################*/
a.navi
{
	border-right:					3px solid #e5dcc7;
	color:							#3f1702;
	font-size:						11px;
	font-weight:					bold;
	text-decoration:				none;
	letter-spacing:					-1px;
}
a.navi:hover
{
	border-right:					6px solid #9D5C5C;
	color:							#3f1702;
	text-decoration:				none;
}
a.footer
{
	color:							#bbbbbb;
	font-size:						10px;
	font-weight:					normal;
	text-align:						center;
	text-decoration:				none;
}
/*##################################################################################*/
/*###############################---ÜBERSCHRIFTEN---################################*/
h1
{
	border-bottom:					1px dotted #ab9778;
	color:							#000000;
	font-size:						13px;
	font-variant:					small-caps;
	font-weight:					bold;
	margin:							0px 0px 0px 15px;
	width:							300px;
}
h1.oben
{
	color:							#555555;
	display:						inline;
	font-size:						12px;
	font-weight:					bold;
}
	
h2
{
	color:							#9D5C5C;
	font-size:						10px;
	font-weight:					bold;
	margin:							2px 0px 10px 15px;
}
h3
{
	color:							#9D5C5C;
	display:						inline;
	font-size:						11px;
	font-weight:					bold;
	margin:							0px 0px 0px 20px;
}
/*########################################################################################*/
/*################################---Sonstiges---#########################################*/

p.text
{
	border:							1px solid #D4C5AF;
	font-size:						12px;
	margin:							5px 5px 5px 10px;
	padding:                        10px;
	text-align:						justify;
	width:							440px;
}
p.text:first-letter
{
	color:							#9D5C5C;
	font-size:						18px;
	font-weight:					bold;
	padding:						1px;
}
p.autor
{
	color:							#9D5C5C;
	font-size:						10px;
	font-style:						italic;
	margin:							0px 15px 10px 0px;
	text-align:						right;
}
p.aff
{
	background-color:				#E5DCC7;
	border-top:						1px solid #D4C5AF;
	margin:							0px 5px 5px 10px;
	padding:                        10px 10px 10px 25px;
	text-align:						left;
	width:							425px;
}
p.navi_rahmen
{
	margin:							0px 5px 0px 0px;
	text-align:						right;
	width:							157px;
}
p.fuss
{
	color:							#bbbbbb;
	font-size:						10px;
	margin:							5px 0px 20px 0px;
	text-align:						center;
}
div.wetter
{
	border:							1px solid #D4C5AF;
	float:							left;
	margin:							0px 10px 0px 10px;
	width:							205px;
}
/*########################################################################################*/
/*################################---ELEMENTE---##########################################*/
table#hg
{
	background-color:				#ab9778;
	border:							0px;
	height:							100%;
	width:							750px;
}
div.trips
{
	background-color:				#ab9677;
	width:							728px;
}
table#content
{
	background-image:				url(Grafik/hg_innen.gif);
	width:							100%;
}
div#links
{
	background-image:				url(Grafik/navi_hg.gif);
	display:						inline; /*für den IE Bug des doppelten margin Wertes bei gefloateten Elementen*/
	float:							left;
	margin:							0px 0px 0px 42px;
	width:							179px;
}
div#inhalt
{
	background-image:				url(Grafik/content_hg.gif);
	text-align:						left;
	float:							left;
	width:							486px;
}
div#google
{
	background-image:				url(Grafik/google_hg.gif);
	height:							22px;
	padding-top:                    8px;
	padding-left:                   10px;
	width:							476px;
}
table.shop
{
	margin:							0px 0px 0px 8px;
	width:							465px;
}
td.shop
{
	border:							1px solid #D4C5AF;
	padding:                        5px;
}
td.shop2
{
	background-color:				#e8d5bb;
	border:							1px solid #D4C5AF;
	padding:                        5px;
	text-align:						justify;
}
img#fuss
{
	clear:							both;
}
div#adbox
{
	background-image:				url(Grafik/adbox-hg.gif);
	background-repeat:				repeat-y;
	border-bottom:					20px solid #ab9778;
	border-right:					20px solid #ab9778;	
	border-top:						120px solid #ab9778;			
	position:						absolute;
	top:							0px;
	left:							749px;
	width:							209px;
}