/* Body */

body {
 color: #37414B;
 background-color: #cccccc;
 margin: 0px;
 font-family: "Sans","Helvetica","Verdana","Arial",sans-serif;
 font-size: 14px;
}


/* Globale Definitionen */

pre {
 font: normal 12px "Monospace", monospace;
}

img {
 border-style: none;
 margin: 0px;
}


/* Linien */

hr {
 border-style: none;
 height: 0px;
 width: 100%;
 background-color: #767F87;
}


/* Links */

a:link {
 color: #37414B;
 text-decoration: none;
}

div#inverseblock a:link {
 color: #ffffff;
 text-decoration: underline;
}

a:hover {
 color: #28C3F0;
 text-decoration: underline;
}

a:active {
 color: #28C3F0;
 text-decoration: underline;
}

a:visited {
 color: #37414B;
 text-decoration: none;
}

div#inverseblock a:visited {
 color: #ffffff;
 text-decoration: underline;
}

a:visited:hover {
 color: #28C3F0;
 text-decoration: underline;
}

a:visited:active {
 color: #28C3F0;
 text-decoration: underline;
}


/* Grafiken */

/* Logo */
img#logo {
 width:154px;
 position: relative;
 float: left;
 margin: 0px;
 margin-left: 10%;
 margin-top: 5%;
}


/* Ćerschriften */

/* Seitentitel */
h1#headtext {
 font-weight: normal;
 font-size: 35px;
 color: #0D294D;
 margin:30px;
 margin-left:10%;
 margin-bottom:0px;
 position:relative;
 float:left;
 text-align:right;
}

/* Allgemein */
h1 {
 font-size: 23px;
}

h2 {
 font-size: 20px;
 padding-left: 40px;
}

h3 {
 font-size: 17px;
 margin-top: 0px;
 margin-bottom: 0px;
}

h4 {
 font-size: 14px;
 margin-top: 0px;
 margin-bottom: 0px;
}

h5 {
 font-size: 11px;
 margin-top: 0px;
 margin-bottom: 0px;
}

h6 {
 font-size: 7px;
 margin-top: 0px;
 margin-bottom: 0px;
}

div#inverseblock {
 background-color: #8C141E;
 background-image: url('/include/logo-plusserver-header.svg');
 background-position: left;
 background-repeat: no-repeat;
 color: #ffffff;
 border: none;
 margin-top: 30px;
 text-align: center;
 font-size: 26px;
 /*font-weight: ;*/
 line-height: 64px;
}

div#inverseblock2 {
 background-color: #8C141E;
 margin: 0px;
 margin-top: 30px;
 color: #FFFFFF;
 text-align: left;
 font-size: 20px;
 line-height: 30px;
}

#header {
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}

#header-wrapper {
	background: rgba(248, 250, 252, 1.0);
	border-bottom: 1px solid #eee;
	height: 80px;
	width: 100%;
}

#header a.logo {
	position: absolute;
}

#header h1 {
	font-size: 18px;
	padding-right: 5px;
	text-align: right;
}


div#footer-wrapper {
 background: rgba(0, 6, 107, 1.0);
 width: 100%;
}

div#footer {
 /* background-color: #8C141E; 
 color: #ffffff;
 padding-left: 6px;
 padding-right: 6px;
 text-align: right;
 font-size: 12px;
 line-height: 30px; */
 
 background: rgba(0, 6, 107, 1.0);
 padding: 20px 0;
 height: 50px;
 max-width: 960px;
 margin: auto;
 position: relative;
}

div#footer a {
 color: #fff;
 text-decoration: underline;
}

div#footer a.logo {
	position: absolute;
	right: 0;
}

div#footer nav {
	padding: 10px 5px;
}

div#footer nav a,
div#footer nav a:visited {
	color: #fff;
	line-height: 20px;
	font-size: 18px;
}

a.logo img {
	width: 182px;
	padding: 5px;
}

div#content {
 background-color: #ffffff;
 padding-left: 10%;
 padding-right: 10%;
 padding-top: 30px;
 padding-bottom: 30px;
}

div#pseudoBody {
 background-color: #ffffff;
}

/* Tabellen */

table#content {
 table-layout: fixed;
 border-style: none;
 border-collapse: collapse;
 empty-cells: show;
 width: 80%;
 max-width: 960px;
}

td#content {
 vertical-align: top;
 background-color: #FFFFFF;
 padding: 0px;
 border: 0px;
}

td#content h2 {
 background-color: #37414B;
}

/* Felder */
input#flat {
 background-color:#0D294D;
 color:#BFBFBF;
 border-style:solid;
 border-width:1px;
 border-color:#3C2C18;
 font-size:102%;
}

input#flatbutton {
 background-color:#0D294D;
 color:#3C2C18;
 border-style:solid;
 border-width:1px;
 border-color:#8C6400;
 font-size:102%;
}

select#flat {
 background-color:#0D294D;
 color:#3C2C18;
 border-style:solid;
 border-width:1px;
 border-color:#8C6400;
 font-size:102%;
}

textarea#flat {
 background-color:#0D294D;
 color:#BFBFBF;
 border-style:solid;
 border-width:1px;
 border-color:#8C6400;
 font-size:102%;
}

