body
{
	background-image:url(bg_site.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-attachment:scroll;
}
.minibox
{
	width:200px;
	background:#ebebeb;
	display:block;
}
.miniboxtitle
{
	background-image:url(navi_title_bg.gif);
	color:#FFFFFF;
	font-weight:bold;
	min-height:22px;
	width:100%;
	margin:1px 0px;
}
.loginboxtitle
{
	background:#79c341;
	color:#FFFFFF;
	font-weight:bold;
	height:22px;
	width:100%;
	margin:1px 0px;
}
.loginbox a:link, .loginbox a:hover, .loginbox a:visited
{
	text-decoration:underline;
	color:#FFFFFF;
	text-decoration:none; 
	font-size:11px;
}
.loginbox
{
	background:#79c341;
	color:#FFFFFF;
	text-decoration:none; 
	width:100%; 
	padding:5 5 6 10;
	font-size:11px;
	display:block;
	max-width: 185px;
}
.loginboxtd
{
	background:#79c341;
	color:#FFFFFF;
	text-decoration:none; 
	padding-bottom:2px;
	font-size:11px;

}
.loginform
{
	background:#b1e68c;
	border:1px solid #515755;
	color:#555555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	padding:2px;
}
.pagefooter
{
	color:#FFFFFF;
	background:#79c341;
}
.pagefooterright
{
	background:#b2e78a;
}
.pagespacertop
{
	height:123px;
	width:1px;
	background-image:url(spacer_top.gif);
}
.pagecolortop
{
	background:#79c341;
}
.navibg
{
	background-image:url(bg.gif);
	background-position:bottom;
	height:100%;
}
.navibgover
{
	background-image:url(bg_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.bgtopleft
{
	background-image:url(bg_top_left.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.bgtopleft2
{
	background-image:url(bg_top_leftsmall.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.bgtopright
{
	background-image:url(bg_top_right.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.bgtopright2
{
	background-image:url(bg_top_rightsmall.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.bgtopkreuze
{
	background-image:url(bg_top_kreuze.gif);
	background-repeat:no-repeat;
}
.dropdownitem:link, .dropdownitem:hover, .dropdownitem:active, .dropdownitem:visited
{
	padding:2px 4px;
	display:block;
	text-decoration:none;
	width:auto; /* PROBLEM IE: Wenn width nicht 100%, kann man nicht neben das wort klicken */ 
	border-bottom:1px dotted #BBBBBB;
	cursor:pointer;
	width:100%;
	max-width:172px;
}
.dropdownitem:hover, .dropdownitem:active
{
	background:#b2e78a;
	color:#FFFFFF;
	width:auto;
}
.dropdowntitle
{
	width:180px;
	height:15px;
	border:1px solid #515755;
	background:#b1e68c;
	cursor:default;
}
