body {
    background-color: #e6d6c6;
/*    background-color: #ece8d2;*/
}

img {

	border: 0px;
}

div#content {
    font-family: Arial;
    font-size: 12px;
    width: 540px;/*445px;*/
    margin-top: -504px;
    margin-left: 345px;
    line-height: 20px;
    padding-bottom: 20px;
}
div#content p {
	margin-bottom: 25px;
}


div#content a:link {
	text-decoration: underline;
	color: #000000;
}
div#content a:visited {
	color: #000000;	
}
div#content a:hover {
	color: #999999;	
}
div#content a:active {
	color: #999999;	
}


div#content h1 {
    font-size: 20px;
    font-family: Georgia;
	font-weight: normal;
	line-height: 24px;
}
div#content h2 {
    font-size: 9pt;
    font-family: Georgia;
	font-weight: normal;
}
#centerbox {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    min-height: 750px;

    background-repeat: no-repeat;
    background-color: #FFF;
    background-image: url(images/background.png);
    background-position: top left;
}

#centerbox #top {
    height: 50px;
    background-color: #454545;
/*    background-color: #374e53;*/
    color: #FFF;
}

#top ul {
    width: 460px;
	margin-left: 20px;
	padding-left: 0px;
	position: absolute;
	display: inline;
	top: 25px;

}

#top ul li {
	margin-left: 0;
	padding: 2px 2px;
	list-style: none;
	display: inline;
}

#top ul li a {
    font-family: Georgia;
    font-size: 9pt;
    color: #FFF;
    text-decoration: none;
}

/* navigation highlighting for selected */
#top ul li.selected a {
    text-decoration: underline;
}

/* navigation highlighting for ancestor */
#top ul li.ancestor a {
    text-decoration: underline;
}

#top ul li a:hover {
    text-decoration: underline;
}


#room_key {
    margin-left: 500px;
}


div#centerbox div#navigation {
    margin-top: 57px;
    margin-left: 30px;
    /* background: url(images/navi_komplett.png) no-repeat;*/
    height: 500px;
}

div#navigation div {
    width: 300px;
}

div#navigation div#aktuelle_themen {
    background: url(images/aktuelle_themen.png) no-repeat;
    height: 152px;
}

div#navigation div#kurse {
    background: url(images/kurse.png) no-repeat;
    height: 116px;
}

div#navigation div#cafe {
    background: url(images/cafe.png) no-repeat;
    height: 139px;
}

div#navigation div#theater {
    background: url(images/theater.png) no-repeat;
    height: 90px;
}


div#navigation ul {
    list-style: none;
    display: inline-block;
    /*                border: 1px solid green;*/
    margin-left: 70px;
    margin-top: 36px;
    line-height: 14pt;
}

div#navigation ul li a {
    display: block;
    text-decoration: none;
    font-family: Georgia;
    font-size: 9pt;
    color: #000;
}


/* navigation highlighting for selected */
div#navigation ul li.selected a {
    text-decoration: underline;
}

/* navigation highlighting for ancestor */
div#navigation ul li.ancestor a {
    text-decoration: underline;
}


div#navigation ul li a:hover {
    text-decoration: underline;                
}            

div#aktuelle_themen ul li a {
    color: #00B25C;
}

div#kurse ul li a {
    color: #3366CC;
}


div#cafe ul li a {
    color: #ae0000;
}

div#theater ul li a {
    color: #585336;
}
.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

p.text_top img {
	vertical-align: top;
}

span.date p {
    margin-top: 0px;
}
