body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF
}
#navigation
{
	position: absolute;
	left: 20px;
	top: 170px;
	width: 200 px;
	line-height: 1.6;
	z-index: 2;
}
#navigation ul li
{
	list-style-type: none;
	list-style-image: none;
}
#navigation ul li a
{
	text-decoration:none;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #333333;
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px
}
#navigation ul li a:hover
{
	color: #C13828;
	border-color: #C13828 #C13828 #C12838 #C12838;
	border-style: dotted;
	background-color: #DCDCDC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px
}
#navigation ul li li a
{
	font-size: 14px;
}
#content
{
	position: absolute;
	left: 400px;
	top: 150px;
	max-width: 60%;
	background-color: #E6E6FF;
}
#content p
{
	font-size: 12px;
	text-align: justify;
	/*border-color: #C13828 #C13828 #C12838 #C12838;
	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;*/
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#content h1
{
	font-size: 16px;
	text-align: center;
}
#content h2
{
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}
#content a
{
	text-decoration: none;
	color: #C13828;
}
#content a:hover
{
	text-decoration: none;
	background-color: #FFFFFF;
	color: #333333;
}
#contactimprintmail
{
	position: absolute;
	right: 40px;
	top: 100px;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #C13828;
	border-top-width:0px;
	z-index: 3;
}
#contactimprintmail a
{
	text-decoration: none;
	color: #C13828;
}
#contactimprintmail a:hover
{
	text-decoration: none;
	background-color: #FFFFFF;
	color: #333333;
}
.headright
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: absolute; 
	right: 0%;
	top: 0%;
	z-index: 1;
}
.headleft
{
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: 2;
}
.footerimg
{
	position: absolute;
	left: 60px;
	bottom: 50px;
	z-index: 1;
}
