body{
	font-family:Helvetia, Arial, sans-serif;
	margin:0px;
    background-color:white;
}


#body{
    margin:0px;
    padding:0px;
    background-color: #bcbcbc;
    border-bottom:2px solid black;
}

#header{
    color:black;
    background-color:#89B4C4;
    border-bottom:5px solid black;
    height:70px;
}

#pagetitle{
    position:absolute;
    margin-left:220px;
    margin-top:30px;
    font-size:20px;
    font-weight:bold;
    vertical-align:bottom;
}

#logo{
    position:absolute;
    width:210px;
}

#nav{
    width:205px;
    float:left;
}

a.menu:link, a.menu:visited, a.menu:hover, a.menu:active {
    color:#000000;
    text-decoration:none;
}

div.menu-item-selected a.menu:link, div.menu-item-selected a.menu:visited, div.menu-item-selected a.menu:hover, div.menu-item-selected a.menu:active {
    color:#000000;
    text-decoration:none;
}

div.menu-item, div.menu-item-selected {
    /* background-color:#ffffff; */
    padding-bottom:4px;
    padding-top:4px;
    padding-left:8px;
    border-bottom:5px solid #7c7c7c; 
}

div.menu-item-selected {
    background-color:#eaeaea;
    border-bottom:5px solid #7c7c7c;   
}

#info, #email {
    margin:10px;
    font-size:0.8em;
}

#content {
    margin:0px;
    padding:0px;
    padding-top:17px;
    padding-left:15px;
    margin-left:205px;
    /* border:1px dotted green; */
    background-color: #eaeaea;
}

#pageContent {
    margin-right:15px;
    margin-bottom:0px;
}

#content p.block {
    
    width:482px;
    /* border:1px solid black;
    background-color:#89b4c4; 
    padding:10px; */
}



#footer {
    clear:left;
    background-color: #ffffff;
    font-size:12px;
    padding-left:10px;
    margin-top:2px;
}

.home {
    width:500px; 
    height:233px;
	background-color: #89b4c4;
	text-align:center;
	vertical-align:middle;
	border:1px solid black;
	margin-bottom:10px;
	margin-top:10px;
}

.plakatpic {
    margin-top:10px;
    border:1px solid black;
}

.homepara {

    font-size:18pt;
    font-weight:400;

}

.backhome {
    background-image:url(./images/backhome.jpg);
}

p {color:222222;}

