@charset "utf-8";

html {
	font-size: 16px;
}

body
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: #88bbFF;
	margin: 0;
	padding: 0;
}

section
{
	margin-left: 5px;
}

aside
{
	display: inline-table;
	vertical-align: top;
	padding-left: 5em;
	padding-right:0;
	margin-bottom:0;
	padding-bottom:0;
	top:0;
	position: static;
}

article
{
	display: inline-table;
	width: 63%;
	background-color: #eee;
}

a
{
	font-size: 16px;
}

h1, h2, h3
{
	color: #333;
}

h1
{
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-top: 8px;
	padding-bottom: 8px;
}

h1 a {
	font-size: 1.2em;
}

h3
{
	font-size: 1em;
	font-weight: bold;
}

table
{
	background: #fff;
}

td
{
	font-size: 12px;
}

td.titel
{
	font-size: 2em;
	color: #050283;
	font-weight: bold;
}

th
{
	font-size: 0.81em;
	font-weight: bold;
}

p
{
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}

img
{
	border-bottom: hidden;
	text-decoration: none;
}

ul li
{
	margin-left: 20px;
	margin-bottom: 5px;
	color: #000000;
}

.col1
{
	float : left;
	width : 33%;
}

.col2
{
	width : 33%;
	float : left;
}

.col2_content
{
	margin : 0 auto 0 auto;
}


#content
{
	margin-top: 0;
}

#wrapper #header h2
{
	font-size: 0.9em;
	line-height: 1.4em;
}

#main #content table tr td ul p
{
	background-color: #FFF;
	text-align: left;
}

#reader
{
	float: none;
	width: 350px;
	padding-top: 0;
	height: 50px;
}

#wrapper
{
	width: 80vw;
	max-width: 1060px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 1rem;
}

#content, p
{
	text-align: left;
}

#footer
{
	clear: both;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	border-bottom: thin dotted;
	color: #0099FF;
}

a:active
{
	text-decoration: none;
}

.bild
{
	text-align: center;
}

.blue
{
	color: #050283;
}

.fett
{
	font-weight: bold;
}

.flag
{
	border: 0 solid;
	width: 24px;
	height: 15px;
}

#div .li
{
	list-style-type: disc;
	font-size: 0.81em;
	left: 10px;
}

.line_bottom
{
	border-bottom: #999999 thin solid;
}

.line_left
{
	border-left: thin solid #999;
}

.red
{
	color: #F00;
}

.tabelle_rahmen
{
	border: 1px solid #333333;
	font-size: 1.5em;
	color: #050283;
	font-weight: bold;
}

.zentriert
{
	text-align: center;
}

.col_row
{
	text-align: center;
}

a:hover.noline
{
	border-bottom: hidden;
}

/*--------------------------------------	/* clearfix For modern browsers */

.cf:before, .cf:after
{
	content: "";
	display: table;
}

.cf:after
{
	clear: both;
}

#wrapper #content .section
{
	width: 100%;
	font-size: small;
	text-align: left;
}

#wrapper #content .section .article
{
	width: 62%;
	text-align: left;
	padding-left: 5px;
	float: left;
	margin-bottom: 10px;
}

#wrapper #content .section .aside
{
	width: 37%;
	float: right;
	text-align: center;
	/*margin-top: 20px;*/
}

#wrapper #content .section .article p
{
	text-align: left;
}

.inline_block
{
	display: inline-block;
}
