/**
 * Style sheet entwurf
 */
#stat
{
	color:#ffffff;
	display:none;
}

h1
{
	font-weight:bold;
	font-variant:small-caps;
	font-size:18px;
	color:#474747;
}

h2
{
	font-weight:bold;
	font-size:14px;
	color:#666666;
}

h3
{
	font-weight:bold;
	font-variant:small-caps;
	font-size:12px;
	color:#3da400;
	border-bottom-color:#3da400;
	border-bottom-style:solid;
	border-bottom-width:2px;
}

#navi li
{
	display:block;
	padding:5px;
	font-size:14px;
	list-style-type:none;
}

#navi a
{
	display:block;
	padding:5px;
	font-variant:small-caps;
}

.active p
{
	margin:0px 0px 0px 5px;
	font-weight:bold;
	font-variant:small-caps;
	font-size:14px;
	color:#000000;
}

a
{
	text-decoration:none;
	color:#474747;
}

#main a
{
	border-top:0px solid #474747;
	border-right:0px solid #474747;
	border-bottom:1px solid #474747;
	border-left:0px solid #474747;
	text-decoration:none;
	color:#000000;
	line-height:18px;
}

#main a:hover
{
	border-top:0px solid #474747;
	border-right:0px solid #474747;
	border-bottom:1px solid #474747;
	border-left:0px solid #474747;
	text-decoration:none;
	color:#474747;
	line-height:18px;
}

#header
{
	background-image:url("logo.jpg");
	background-position:left top;
	background-repeat:no-repeat;
}

#footer
{
	background-image:url("footer.jpg");
	background-position:center bottom;
	background-repeat:no-repeat;
	border-top-color:#666666;
	border-top-style:solid;
	border-top-width:1px;
}

#wrapper
{
	margin-top:20px;
	background-color:#FFFFFF;
	border-width:10px 20px;
	border-style:solid;
	border-color:#ffffff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
}

body
{
	background-color:#CCCCCC;
}

