/* Body */
body{
	background-color:#ffffff;
	text-align:center; /* IE */
	font-family:Verdana,Arial,Sans-serif;
	margin:15px;
}

/* Große Tabelle drumrum */
#outer_table{
	margin:auto;
	width:780px;
	padding:0px;
}

/* Die 3 Bilder ganz oben */
td.topimg_td{
	height:100px;
	vertical-align:middle;
}

/* verlinkte Bilder kriegen keinen Rahmen */
a img{
	border:none;
}

.normaltext{
	color:#555555;
	font-size:13px;
	line-height:17px;
}

/* Die Menulinks */
#menu{
	/* nur zur Sicherheit: */
	font-size:13px;
	color:#666666;
	font-weight:bold;
}
#menu a:link,#menu a:visited,#menu a:active{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}
#menu a:hover{
	color:#008800;
	font-weight:bold;
	text-decoration:underline;
	font-size:13px;
}
/*klappmenus*/
#menu1,#menu2,#menu3,#menu4,#menu5,#menu6{
	display:none;
	position:absolute;
	border-top:none;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	background-color:#ffffff;
	padding:3px;
	margin-left:-5px;
	z-index:6;
}
#menu1 a,#menu2 a,#menu3 a,#menu4 a, #menu5 a, #menu6 a{
	display:block;
	width:100%;
	height:20px;
	line-height:20px;
	text-decoration:none;
	background-color:ffffff;
}
#menu1 a:hover,#menu2 a:hover,#menu3 a:hover,#menu4 a:hover, #menu5 a:hover, #menu6 a:hover{
	text-decoration:none;
	background-color:fafffa;
}

/* Das td in der Mitte */
#middle{
	color:#555555;
	padding:24px 0px 12px 0px;
	font-size:13px;
	line-height:17px;
}

/* Die Tabelle im middle td */
#inner_table{
	width:100%;
	padding:0px;
}
/* Links im Inhalt. Nicht schon in #middle definieren! (sonst probleme mit Home-Galerie!). Keine Ahnung, warum die Galerien in 'GALERIE' Nicht hiervon betroffen sind.*/
#inner_table a:link,#inner_table a:visited,#inner_table a:active,
a.mlink:link,a.mlink:visited,a.mlink:active{
	color:#226502;
	/*font-weight:bold;*/
	text-decoration:underline;
	/*font-size:13px;*/
}
#inner_table a:hover,a.mlink:hover{
	color:#008800;
	/*font-weight:bold;*/
	text-decoration:underline;
	/*font-size:13px;*/
}

/* Bilder auf der linken Seite im inner table */
#side_pics{
	width:180px;
	text-align:center;
	vertical-align:top;
	padding:0px;
}
#side_pics img.border{
	border:1px solid #000000;
	margin-bottom:24px;
}
#side_pics img.noborder{
	border:none;
	margin-bottom:24px;
}

/*Das was die #gallery bald ersetzt:*/
#gallery_descr{
	vertical-align:top;
	color:#555555;
	font-size:13px;
	line-height:17px;
}

/* Das td mit dem Text in der inner table */
#inner_content{
	padding:0px 16px 0px 24px;
	vertical-align:top;
}

/* Der kleine Text unten */
#footer{
	color:#555555;
	line-height:15px;
	font-size:11px;
}
#footer a:link,#footer a:visited,#footer a:active{
	color:#555555;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover{
	color:#008800;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}

/* Die große grüne Schrift auf (fast) jeder Seite */
div.headline{
	display:block;
	color:#008800;
	font-size:16px;
	line-height:26px;
	font-weight:bold;
	margin-bottom:16px;
}

/* kleine Überschriften auf normalen Seiten*/
#inner_content div.subheadl{
	display:block;
	color:#555555;
	font-size:13px;
	line-height:17px;
	font-weight:bold;
	padding:0px;
}
/* Text unter den kleinen Überschriften auf normalen Seiten*/
#inner_content div.contentblock{
	display:block;
	width:100%;
	color:#555555;
	font-size:13px;
	line-height:17px;
	margin:5px 0px 20px 0px;
}
/*damit nichts kaputt geht*/
#inner_content td{
	color:#555555;
	font-size:13px;
	line-height:17px;
}

/* Jetzt die News! */

/* kleine Überschriften auf der News Seite*/
#news_table div.subheadl{
	display:block;
	color:#555555;
	font-size:13px;
	line-height:17px;
	font-weight:bold;
}
/* Text unter den kleinen Überschriften auf der News Seite*/
#news_table div.contentblock{
	display:block;
	width:100%;
	color:#555555;
	font-size:13px;
	line-height:17px;
}
/* kleine Bilder links und rechts */
#news_table div.imageblock{
	width:100%;
	text-align:center;
	margin:15px 0px 10px 0px;
}
/* Die Tabelle um jede News in der Mitte */
#news_table table.news{
	width:100%;
	margin:0px 0px 10px 0px;
}
#news_table table.news td{
	padding:3px;
	color:#555555;
	font-size:13px;
	line-height:17px;
}
/* Links in den News */
#news_table table.news a:link,#news_table table.news a:visited,#news_table table.news a:active{
	color:#226502;
	/*font-weight:bold;*/
	text-decoration:none;
	font-size:13px;
}
#news_table table.news a:hover{
	color:#008800;
	/*font-weight:bold;*/
	text-decoration:underline;
	font-size:13px;
}