/* Author: Harald Betzler */

/******************************************************************************/
/* Allgemeines ****************************************************************/
/******************************************************************************/

* {                             /* alle Standardabstände des Browsers auf 0 setzen */
	margin: 0px;
	padding: 0px;
}
body {                          /* Hintergrundfarbe für das gesamte Browserfenster */
	background: #98bc48 url(bg.jpg) repeat-x top left;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p { 
	margin-bottom: 1.5em;
	text-align: justify;
    font-size: 14px;
}
ul { 
	margin-bottom: 1.5em;
}
li { 
	margin-left: 20px;
}
a, a:link, a:visited { 
	color: #050;
	text-decoration: none;
}
#linkid, #linkid:link, #linkid:visited {
    color: #000;
}
h1 { 
	font-size: 22px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}
h2 { 
	font-size: 18px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 3px;
}
h3 { 
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h4 { 
	font-size: 16px;
	margin-bottom: 10px;
}
h5 { 
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
}
#wrapper { 
    margin: 0px auto 20px auto;
	width: 900px;
	text-align: left;
}
#header { 
	width: 900px;
	height: 100px;
}
#headerlinks { 
    float: left;
    margin-top: 10px;
	width: 700px;
	height: 90px;
    background: url(Titel.png) no-repeat;
}
#headerrechts { 
    float: right;
	width: 130px;
    text-align: right;
    margin-top:70px;
    margin-right: 35px;
}
#middle { 
	width: 900px;
	height: 474px;
}
#besson { 
    float: left;
	width: 150px;
	height: 90px;
    margin-top: 400px;
    margin-left: 4px;
}
#main { 
	float: right;
	width: 582px;
    margin-right: 30px;
	height: 474px;
}
#navigation { 
	width: 579px;
    height: 40px;
    margin-top: 10px;
	font-size: 11px;
}
#content { 
    color: #142609;
    color: #000;
	width: 549px;
    padding: 15px;
	height: 380px;
}
#transparency { 
	width: 549px;
    padding: 15px;
	height: 380px;
    margin: -410px 0px 0px 0px;
    background-color: #b6d198;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#footer { 
	clear: both;
	width: 900px;
	height: 20px;
	margin: 10px auto;
	text-align: center;
	font-size: 9px;
	letter-spacing: 1px;
	color: #748351;
}
#footlink {
	color: #748351;
}

/******************************************************************************/
/* Scrollbereich **************************************************************/
/******************************************************************************/
.scroll-pane {
    width:550px;
    height:374px;
    overflow:auto;
    float:left;
}

/******************************************************************************/
/* Hintergrundbilder **********************************************************/
/******************************************************************************/
.bg1 { 
    background: url(background1.jpg)
}
.bg2 { 
    background: url(background2.jpg)
}
.bg3 { 
    background: url(background3.jpg)
}
.bg4 { 
    background: url(background4.jpg)
}
.bg5 { 
    background: url(background5.jpg)
}
.bg6 { 
    background: url(background6.jpg)
}
.bg7 { 
    background: url(background7.jpg)
}

/******************************************************************************/
/* Sprachauswahl***************************************************************/
/******************************************************************************/
.language_notactive { 
    color: #142609;
    font-size: 10px;
    font-weight: normal;
}
.language_active { 
    color: #142609;
    font-size: 10px;
    font-weight: bold;
}

/******************************************************************************/
/* Navigation *****************************************************************/
/******************************************************************************/
#navigation ul { 
    list-style: none;
    margin: 0px;
    font-size: 15px;
    font-weight: bold;
}
#navigation li { 
    background-color: #b6d198;
	list-style-type: none;
    float: left;
    margin: 0px;
    width: 75px;
    height: 30px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#navigation li.current {
    height: 40px;
    font-size: 15px;
    font-weight: bold;
}
#navigation a,
#navigation a:link { 
    height: 30px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}
#navigation li.current a,
#navigation li.current a:link { 
	outline: none;
	color: #142609;
	color: #fff;
    font-size: 15px;
    font-weight: bold;
}
#navigation li.menuspacer {
    width: 9px;
    background-color: transparent;
}

/******************************************************************************/
/* MP3-Tabelle ****************************************************************/
/******************************************************************************/
.mp3table {
    width: 520px;
}
.mp3zeile {
    height: 40px;
}
.mp3spaltelinks {
    width: 150px;
}
.mp3spalterechts {
    width: 360px;
}
