* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: verdana;
	text-align: center;
}
#maintable{
	margin:auto;
	text-align:left;
	width: 1023px; 
	height: 700px; 
}
#logo {
	width: 185px;
	height: 142px;
	background-image: url(../images/logo.jpg);
}
#topnavi {
	height: 28px;
	background-color: #447e28;
}
#leftnavi {
	height: 100%;
	background-color: #447e28;
	vertical-align: top;
	width: 185px;
	text-decoration: none;
}
#leftnavi a {
	text-decoration: none;
}
#leftnavi a.linkmain {
	border-bottom: 1px dotted #fff;
	padding: 4px 0px 0px 3px; 
	display:block;
	margin:0px;
	padding:6px 0px 6px 3px;
	color: #fff;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
}
#leftnavi .linksub {
	border-bottom: 2px solid #fff;
	text-decoration: none;
}
#leftnavi .linksub a{
 	display:block;
	background-color: #7ac335;
	border-bottom: 2px solid #447e28;
	padding-left: 32px;
	padding: 4px 0px 4px 32px;
	color: #fff;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
}
#leftnavi a.plus {
	padding-left: 22px;
	text-decoration: none;
}
#leftnavi .aktiv{
	border-bottom: 1px solid #fff;
	text-decoration: underline;
}

/*Navi oben*/
#topnavi_left{
	float: left;
	margin-left: 18px;
}
#topnavi_right{
	float: right;
	margin-right: 22px;
}
#topnavi_right a, #topnavi_left a{
	color: #fff;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
}


/*Content*/
#contenttable {
	height: 100%;
}
#contenttable td{
	vertical-align: top;
}
#contenttop {
	height: 33px;
}
#contentright {
	width: 259px;	
	background-color: #e4e2e3;
}
#content {
	width: 579px;	
}
#contenttop td{
	color: #000;
  font-size: 0.7em;
  padding: 10px 0px 0px 18px;
  font-weight: bold;
}

#content h1 {
	color: #447e28;
	margin: 30px 0px 18px 18px;
	font-size: 0.7em;
}
#content .text {
  color: #000;
  margin: 0px 33px 0px 18px;
  font-size: 0.7em;
}

#content td {
  color: #000;
  font-size: 0.7em;
  padding: 2px;
}

#content p {
  margin: 8px 0px 8px 0px;
}


#content table {
  border: 1px solid #447e28;
  padding: 0px;
}

#content a {
	color: #447e28;
}

/*spalte rechts*/
#contentright .formular {
	margin: 9px 0px 35px 8px;
}
#contentright a.suchen_bt {
	color: #000;
	font-weight: bold;
	font-size: 0.7em;
}
#contentright .headline {
	height: 29px;
	background-color: #fff;
	padding: 9px 0px 0px 30px;
	color: #447e28;
	font-size: 0.85em;
}
#contentright .logo {
	background-color: #fff;
	margin: 4px 0px 0px 0px;
	padding: 12px 0px 11px 27px;
}

li {
	margin-bottom: 8px;
}

ul {
	margin-left: 15px;
}
