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

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

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

#sidebar{
	width:200px;
	vertical-align:top;
	color:#444444;
	font-size:10px;
	line-height:15px;
}

/* Der Inhalt (mit dem Menu drin)*/
#content{
	width:750px;
	padding-left:20px;
	vertical-align:top;
	color:#444444;
	font-size:13px;
	line-height:17px;
}
/* Links. Nicht in #middle definieren! (sonst probleme mit Home-Galerie!). Keine Ahnung, warum die Galerien in 'GALERIE' Nicht hiervon betroffen sind.*/
#content a:link,#content a:visited,#content a:active,
#sidebar a:link,#sidebar a:visited,#sidebar a:active{
	color:#444444;
	font-weight:bold;
	text-decoration:none;
	/*font-size:13px;*/
}
#content a:hover,#sidebar a:hover{
	color:#008800;
	font-weight:bold;
	text-decoration:underline;
	/*font-size:13px;*/
}

/* Die Menulinks */
#menu{
	width:100%;
	padding:0px;
	font-size:14px;
	border-bottom:2px dotted #000000;
	margin-bottom:10px;
	margin-top:30px;
}
#menu a:link,#menu a:visited,#menu a:active{
	color:#444444;
	font-weight:bold;
	text-decoration:none;
}
#menu a:hover{
	color:#008800;
	font-weight:bold;
	text-decoration:underline;
}

/* Beschreibungstext einer Galerie */
#gallery_descr{
	width:200px;
	vertical-align:top;
	color:#444444;
	font-size:13px;
	line-height:17px;
}

/* Inhalt in 'textonly.txt' seiten */
#inner_text{
	width:600px;
	margin-left:5px;
}

/* Die große grüne Überschrift */
div.headline{
	display:block;
	color:#008800;
	font-size:16px;
	line-height:26px;
	font-weight:bold;
	margin-bottom:16px;
}

/* kleine Unter-Überschriften */
div.subheadl{
	display:block;
	color:#444444;
	font-size:13px;
	line-height:17px;
	font-weight:bold;
	padding:0px;
}
/* Text unter den kleinen Überschriften */
div.contentblock{
	display:block;
	width:100%;
	color:#444444;
	font-size:13px;
	line-height:17px;
	margin:5px 0px 20px 0px;
}

/* Jetzt die News! */
.newsentry{
	width:100%;
	margin-top:10px;
}
.newstext{
	color:#444444;
	font-size:13px;
	line-height:17px;
	vertical-align:top;
	padding-left:10px;
}
