﻿/* CSS Document */
html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial;
	color: #000000;
	font-size: 16px;
	font-style:normal;
	font-weight:lighter;
}
#content-container {
	margin-left: 20px;
	margin-top: 122px;
}
#content h1 {
	font-size: 24px;
	font-weight:bold;
}
#content h2 {
	font-size: 21px;
	font-weight:bold;
}
#content h3 {
	font-size: 18px;
	font-weight:bold;
}
#content p {
	text-align:justify;
}
#content a {
	color: #000000;
	font-size: 16px;
	text-decoration:underline;
}
#content a:visited {
	color: #000000;
	font-size: 16px;
	text-decoration:underline;
}
#content a:hover {
	color: #000000;
	font-size: 16px;
	text-decoration:underline;
}
/* Content-Container für Bilder-Darst */
#cont-container {
	margin-left: 20px;
	margin-right: 220px;
	margin-top: 122px;
}
#cont h1 {
	font-size: 24px;
	font-weight:bold;
}
#cont h2 {
	font-size: 21px;
	font-weight:bold;
}
#cont h3 {
	font-size: 18px;
	font-weight:bold;
}
#cont p {
	text-align:justify;
}
#cont a {
	color: #000000;
	font-size: 16px;
	text-decoration:underline;
}
#cont a:visited {
	color: #000000;
	font-size: 16px;
	text-decoration:underline;
}
#cont a:hover {
	color: #000000;
	font-size: 16px;
	text-decoration:underline;
}
/* Logo Position */
#logo-container {
	position:absolute;
	top: 0px;
	left: 20px;
	width: 100%;
	height: 132px;
	margin: 0px;
	text-align:left;
}
/* Bilder Position */
#bilder-container {
	position:absolute;
	top: 112px;
	right: 0px;
	width: 180px;
	height: 100%;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 0px;
	text-align:center;
	font-size:10px;
}
/* Hauptnavigation */
#sidenavi-container {display:none;}
/* Toolbox */
#toolbox-container {display:none;}
#toolbox {display:none;}
