/*
        CSS-Styles fuer alle Browser.
        (c) 2001, Freiberger Bergsänger, Germany.
*/

BODY {
	font-family: arial, sans-serif, helvetica;
	font-size: 82.5%;
	color: #000000;
	background : url(../bilder/fbs_bg_lw7.jpg) repeat top;
}
/* ===== Zentrierung der Seite ======== */
#allumfassend {
	margin: 0 auto;
	/* Der standardkonforme Weg. */
	width: 800px;
	padding-top : 0.5em;
}
.klaerchen {
	clear: both;
	width: 1px;
	height: 1px;
	font-size: 1px;
}
/*********************************
Definitionen für die Kopfzeile
********************************/
#logo{
	float : left;
	/*border : thin dotted Blue;*/
	width : 150px;
	position : relative;
	top : 0px;
}
/*********************************
Definitionen für die Kopfzeile
********************************/
#head{
	text-align : left;
	margin-bottom : 1em;
	padding-top : 2em;
	float : right;
	display : inline;
	width : 640px;
	/*border : thin dotted Blue;*/
	position : relative;
	top : 0px;
}
#head img{
	margin-left : 5px;
}
/********************************
Definitionen für's Menu
*******************************/
#menu{
	/*padding : 0.5em 1.5em 0.5em 1.5em;
	border : thin dashed Black;
	display : block;
	top : 100px;
	position : relative;
	*/
	float: right;
	width: 640px;
	margin: 20px 0;
	background: url(../bilder/menu_bg.gif) no-repeat left;
	height: 35px;
	vertical-align: middle;
}
#menu ul{
	display : inline;
	vertical-align : middle;
	/*float : none;
	*/
}
#menu li{
	display: inline;
	text-align: center;
	font-size: 1.2em; /*border : thin dotted Blue;*/
	float: left;
	font-weight: bold;
	vertical-align: middle;
	margin-top: 0.2em;
}
#menu a.aktuell{
	color : #FF0A0F;
	/*background-color : #FFC600;
	border : thin ridge #FFC600;
	*/
	font-variant : small-caps;
}
#menu a{
	text-align : center;
	display : inline;
	color : Black;
	text-decoration : none;
	margin : auto 0.6em;
	height : 33px;
	/*border : thin dotted Blue;
	*/
	vertical-align : middle;
}
/***********************************
Definistionen im Bereich Inhalt
***********************************/
#inhalt{
	/*border : thick dotted Green;*/
	/*position : relative;
	*/
	width:780px;
	margin : 30px auto;
}
#inhalt ul {
	padding : 0em 0em 0em 2em;
	margin : 0;
}
#inhalt li {
	list-style : disc outside url(../bilder/schlgkl_kl.gif);
	vertical-align : middle;
	margin : 0.1em 2em;
	font-size : 0.8em;
}
#inhalt td{
	vertical-align : top;
	margin-left : 0.4em;
	margin-right : 0.4em;
	/*border:thin solid Grey;*/
}
#inhalt img {
	float : left;
	margin-right : 30px;
}
#inhalt img.photo {
	float : none;
}
#inhalt p:first-letter{
	font-variant : small-caps;
	font-weight : bold;
	font-size : 1.2em;
	color : #CC0000;
}
#inhalt a{
	color : #CC0000;
}
#inhalt a:visited{
	color: Maroon;
}
/**********************************
Definitionen für Foot
*********************************/
#footer{
	text-align: center;
	font-size: 0.7em; /*border-top : medium double Black;
	background : url(../bilder/bg_gross.png) no-repeat fixed top;
	*/
	margin: 30px 0 0 0;
	padding: 1em 2em 2em 2em;
	font-style: italic;
	display: block;
	width: 800px;
	clear: both;
}
.intern{
	color: #FFC600;
}
