/*##################################################################################*/
/*###############################---GLOBAL---#######################################*/
html, body
{
	background-color:				#ab9778;
	background-image:				url(Grafik/hg.gif);
	color:							#000000;
	font-family:					Arial, Helvetica, sans-serif;
	font-size:						12px;
	height:							100%;
	margin:							0px auto;
	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;
}
a.navi:hover
{
	border-right:					6px solid #9D5C5C;
	color:							#3f1702;
	text-decoration:				none;
}
a.linkads
{
	color:							#222;
	font-size:						10px;
	font-weight:					normal;
	text-decoration:				none;
}
/*##################################################################################*/
/*###############################---ÜBERSCHRIFTEN---################################*/
h1
{
	border-bottom:					1px dotted #ab9778;
	color:							#000000;
	font-size:						14px;
	font-variant:					small-caps;
	font-weight:					bold;
	margin:							0px 0px 0px 15px;
	width:							300px;
}
h2
{
	color:							#9D5C5C;
	font-size:						11px;
	font-weight:					bold;
	margin:							2px 0px 10px 15px;
}
h3
{
	border-bottom:					1px dotted #000000;
	color:							#000000;
	display:						inline;
	font-size:						12px;
	font-variant:					small-caps;
	font-weight:					bold;
}
/*########################################################################################*/
/*################################---Sonstiges---#########################################*/

p.text
{
	border:							1px solid #D4C5AF;
	color:							#000000;
	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.navi_rahmen
{
	margin:							0px 5px 0px 0px;
	text-align:						right;
	width:							157px;
}
p.fuss1
{
	color:							#222;
	font-size:						10px;
	margin:							5px 0px 20px 0px;
	text-align:						center;
}
img.texte
{
	margin:							5px;
}
/*########################################################################################*/
/*################################---ELEMENTE---##########################################*/
table#hg
{
	background-color:				#ab9778;
	border:							0px;
	height:							100%;
	margin:							0px auto;
	width:							750px;
}
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:                        8px 0px 0px 11px;
	width:							475px;
}
table.shop
{
	border-collapse:				collapse;
	margin:							0px 0px 0px 9px;
	width:							463px;
}
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#googleu
{
	margin-left:					70px;
}