/*##################################################################################*/
/*###############################---GLOBAL---#######################################*/
html, body
{
	background-color:				#F4FFE9;
	color:							#666666;
	font-family:					Arial, Helvetica, sans-serif;
	font-size:						12px;
	height:							100%;
	margin:							0px 0px;
	text-align:						left;
}
/*##################################################################################*/
/*###############################---LINKS---########################################*/
a
{
	color:							#000000;
	font-weight:					bold;
	text-decoration:				underline;
}
a:hover
{
	color:							#880000;
	text-decoration:				underline;
}
/*##################################################################################*/
a.navi
{
	color:							#000000;
	font-size:						12px;
	font-weight:					bold;
	text-decoration:				none;
}
a.navi:hover
{
	color:							#7E4438;
	text-decoration:				none;
}
a.navi2
{
	color:							#000000;
	font-size:						11px;
	font-weight:					bold;
	text-decoration:				none;
}
a.navi2:hover
{
	color:							#7E4438;
	text-decoration:				none;
}
a.navi_unten
{
	color:							#000000;
	font-size:						11px;
	font-weight:					bold;
	text-decoration:				none;
}
a.navi_unten:hover
{
	color:							#7E4438;
	text-decoration:				none;
}
a.navi_sub
{
	color:							#000000;
	font-size:						14px;
	font-weight:					bold;
	text-decoration:				underline;
}
a.navi_sub:hover
{
	color:							#880000;
	text-decoration:				underline;
}
	
/*##################################################################################*/
/*###############################---ÜBERSCHRIFTEN---################################*/
h1
{
	color:							#7E4438;
	display:						inline;
	float:							right;
	font-size:						14px;
	font-weight:					bold;
	letter-spacing:					-1px;
	margin:							0px 20px 0px 0px;
}
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---#########################################*/
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:							158px;
}
div#submenue
{
	background-image:				url(grafik/content_hg_oben.gif);
	margin-left:					30px;
	height:							28px;
	padding:                        9px 0px 0px 20px;
	width:							726px;
}
div.sub
{
	float:							left;
}
div#content_hg
{
	background-image:				url(grafik/content_hg.gif);
	margin-left:					30px;
	padding:                        10px 20px 10px 20px;
	width:							706px;
}
div#content_unten
{
	background-image:				url(grafik/content_hg_unten.gif);
	height:							28px;
	margin-left:					30px;
	padding:                        8px 25px 0px 0px;
	text-align:						right;
	width:							721px;
}	
