body {
	background-image:  url(img/bg.gif);
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.5;
	}
td {border-style: none}
h1 {font-size:24px;	color: #C8DB9E;	font-weight: normal;}
h2 {font-size:20px; color: #C8DB9E; font-weight: normal;}
h3 {font-size:18px; font-weight: normal;}
h4 {font-size:18px; color: #C8DB9E; font-weight: normal;}


.box {
	background-color:#ffffff; 
	width:800px; 
	height:105px; 
	padding:0px;
	margin:0px auto; 
	color: #000000; 
	}

a:link, a:visited, a:active, a:hover
	{
	text-decoration:none;
	color:#98B755;
  	}

a:active, a:hover
	{
	color:#ffffff;
	background-color: #C8DB9E;
	}

/* Die Hyperlinks im Menü */
a.menu:link, a.menu:visited
	{
	color:#FFFFFF;
	text-decoration:none;
	background: #98B755;
	}
a.menu:active, a.menu:hover
	{
	color:#C8DB9E;
	}

/* Die Titelzeile */
#title {
	height:30px;
	padding:5px;
	text-align:center;
	background-color:#C8DB9E;
	}

/* Das Menü */
#menu {
	text-align:left;
	width:788px;
	height:20px;
	margin:0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 6px; auto;
	font-size: 13px;
	background-color: #98B755;
	color: #FFFFFF;
}

/* Der Inhalt */
#content {
	background-color:#FFFFFF;
	width:730px;
	/* height:100px; 
	border-left:1px solid #C8DB9E;
	border-right:1px solid #C8DB9E;*/
	margin:0px auto;
	color: #000000;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 40px;
	padding-bottom: 20px;
}
