#alles {
	position: absolute;
         top: 50%;
         left:50%;
         width: 800px;
         height: 543px;
         margin: -251px 0 0 -380px;
         background-image:url('../img/back.jpg');
}

#content {
         position: relative;
         float: right;
         top:8px;
         right: 66px;
         width: 470px;
         height: 455px;
         overflow: auto;
         text-align: justify;
}

#navi {
         position: relative;
         float:right;
         top:8px;
         right: 66px;
         width: 204px;
         height: 455px;
}


a#aktuelles, a#aktuellesact {
	position: relative;
         display:block;
         width: 98px;
         height: 29px;
         margin: 0 auto;
         background: url('../img/aktuelles.gif') no-repeat 0 0;
}
a#wortfetzen, a#wortfetzenact {
	position: relative;
         display:block;
         margin: 0 auto;
         width: 98px;
         height: 29px;
         background: url('../img/wortfetzen.gif') no-repeat 0 0;
}
a#horspiel, a#horspielact {
	position: relative;
         display:block;
         margin: 0 auto;
         width: 98px;
         height: 29px;
         background: url('../img/horspiel.gif') no-repeat 0 0;
}
a#katzentiere, a#katzentiereact {
	position: relative;
         display:block;
         margin: 0 auto;
         width: 98px;
         height: 29px;
         background: url('../img/katzentiere.gif') no-repeat 0 0;
}
a#milchshake, a#milchshakeact {
	position: relative;
         display:block;
         margin: 0 auto;
         width: 98px;
         height: 29px;
         background: url('../img/milchshake.gif') no-repeat 0 0;
}

a#aktuelles:hover, a#wortfetzen:hover, a#horspiel:hover, a#katzentiere:hover, a#milchshake:hover, a#milchshakeact, a#katzentiereact, a#horspielact, a#wortfetzenact, a#aktuellesact {
	background-position: 0px -29px;
}

a#aktuelles p, a#wortfetzen p, a#horspiel p, a#katzentiere p, a#milchshake p, a#aktuellesact p, a#wortfetzenact p, a#horspielact p, a#katzentiereact p, a#milchshakeact p, a#imp p {
	display: none;
}

ul#navi1 {
	margin: 35px 0 0 3px;
	padding: 0px;
	list-style-type: none;
}

li {
margin-top:5px;
}

a img#imp {
         position: absolute;
         left: 50%;
         margin-left: -30px;
         border: 0;
         bottom: 2px;
         width: 60px;
         height: 17px;
         background: url('../img/imp.gif') no-repeat 0 0;
}

h2 {
         font-family: arial;
         margin: .8em 0 .5em 1em;
         font-size: 1.3em;
         color: #3c4259;
}

h3 {
         font-family: arial;
         font-size: .8em;
         color: #3c4259;
         line-height: 1.6em;
         margin: 0;
} 

h3 a {
         font-family: arial;
         font-size: 1em;
         font-weight: bold;
         color: #3c4259;
         margin: 0;
}

p {
         font-family: arial;
         font-size: .8em;
         color: #000000;
         margin: 0;
         margin-top: .2em;
         padding: 0;
         line-height: 1.35em;
}


a.erstes {
         float: left;
         margin-left: 55px;
}

a.zweites {
         float: right;
         margin-right: 55px;
}

a.erstes, a.zweites, a.drittes {
         font-size: 1.2em;
         text-decoration: none;
         color: #3c4259;
}

a.erstes img, a.zweites img, a.drittes img {
         border: 0;
}

a.erstes:hover p, a.zweites:hover p, a.drittes:hover p {
         text-decoration: underline;
}


.milk a img {
         float: left;
         margin-right: 12px;
         border: 0;
}

.milk img {
         float: left;
         margin-right: 12px;
}


.art-top {
         width: 470px;
         height: 18px;
         background: url('../img/16.jpg') no-repeat;
}

.art-mid {
         width: 470px;
         background: url('../img/17.jpg') repeat-y;
}

.art-bot {
         width: 470px;
         height: 18px;
         background: url('../img/18.jpg') no-repeat;
}

.art-mid p, .art-mid h3 {
         padding: 0 1.7em;
}

.art-mid p a {
         color: #3c4259;
}

.art-mid a img {
         padding: .5em .5em .5em 1.5em;
         float: left;
         border: 0;
}


/****************** SLIMBOX ******************/


#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: url('../img/loading.gif') #fff no-repeat center;
}

#lbImage {
	position: absolute;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('../img/prevlabel.gif') no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('../img/nextlabel.gif') no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url('../img/closelabel.gif') no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
       font-family: arial;
       color: #4b4a4a;
       font-size: 1.1em;
       font-weight: bold;
       text-transform: uppercase;
       padding-top: 8px;
       margin-right: 71px;
       margin-left: 25px;
}

#lbCaption {
	font-weight: bold;
}

