body {
	background-color: #235965;
	font-family: sans-serif;
	color: #ffffff;
	margin: 20px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #38a8da;
}

a:hover {
	text-decoration: underline;
}

span.nowrap {
	white-space: nowrap;
}

input, button, textarea {
	border-style: solid;
	border-width: 1px;
}

input[disabled],
textarea[disabled],
select[disabled] {
	border-color: #003060;
}

div.content_column table textarea {
	width: 100%;
}

div.content_column div.headline_box {
	margin: 10px 0px 30px 0px;
	background-color: #1a4049;
	padding: 15px 17px;
	border-radius: 10px;
}

div.content_column #headline {
	color: #38A8DA;
	margin: 0px 0px 5px 0px;
	font-size: 40px;
	font-family: monospace;
	letter-spacing: -1px;
	font-weight: normal;
	border-bottom: 1px #C3C4C5 solid;
}

div.content_column span.headline_sub {
}

/* navi */

div.sidebar_column {
	width: 223px;
}

div.sidebar {
	text-align: right;
    font-family: monospace;
	background-color: #0c1e22;
	border-radius: 0px 0px 10px 10px;

	/* to keep the margin of the menu's very last li from collapsing
	 * with the sidebar's margin, keeping the effect */
	display: inline-block;
	width: 100%;
}

div.menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

div.menu ul li {
	display: block;
	margin: 3px 3px;
	font-size: 15px;
	background: #1a4049;
}

div.menu ul li:hover {
    background: #112a30;
}

div.menu ul li a {
	padding: 5px 10px 5px 10px;
	display: block;
}

div.menu ul li a:hover {
	text-decoration: none;
}

div.sidebar div.sidebaritem:last-child ul li:last-child {
    border-radius: 0px 0px 7px 7px;
}

div#status_box {
	/* to keep the margin of the childs from
	 * collapsing with this box's margin */
	display: inline-block;
	width: 100%;

	margin-top: 30px;
	border-radius: 10px;
	background-color: #0c1e22;
	display: none;
}

div#status_box div {
	margin: 3px;
	border-radius: 7px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}
div#status_open {
	background-color: #0F700A;
	display: none;
}
div#status_closed {
	background-color: #890C0F;
	display: none;
}
/* psst, geheim halten und anderen die Überraschung lassen */
div#status_congress {
	background-color: #8A6C0D;
	display: none;
}

/* search */

div.search {
	margin: 10px;
}

div.search form {
	display: flex;
}

input.sub {
	border-color: #D3DEE0;
	background:  -moz-linear-gradient(top, #112a30, #1a4049);
	font-size: 15px;
	color: #FFF;
	cursor: pointer;
}

div.searchbox_wrapper {
	flex-grow: 1;
}

input.searchbox {
	background-color: #1a4049;
    color: white;
	border-bottom-color: #FFF;
	width: 100%;
}

input.searchbox:hover {
	cursor: text;
	background-color: #1a4049;
	/*background:  -moz-linear-gradient(top, #1a4049, #1a4049);*/
}

div.sidebar div.black-logo-box {
    background: #000;
    max-height: 180px;
}
div.sidebar div.author_date {
	margin: 10px;
}

div.sidebar div.sidebaritem h3 {
	color: #c3c4c5;
	font-size: 20px;
	margin: 0px;
}

div.sidebar div.sidebaritem h4 {
	color: #fff;
	font-size: 14px;
	margin: 0px;
}

div.sidebar div.sidebaritem ul.author {
	display: inline;
    margin: 0;
    padding: 0;
}

div.sidebar div.sidebaritem ul.author li {
	display: inline;
}

div.sidebar div.sidebaritem ul.author li:not(:last-child):after {
	content: ", "
}

div.content_column {
	width: 800px;
	margin: 0px 0px 0px 40px;
}

div.body {
	padding: 30px;
    background-color: #1a4049;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

div.body > ul {
    clear: both;
}

div.content_column h1 {
	color: #c3c4c5;
	padding: 0px;
	font-size: 130%;
}

div.content_column h1:first-child, div.content_column h2:first-child {
	margin-top: 0px;
}

div.content_column h2 {
	color: #fff;
	font-size: 100%;
    border-bottom-style: inherit;
    border-bottom-color: #fff;
    border-bottom-width: 1px;
}

div.content_column p {
	margin: 0px;
	text-align: justify;
}

div.content_column p + p {
	margin-top: 10px;
}

div.body p img {
	float: left;
	margin: 10px;
	max-width: 100%;
}

div.content_column div.deprecated_notice {
	color: red;
	border-color: red;
	border-style: dashed;
	border-width: 2px;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 110%;
	background-color: white;
}

p {
	clear: left;
}

