body {
	background: #fff;
	padding-bottom: 20px;
}
input, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
strong {
	font-weight: bold;
}
em 	{
	font-style: italic;
}
.clear {
	clear: both;
}
h1	{
	font-size: 16px;	
	margin: 10px 10px 20px;
	font-weight: bold;
}
h2	{	
	font-size: 13px;
	line-height: 17px;
	padding: 2px 0 2px 15px;
}
p {
	font-size: 13px;
	color: #000000;
	margin: 10px;
	line-height: 17px;
}
/* = = = = = = 
DIVS 
*/
#wrapper {
	width: 780px;
	margin: 0px auto;
}
#contentborder {
	background: #CBC1B7;
	padding: 15px 14px 10px;
}
#content {
	background: #fff;		
	border: 1px solid #644FAA;
	position: relative;
	z-index: 5;
}
/* = = = = = = 
Header
*/
#header img {
	float: left;
	margin-top: 10px;
}
#header select  {
	float: right;	
	margin-top: 25px;
	background: #5B536F;
	color: #fff;
}
#header ul {
	clear: right;
	float: right;
	list-style-type: none;
	margin-top: 35px;	
}
#header ul li {
	float: left;	
}
#header ul li a {
	text-decoration: none;
	padding: 8px 10px 4px;
	color: #999999;
	font-size: 12px;
	display: block;
}
#header ul li a:hover {
	background-color: #e2ddd8;
}
/* = = = = = = 
Footer
*/
#contentborder p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	margin-top: 10px;
}
/* = = = = = = 
Navi
*/
#navigation {
	background: #605773;
	list-style-type: none;
	text-align: center;
	height: 25px;
	border-bottom: 1px solid #F2ECE0;
	margin-top: 1px;
}
#navigation li {
	display: inline;
}
#navigation li a {
	color: #fff;
	text-decoration: none;
	border: 1px solid #605773;
	padding: 2px 5px;
	font-size: 11px;
	line-height: 22px;
}
#navigation li a:hover {
	border: 1px solid #cbc1b6;
}
/* = = = = = = 
Site: index
*/
p#overlay {
	position: absolute;
	top: 20px;
	left: 45px;
	z-index: 10;
	color: #000;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	font-style: italic;
}
/* = = = = = = 
Site: impressum
*/
.text {
	padding: 0 10px 20px;
}
div#content p {
	color: #000;
	text-align: left;
}
div#content h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}