
body
{
	background: url(../img/bg-body.jpg) top center;
	font-family: Arial;
	color: #515151;
	font-size: 13px;
}

#content
{
	width: 400px;
	padding: 5px 0 0 185px;
	position: absolute;
	top: 144px;
	left: 50%;
	margin-left: -208px;
	font-size: 15px;
	line-height: 150%;
}
#content a
{
	color: #515151;
	text-decoration: none;
}
#head
{
	position: absolute;
	top: 0;
	left: 0;
}
#stempel #head
{
	left: -15px;
}
#beschriftungen #head
{
	left: -5px;
}
#footer
{
	margin-left: -185px;
}
#content ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#content li
{
	padding-left: 10px;
	background: url(../img/bg-li.gif) top left no-repeat;
	margin: 0;
}
#footer a
{
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
	display: block;
	border-top: 2px dotted #505050; 
	font-size: 13px;
	text-align: right;
}
p.redserif
{
	color: #d91b1c;
	font-family: Georgia, Garamond, Times, 'Times New Roman', serif;
}
.red
{
	color: #d91b1c;
}
#header
{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -394px;
	width: 789px;
	height: 155px;
	background: url(../img/header.gif) top left no-repeat;
	text-indent: -99999em; 
	outline: none;
}

#menu
{
	margin: 0;
	list-style: none;
	padding: 0;
	width: 163px;
	position: absolute;
	left: 50%;
	top: 170px;	
	margin-left: -394px;
	border-bottom: 2px dotted #505050; 
}

#menu li
{
	border-top: 2px dotted #505050; 
}
#menu li a
{
	padding: 10px 0 10px 25px;
	display: block;
	color: #515151;
	text-decoration: none;
	margin: 0;
}
#menu li a:hover,
#menu li.active a
{
	color: #d91b1c;
}
#callback
{
	width: 163px;
	position: absolute;
	left: 50%;
	top: 38em;		
	margin-left: -394px;
}
#btn-callback
{
	display: block;
	width: 224px;
	height: 60px;
	position: relative;
	left: -61px;
	background: url(../img/btn-callback.gif);
	text-indent: -99999em;
	outline: none;
}
#callbackform
{
	width: 158px;
	padding: 10px 0 10px 5px;
	font-size: 11px;
	border-bottom: 10px solid #d91b1c;
}

#callbackform input[type=text]
{
	border: 1px solid #515151;
	font-size: 11px;
	color: #515151;
	padding: 1px;
	width: 154px;
	margin-bottom: 5px;
}
#callbackform select
{
	border: 1px solid #515151;
	font-size: 11px;
	color: #515151;
	padding: 1px;
	width: 70px;
}
#callbackform input[type=submit]
{
	border: 1px solid #515151;
	font-size: 11px;
	color: #515151;
	padding: 1px;
	width: 70px;
	margin-top: 5px;
}
