* {
	color: #151783;;
	background-color:#ffffff;
	font-family:sans-serif;
}

a { text-decoration:none; color:#151783; font-weight: bold; }
a:hover { color:#ff1d03; font-weight: bold; cursor: pointer; }

h1 { font-size: 1.4em; font-weight: bold; color: #151783; }
h2 { font-size: 1.2em; font-weight: bold; color: #151783; }
h3 { font-size: 1.0em; font-weight: normal; text-decoration: underline; color: #151783; }
h4 { font-size: 1.0em; font-weight: bold; color: #151783; margin-left: 75pt;}

img { border: 0; }

strong { font-weight: bold; }

.red { color: #ff1d03; }
.blue { color: #151783; }
.pointer { cursor: pointer; }
.blockschrift { text-align: justify; }

#header {
	color: #151783;
	top: 0;
	left: 0;
	min-width: 700pt;
	width: 700pt;
	margin-left: 75pt;
	padding: 10pt;
	height: 80pt;
	z-index: 0;
	}

img.header { vertical-align: top; float: right; padding: 0; margin: 0; height: 100%; }

#navi {
	position: relative;
	left: 0;
	min-width: 500pt;
	padding: 5pt;
	margin: 5pt 150pt 5pt 0;
	text-align: center;
	border: 3pt solid #151783;
	z-index: 3;
	color: #ff1d03;
	}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: 10pt;
	height: 31px;
	text-align:center;
	vertical-align: middle;
	z-index: 2;
	float: left;
	background-color: #151783;
	border-top: 5pt solid #151783;
	}

#footer span {
	color: #ffffff;
	background-color: #151783;
	text-align: center;
	font-weight: bold;
	font-size: 19pt;
	padding: 0 75pt;
	vertical-align: top;
	}
	
#footer img {
	border: 0;
	width: 88px;
	height: 31px;
	background-color: #151783;
	}

#content  {
	position:absolute;
	top: 90pt;
	left: 125pt;
	min-width: 500pt;
	padding-bottom: 30pt;
	margin: 25pt 10pt 40pt 10pt;
	z-index: 1;
	}

#content h2 { font-size: 1.2em; }
#content ul { margin-left: 125pt; }
#content li { padding: 5pt; color:#ff1d03; }
#content p { margin: 10pt 15% 10pt 75pt; line-height: 1.5em; }

li#content strong { font-weight:bold; color:#151783; }

#kontakt {
	position: relative;
	margin: 15pt 75pt;
	color: #151783;
	}

#kontakt p { text-align: center; }
#kontakt td { font-weight:bold; font-family:monospace; }
#kontakt strong { color:#ff1d03; }
#kontakt input { font-family:monospace; }
#kontakt textarea { font-family:monospace; }


.button { 
	font-weight:bold; 
	font-size: 1.1em;
	background-color:#f3f3f3;
	border: 2pt outset #151783;
	cursor: pointer;
	}
