* {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100.2%;
}
html.ie6 {
	height: 100%;
	overflow: hidden;
}

body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  background: #fff;
  color: #333333;
  height: 100%;
}
.mac body {
	font-size: 12px;
}

a,
a:hover,
a:active,
a:visited {
  outline: 0px;
  text-decoration: none;
  color: #363636;
}

img {
  outline: 0px;
  border: 0px;
}

h1, h2, h3, h4 {
  font-size: 12px;
}

.hide {
    display: none;
}

#background {
		position: absolute;
		left: 50%;
		margin-left: -500px;
    width: 1000px;
    overflow: hidden;
    line-height: 0px;
    height: 2000px;
    cursor: pointer;
    background: #000;
}

#background {
		position: absolute;
		left: 50%;
		margin-left: -500px;
    width: 1000px;
    overflow: hidden;
    line-height: 0px;
    height: 2000px;
    cursor: pointer;
    background: #000;
}

.ie6 #background {
		position: relative;
		margin: 0px auto;
}

.fix #background {
    position: fixed;
}
.fix #background #info {
		bottom: -50px;
}


#info {
    position: fixed;
    bottom: 0px;
    background: #fff;
    width: 1000px;
    margin-left: -500px;
    left: 50%;
    height: 50px;
    text-align: center;
    line-height: 18px;
}

.ie6 #info {
		position: absolute;
}

#info .next,
#info .previous {
    position: absolute;
    display: block;
    background: url(/images/arrows.png) no-repeat;
    width: 50px;
    height: 50px;
    top: 0px;
    text-indent: -6000px;
}
#info .previous {
    left: 0px;
    background-position: 13px center;
}

#info .next {
    right: 0px;
    background-position: -38px center;
}
#info .description {
    margin-top: 9px;
}
#info .caption {
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 9px;
    color: #424244;
    font-weight: bold;
    letter-spacing: 3px;
    font-family: Trebuchet MS;
}


.ie6 #container {
		position: absolute;
		top: 0px;
		bottom: 0px;
		right: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		overflow: auto;
		z-index: 100;
}



#page {
    position: absolute;
    width: 900px;
    left: 50%;
    margin-left: -450px;
    z-index: 1000;
}

#logo {
    position: absolute;
    display: block;
    top: 30px;
    left: 50%;
		width: 132px;
		margin-left: -66px;
    height: 192px;
    background: url(/images/logo.png) no-repeat center center;
    text-indent: -6000px;
    z-index: 100;
    cursor: pointer;
}

.ie6 #logo {
		background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/images/logo.png');
}


#header {
    position: relative;
    background: #fff;
    width: 900px;
    margin: 0px auto;
    margin-top: 255px;
    z-index: 100;    
}

#menu {
    overflow: hidden;
    padding: 33px 35px 20px;
		height: 77px;
}

#menu strong {
    text-transform: uppercase;
    font-family: Trebuchet MS;
    color: #000;
    letter-spacing: 2px;
}

#menu .sections {
		position: absolute;
		left: 37px;
    width: 1000px;
    font-family: Verdana;
}

#menu ul ul {
    margin-top: 5px;
}
#menu li {
    list-style: none;
		zoom: 1;
}
#menu li a {
    font-size: 11px;
    display: block;
    line-height: 18px;
}
.ie6 #menu li a,
.ie7 #menu li a {
		line-height: 16px;
}

#menu a.active,
#menu a:hover, 
#menu a.active strong,
#menu a:hover strong {
    color: #9b8520 !important;
}

.section {
    width: 120px;
    margin-right: 20px;
    float: left;
}
.section.entertainment {
    margin-right: 25px;
}
.section.shop {
    width: 55px;
}
.section.presse {
    width: 100px;
}


#toggle {
    position: relative;
		display: block;
    height: 16px;
    background: url(/images/toggle.png) no-repeat center top;
    margin: 0px auto;
    z-index: 1000;
    width: 900px;
    cursor: pointer;
}
#toggle:hover {
    background: url(/images/toggle.png) no-repeat center -16px;
}
.ie6 #toggle {
		cursor: default;
}


#content {
    position: relative;
    margin: 0px auto;
    z-index: 1000;
    width: 900px;
    line-height: 0px;
    background: #fff;
}


#text {
    width: 670px;
    margin: 0px auto;
    padding-top: 55px;
    padding-bottom: 100px;
    line-height: 20px;
}

#text a {
    color: #9b8520 !important;
}
#text a:hover {
		border-bottom: 1px solid #9b8520;
}

#text p {
		margin: 0px auto;
    margin-bottom: 20px;
		width: 600px;
}

#text h1 {
    text-align: center;
    text-transform: uppercase;
    width: 351px;
    height: 93px;
    margin: 0px auto;
    margin-bottom: 70px;
    text-indent: -6000px;
}
#text h2 {
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    width: 600px;
    margin: 0px auto;
}

.hr {
    border: none;
		color: #fff;
    height: 5px;
    background: url(/images/speer.png) no-repeat center center;
    width: 630px;
    margin: 0px auto;
    margin-bottom: 20px;		
		line-height: 0px;
}
.hr hr {
		display: none;
}

.hr.zickzack {
		height: 6px;
    background: url(/images/glyphs/zickzack.png) no-repeat center top !important;
}
.hr.doppelzickzack {
		height: 9px;
    background: url(/images/glyphs/doppelzickzack.png) no-repeat center top !important;
}
.hr.raute {
		height: 5px;
    background: url(/images/glyphs/raute.png) no-repeat center top !important;
}
.hr.raute-hoch {
		height: 15px;
    background: url(/images/glyphs/raute_hoch.png) no-repeat center top !important;
}
.hr.rauten {
		height: 15px;
    background: url(/images/glyphs/rauten.png) no-repeat center top !important;
}


h1.home { background: url(/images/headlines/home.png) no-repeat center center; }
h1.koenig { background: url(/images/headlines/koenig.png) no-repeat center center; }
h1.koenig-geschichte { background: url(/images/headlines/koenig-geschichte.png) no-repeat center center; }
h1.koenig-aufgaben { background: url(/images/headlines/koenig-aufgaben.png) no-repeat center center; }
h1.volk { background: url(/images/headlines/volk.png) no-repeat center center; }
h1.volk-ghana-ewe { background: url(/images/headlines/volk-ghana-ewe.png) no-repeat center center; }
h1.volk-problematik { background: url(/images/headlines/volk-problematik.png) no-repeat center center; }
h1.projekte { background: url(/images/headlines/projekte.png) no-repeat center center; }
h1.projekte-hilfsprojekte { background: url(/images/headlines/projekte-hilfsprojekte.png) no-repeat center center; }
h1.projekte-spenden { background: url(/images/headlines/projekte-spenden.png) no-repeat center center; }
h1.entertainment { background: url(/images/headlines/entertainment.png) no-repeat center center; }
h1.entertainment-buchung { background: url(/images/headlines/entertainment-buchung.png) no-repeat center center; }
h1.entertainment-hoerprobe { background: url(/images/headlines/entertainment-hoerprobe.png) no-repeat center center; }
h1.entertainment-videos { background: url(/images/headlines/entertainment-videos.png) no-repeat center center; }
h1.shop { background: url(/images/headlines/shop.png) no-repeat center center; }
h1.presse { background: url(/images/headlines/presse.png) no-repeat center center; }
h1.presse-downloads { background: url(/images/headlines/presse-downloads.png) no-repeat center center; }
h1.presse-pressespiegel { background: url(/images/headlines/presse-pressespiegel.png) no-repeat center center; }
h1.kontakt { background: url(/images/headlines/kontakt.png) no-repeat center center; }
h1.kontakt-partner { background: url(/images/headlines/kontakt-partner.png) no-repeat center center; }
h1.impressum { background: url(/images/headlines/impressum.png) no-repeat center center; }


#to-top {
    display: block;
    width: 82px;
    height: 102px;
    background: url(/images/top.png) no-repeat center top;
    margin: 0px auto;
    text-indent: -6000px;
		padding-bottom: 42px;
}
#to-top:hover {
		border: none !important;
}

#impressum {
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		width: 100%;
		z-index: 1000;
    background: url(/images/impressum.png) no-repeat center top;
    height: 15px;
    padding: 0px;
    line-height: 0px;
    text-indent: -6000px;
}
#impressum:hover {
    background: url(/images/impressum.png) no-repeat center -15px;
}

#image,
.image {
    overflow: hidden;
    width: 670px;
    line-height: 0px;
    text-align: center;
}
.image img,
#image img {
    max-width: 670px;
}



#partners {
    margin-top: 20px;
}

#partners a {
    color: #9b8520 !important;
}
#partners a:hover {
		border-bottom: 1px solid #9b8520;
}


#partners .partner,
.daten {
		position: relative;
		width: 600px;
		margin: 0px auto;
		height: 113px;
}
.daten .meta,
.partner .meta {
		position: absolute;
		left: 190px;
		top: 14px;
    line-height: 20px;
}
.daten h2,
.partner h2 {
    font-family: Trebuchet MS;
    font-size: 11px;
    letter-spacing: 1px !important;
    margin-top: 5px;
}

#text .daten h2 a,
#text .partner h2 a {
		color: #000 !important;
}
#text .daten h2 a:hover,
#text .partner h2 a:hover {
		color: #000 !important;
		border: none !important;
}

#text .daten .image:hover,
#text .partner .image:hover {
		color: #000 !important;
		border: none !important;
}


.daten .image,
.partner .image {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 139px;
}
.daten p,
.partner p {		
    margin-bottom: 0px !important;
}

.daten h2 {
	margin-top: 16px;
}


.video {
	text-align: center;
}
