/* CSS 2007 Max Holtmann*/
/* English CSS: scroll down! */


/* Hintergrundfarbe via gif und Links */
body {
background-image:url(../images/gifor3.gif);
background-repeat:repeat;
background-color:#FFFFFF;
}

a {
color: #996600;
}

/* Fuer alternative Texte unter den Linkbildern und die Aktivanzeige*/
.unsichtbar {
    display:none;
	
}



/* Da ist erstmal alles drin: */
#hauptcontainer{

	width: 700px;
	position:relative;
	background-image:url(../images/hgbild.jpg);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
/* und endlich: der Inhalt ä*/
#inhalt{
	position:relative;
	width:458px;
	left: 216px;
	top: 0;
	color: black;
	font-size: 12px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:50px;
	padding-top:100px;
	
}
/* Bild und Text der linken Spalte liegen in diesem DIV */
#linkespalte{
	position:absolute;
	width:150px;
	padding-left: 20px;
	left: 0px;
	top: 78px;
}




/* Navigation */


#navigation{
	height:80px;
	position:relative;

}
/* jetzt wissen wir, wo wir grade sind: */
.aktiv{
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #996600;
}

#nav-sprache a{
	position:absolute;
	left:20px;
	top:20px;
	width:66px;
	height:11px;
	z-index:1;
	background-image:url(../images/Englisch.gif);
	background-repeat:no-repeat;
}

#nav-pers a{
	position:absolute;
	left:216px;
	top:55px;
	width:96px;
	height:11px;
	z-index:1;
	background-image:url(../images/persoenl.gif);
	background-repeat:no-repeat;
}
#nav-pers a:hover, a:active{
	border-bottom-width: thin;
	border-bottom-style:solid;
	border-bottom-color: #996600;
}


#nav-enga a{
	position:absolute;
	left:360px;
	top:55px;
	width:91px;
	height:11px;
	z-index:1;
	background-image:url(../images/Engagement.gif);
	background-repeat:no-repeat;
}
#nav-enga a:hover, a:active{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #996600;
}

#nav-repe a{
	position:absolute;
	left:490px;
	top:55px;
	width:83px;
	height:11px;
	z-index:1;
	background-image:url(../images/Programm.gif);
	background-repeat:no-repeat;
}
#nav-repe a:hover, a:active{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #996600;
}

#nav-kont a{	
	position:absolute;
	left:604px;
	top:55px;
	width:65px;
	height:11px;
	z-index:1;
	background-image:url(../images/kontakt.gif);
	background-repeat:no-repeat;
}
#nav-kont a:hover, a:active{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #996600;
}


/* Bewegung ist Musik ist Leben */

#movement{
	height:83px;
	position:relative;
}

#bewegungmusik{
	background-image:url(../images/bewegungist.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:147px;
	width:170px;
	height:40px;
	z-index:1;
	top: 115px;
}
#musikbewegung{
	background-image:url(../images/musikist.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:144px;
	width:170px;
	height:40px;
	z-index:1;
	top: 113px;
}
#lebenbewegung{
	background-image:url(../images/lebenbewegung.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:144px;
	width:170px;
	height:40px;
	z-index:1;
	top: 113px;
}


/* English */
/* English Nav */
#nav-language a{
	position:absolute;
	left:20px;
	top:20px;
	width:66px;
	height:11px;
	z-index:1;
	background-image:url(../images/Deutsch.gif);
	background-repeat:no-repeat;
}

#nav-persen a{
	position:absolute;
	left:216px;
	top:55px;
	width:72px;
	height:11px;
	z-index:1;
	background-image:url(../images/personal.gif);
	background-repeat:no-repeat;
}
#nav-persen a:hover, a:active{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #996600;
}


#nav-engaen a{
	position:absolute;
	left:360px;
	top:55px;
	width:91px;
	height:11px;
	z-index:1;
	background-image:url(../images/Engagement.gif);
	background-repeat:no-repeat;
}
#nav-engaen a:hover, a:active{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #996600;
}

#nav-repeen a{
	position:absolute;
	left:490px;
	top:55px;
	width:83px;
	height:11px;
	z-index:1;
	background-image:url(../images/Programm.gif);
	background-repeat:no-repeat;
}
#nav-repeen a:hover, a:active{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #996600;
}

#nav-konten a{	
	position:absolute;
	left:604px;
	top:55px;
	width:65px;
	height:11px;
	z-index:1;
	background-image:url(../images/contact.gif);
	background-repeat:no-repeat;
}
#nav-konten a:hover, a:active{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #996600;
}

