html, body
{
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: verdana, helvetica, arial, "sans serif";
	font-size: 1em;
	color: #262626 ;
	line-height: 200%;
	background-color: #fff;
}
h3
{
	font-size:1.5em;
}
hr
{
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #f5eef0;
	border-bottom: transparent;
}
#header a:active,
#header a:hover {
  color: red;
}
#header
{

	padding: 5px;
	height: 35px;
	text-align: left;
	margin: 22px auto 0px auto;
} 
#maincol
{
	max-width: 60em;
 	margin: 0px auto 0px auto;
	text-align: left;
 	padding: 20px;
	border-left: 1px solid #f5eef0;
	border-right: 1px solid #f5eef0;
}
#box
{
	width: 240px;
 	margin: 5px auto 0px auto;
	text-align: left;
 	padding: 10px;
	border: 1px dotted #f5eef0;
}
#footer a:link,
#footer a:visited,
#footer a:hover {
  color: white;
}
#footer
{
	background-color: #ac1a40;
	color: white;
	text-decoration: none;
	text-align:left;
 	margin: 0 auto 0 auto; 
 	clear:both;
 	height: 30px;
 	padding: 5px;
} 
li
{
	text-align: left;
	padding-top: 10px;
	line-height: 180%;	
} 
.ueberschrift
{
	padding-bottom:4px;
	text-align: left;
	line-height: 170%;
	display: block;
	font-weight: 600;
	font-size: 1.05em;
}
.ueberschrift_inline
{
	font-weight: 600;
	display: inline;
}
#navigation
{
	margin: 0px auto 0px auto;
	text-align: center;
	height:30px;
	border-style:none;
	padding:12px;
	background-color: #f5eef0;
	clear:left;
}
#navigation a:link
{
	text-decoration:none;
}
#navigation a:visited
{
	text-decoration:none;
}
#navigation a:active
{
	color:red;
}
#navigation ul
{
	list-style-type:none;
	list-style-image: none;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: center;
}
#navigation li
{
	float:left;
	padding: 0px 20px;
	display:block;
}
.shade
{
	background-color: #fff
}
.shade0
{
	background-color:whitesmoke
}
.shade00
{
	background-color: #ac1a40;
	color:white;
	text-decoration:none;
	a.link: white;
}
.shade00 a:link { color:#FFF; text-decoration:none; font-weight:normal; }
.shade00 a:visited { color: #FFF; text-decoration:none; font-weight:normal; }
.shade00 a:hover { color: #FFF; text-decoration:underline; font-weight:normal; }
.shade00 a:active { color: #FFF; text-decoration:none; font-weight:normal; }