a:link {
    color:#333333;
	text-decoration:none;
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
a:visited {
    color:#666666;
    text-decoration:none;
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #CCCCCC;
	text-decoration:underline;

}
a:active {
	color:#333333;
    text-decoration:underline;
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
body {
	background-image:  url(bilderglob/bg_site_gruen_.png);
	background-repeat: repeat-x;
	text-align:center;
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
}
#boxMain {
	margin: 0 auto;
	width: 800px;
	border: 1px solid #000;
	background-color:#FFF;
}
#boxCenter,#boxImgLeft,#boxImgRight {
	background-image:  url(bilderglob/logo_gruener_hg.jpg);
	background-repeat: repeat-x;
}
#boxCenter {
	text-align: center;
}
#boxTop {
	height:508px;
}
#boxImgLeft,#boxImgRight {
	text-align: left;
	padding-top:79px;
}
#boxImgLeft{
	float:left;
}
#boxImgRight{
	float:right;
}
#boxContent{
	float:left;
	text-align:center;	
	width:588px;
	margin-top:50px;
}
#boxBottomUpper{
	background-color:#CCC;
	height:20px;
}
#boxBottomLower{
	background-color:#336699;
	height:40px;
}

table {
	font:inherit;
	margin-left: auto;
	margin-right: auto;
}

td,th{
	font-size:10pt;
	color: #666;
	padding:2px;
	text-align:center;
	vertical-align:top;
}

th{
	text-weight:bold;
}

h1 {
	font:inherit;
	font-size:160%;
	font-weight:bold;
}

h2 {
	font:inherit;
	font-size:130%;
	font-weight:bold;
}
