/*##################################################################################*/
/*###############################---GLOBAL---#######################################*/
html, body
{
	background-color:				#ffffff;
	color:							#000000;
	font-family:					Verdana, Helvetica, sans-serif;
	font-size:						12px;
	height:							100%;
	margin:							0px auto;
	text-align:						center;
}
/*##################################################################################*/
/*###############################---LINKS---########################################*/
a
{
	color:							#000000;
	text-decoration:				underline;
}
a:hover
{
	color:							#880000;
	text-decoration:				underline;
}
/*##################################################################################*/
a.navi
{
	background-color:				#ffffff;
	border-left:					12px solid #a0a0a0;
	color:							#000000;
	font-size:						11px;
	font-variant:					small-caps;
	font-weight:					bold;
	line-height:					170%;
	margin-left:					5px;
	text-decoration:				none;
}
a.navi:hover
{
	border-left:					6px solid #9D5C5C;
	color:							#a0a0a0;
	text-decoration:				none;
}
/*##################################################################################*/
/*###############################---ÜBERSCHRIFTEN---################################*/
h1
{
	border-bottom:					1px dotted #a0a0a0;
	color:							#a0a0a0;
	font-size:						14px;
	font-variant:					small-caps;
	font-weight:					bold;
	margin:							7px 0px 5px 20px;
	width:							250px;
}
h2
{
	color:							#9D5C5C;
	font-size:						11px;
	font-style:						italic;
	font-weight:					normal;
	margin:							0px 30px 20px 45px;
}
/*##################################################################################*/
/*###############################---SONSTIGES---####################################*/
p.navi1
{
	border-bottom:					1px dotted #a0a0a0;
	color:							#a0a0a0;
	font-size:						11px;
	font-variant:					small-caps;
	font-weight:					bold;
	margin:							10px 0px 20px 15px;
	width:							160px;
}
p.navi2
{
	border:							1px dotted #dddddd;
	margin:							10px 0px 5px 15px;
	padding:                        5px 5px 10px 3px;
	width:							150px;
}
/*##################################################################################*/
p.content
{
	border:							1px dotted #dddddd;
	color:							#666666;
	font-size:						11px;
	margin:							0px 30px 3px 30px;
	padding:                        10px;
	text-align:						justify;
	width:							430px;
}
p.content:first-letter
{
	color:							#9D5C5C;
	font-size:						18px;
	font-weight:					bold;
	padding:						1px;
}
p.content:first-line
{
	color:							#666666;
	font-weight:					bold;
}
/*##################################################################################*/
p.autor
{
	color:							#999999;
	font-size:						10px;
	font-style:						italic;
	margin:							0px 35px 30px 0px;
	text-align:						right;
}	
p.fuss1
{
	color:							#bbbbbb;
	font-size:						10px;
	margin:							10px 20px 10px 220px;
	text-align:						center;
}
/*##################################################################################*/
/*###############################---ELEMENTE---#####################################*/
div#kopf
{
	background-color:				#eef5fe;
	height:							10px;
	margin:							20px AUTO 0px AUTO;
	width:							744px;
}
/*##################################################################################*/
div#rahmen
{
	background-color:				#eef5fe;
	background-image:				url(pics_template/rahmen_hg.jpg);
	margin:							0px AUTO;
	width:							744px;	
	text-align:						left;
}
/*##################################################################################*/
div#header
{
	background-color:				#ffffff;
	background-image:				url(pics_template/kopf_hg.jpg);
	margin:							0px AUTO 10px AUTO;
	width:							710px;
}
/*##################################################################################*/
div#menue
{
	background-color:				#ffffff;
	background-image:				url(pics_template/menue_hg.jpg);
	display:						inline; /*IE Bug mit margin bei gefloateten Elementen (Margin Wert verdoppelt sich sonst)*/
	float:							left;
	margin:							0px 0px 0px 18px;
	width:							192px;
}
/*##################################################################################*/
div#content
{
	background-color:				#ffffff;
	background-image:				url(pics_template/content_hg.jpg);
	float:							left;
	margin:							0px 0px 0px 0px;
	width:							515px;
}
/*##################################################################################*/
div#fuss
{
	background-color:				#eef5fe;
	clear:							both;
	height:							0px;
	margin:							0px AUTO;
	width:							744px;
}
/*##################################################################################*/

