body {
background-color: #353535;
}

#alles {
position:absolute;
left: 50%;
top: 50%;
margin-left: -355px;
margin-top: -241px;
width: 710px;
height: 482px;
background-color: #f5f2e3;
}

#closeyes {
position:relative;
top:0px;
left:0px;
padding:0;
margin:0;
float:left;
width:69px;
height:482px;
background-image:url('../img/closeyes.gif');
}

#navi {
position: relative;
float:right;
width: 641px;
height: 25px;
background-color: #97725a;
}

#content {
position: relative;
float: left;
top:0px;
padding:0px;
margin:0px;
width: 641px;
height: 457px;
overflow:auto;
}

#mathilda {
position: absolute;
bottom:0px;
right:0px;
width:392px;
height:599px;
background-image:url('../img/bild.gif');
z-index:2;
}

div.termin {
position: relative;
border: solid 2px #353535;
margin:20px;
background-color: #97725a;
}

div.termin p {
color: #f5f2e3;
font-size: 12px;
font-family: arial;
margin:8px;
font-weight:bold;
}

div.termin h5 {
color: #f5f2e3;
font-size: 13px;
font-family: arial;
margin:8px;
font-weight:bold;
}

p {
color: #353535;
font-size: 12px;
font-family: arial;
margin:20px;
margin-top:8px;
margin-right: 30px;
font-weight:bold;
text-align:justify;
}
h1 {
color: #353535;
font-size: 18px;
font-family: arial;
margin:20px;
}

h2 {
color: #353535;
font-size: 15px;
font-family: arial;
margin:20px;
margin-top:5px;
margin-bottom:5px;
}

ul {
margin:0px;
margin-top:2px;
padding:0px;
}

li {
display:inline;
}

li a {
display:inline;
font-size: .75em;
font-family: arial;
font-weight:bold;
color: #f5f2e3;
text-decoration:none;
margin:0px 25px 0px 25px;
}

li a:hover {
display:inline;
font-size: .75em;
font-family: arial;
font-weight:bold;
color: #f5f2e3;
text-decoration:underline;
}

li a:active {
display:inline;
font-size: .75em;
font-family: arial;
font-weight:bold;
color: #f5f2e3;
text-decoration:underline;
}

li a:visited {
display:inline;
font-size: .75em;
font-family: arial;
font-weight:bold;
color: #f5f2e3;
}

li a.act {
text-decoration:underline;
}

a.content {
color: #353535;
font-size: 12px;
font-family: arial;
font-weight:bold;
text-decoration:underline;
}

a.termin {
color: #f5f2e3;
font-size: 12px;
font-family: arial;
font-weight:bold;
text-decoration:underline;
}

td p {
margin:8px;
margin-left: 20px;
}

img.bild {
margin-left:10px;
margin-right:10px;
}

#gomodo {
position: absolute;
left: 50%;
margin-left: -75px;
bottom: 10px;
width: 150px;
height: 1em;
}
#gomodo a:link {
color: #ffffff;
font-size: .7em;
font-family: arial;
text-align: center;
}
#gomodo a:hover {
color: #ffffff;
font-size: .7em;
font-family: arial;
text-align: center;
text-decoration: underline;
}
#gomodo a:active {
color: #ffffff;
font-size: .7em;
font-family: arial;
text-align: center;
text-decoration: underline;
}
#gomodo a:visited {
color: #ffffff;
font-size: .7em;
font-family: arial;
text-align: center;
text-decoration: underline;
}



/* 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: #fff url(loading.gif) 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(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(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(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}