body {
margin-right: auto;
margin-left: auto;
font:100% Constantia, Optima, Helvetica, sans-serif;
background-color: white;
}

#metacontainer {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	background-color: white;
}

#container {
margin-left: 20px;
margin-bottom: 10px;
margin-right: auto;
margin-top: 5px;
float: left;
background-color:#ffffff;
width:700px;
}


#floatright {
max-width: 3in;
float:right;
text-align:right;
}


/* banner */

#banner {
    width: 100%;
    height: 227px;
    opacity: 0.7;
    background-image: url('Koln.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    border: 2px solid #4b5c99;
}


/* navbar */

#navbar {
list-style-position: outside;
float: left;
background-color:inherit;
font-color:#000000;
width: 100px;
border-right:2px solid #183048;
}

#navbar a {
color: #b7750a;
text-decoration:none;
}

#navbar ul {
text-align:right;
margin-left:-30px;
margin-right:10px;
}

#navbar li {
list-style:none;
}


/*content*/

#content {
padding-right: 0px;
padding-left: 0px;
margin-right: 0px;
margin-left: 0px;
color:#000000;/*color:#102038;*/
width: 700px;
}

#content a {
	color: #4b5c99;
	text-decoration: none;
}
#content h3 {
margin-top: 16px;
margin-bottom: 2px;
}

#content h4 {
font-style: normal;
font-weight: normal;
font-size: 11pt;
margin-top:2px;
margin-bottom:2px;
}

#pic {
position:center;
height: 188px;
width: 250px;
border: 1px solid #183048;
}


/*header*/

#header {
font-size: 15pt;
padding-right: 5px;
background-color:inherit;
padding-left: 0px;
padding-bottom: 5px;
padding-top: 5px;
margin-bottom: 5px;/*-1em;*/
}

#header h1 {
font-size: 22pt;
margin-bottom:-5px;
margin-top:-5px;
}

#header h2 {
font-size: 16pt;
margin-top:0px;
margin-bottom:0px;
}

#header h3 {
font-size: 14pt;
margin-top: 0px;
margin-bottom:0px;
}

#header h4 {
font-style: normal;
font-weight: normal;
font-size: 12pt;
margin-top:0px;
margin-bottom:0px;
}

#header p {
margin:0;
font-size:75%;
}


/* footer */

#footer {
height:100px;
padding-top:20px;
background-color:inherit;
clear:both;
}

#footer p {
margin:0;
font-size:70%;
}




#box {
	padding-right: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: rgba(199, 230, 242, 0.2);
}

#content h5 {
	font-style: normal;
	font-weight: normal;
	font-size: small;
	margin-bottom: 2px;
	margin-top: 2px;
}

