/*##################################################################################*/
/*###############################---GLOBAL---#######################################*/
html, body
{
	background-color:				#C8aa82;
	color:							#4d4d4f;
	font-family:					Arial, Helvetica, sans-serif;
	font-size:						13px;
	height:							100%;
	margin:							0px 0px;
	text-align:						left;
}
/*##################################################################################*/
/*###############################---LINKS---########################################*/
a
{
	color:							#000000;
	font-weight:					bold;
	text-decoration:				underline;
}
a:hover
{
	color:							#603103;
	text-decoration:				underline;
}
/*##################################################################################*/
a.navi
{
	color:							#000000;
	font-size:						12px;
	font-weight:					bold;
	text-decoration:				none;
}
a.navi:hover
{
	color:							#603103;
	text-decoration:				none;
}
a.navi2
{
	color:							#000000;
	font-size:						12px;
	font-weight:					bold;
	text-decoration:				none;
}
a.navi2:hover
{
	color:							#603103;
	text-decoration:				none;
}
a.navi_unten
{
	color:							#000000;
	font-size:						12px;
	font-weight:					bold;
	text-decoration:				none;
	padding:						10px;
}
a.navi_unten:hover
{
	color:							#603103;
	text-decoration:				none;
}
a.navi_sub
{
	color:							#000000;
	font-size:						12px;
	font-weight:					bold;
	text-decoration:				underline;
}
a.navi_sub:hover
{
	color:							#603103;
	text-decoration:				underline;
}
	
/*##################################################################################*/
/*###############################---ÜBERSCHRIFTEN---################################*/
h1
{
	color:							#603103;
	display:						inline;
	float:							right;
	font-size:						14px;
	font-weight:					bold;
	letter-spacing:					-1px;
	margin:							0px 20px 0px 0px;
}
h2
{
	color:							#603103;
	font-size:						13px;
	font-weight:					bold;
	margin:							0px 0px 0px 0px;
}
h3
{
	border-bottom:					1px dotted #000000;
	color:							#000000;
	display:						inline;
	font-size:						13px;
	font-variant:					small-caps;
	font-weight:					bold;
}
/*########################################################################################*/
/*################################---Sonstiges---#########################################*/
li
{
	margin-left:					27px;
}
li.eb1
{
	margin-left:					27px;
	margin-top:						4px;
}
li.eb2
{
	margin-left:					35px;
	margin-top:						0px;
}
img.con
{
	border:							3px double #9D5C5C;
}
/*########################################################################################*/
/*################################---ELEMENTE---##########################################*/
div#menue
{
	background-image:				url(grafik/menue_hg.gif);
	width:							170px;
}
div#submenue
{
	background-image:				url(grafik/content_hg_oben.gif);
	margin-left:					34px;
	height:							28px;
	padding:                        9px 0px 0px 20px;
	width:							710px;
}
div.sub
{
	float:							left;
}
div#content_hg
{
	background-image:				url(grafik/content_hg.gif);
	margin-left:					34px;
	padding:                        10px 20px 10px 20px;
	width:							690px;
}
div#content_unten
{
	background-image:				url(grafik/content_hg_unten.gif);
	height:							200px;
	margin-left:					33px;
	padding:                        8px 25px 0px 0px;
	text-align:						left;
	width:							758px;
}	