/* CSS Document */
body, html
{
	margin: 0;
	padding: 0;
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a, a:link, a:active, a:visited
{
	color: #1468B3;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
#arealeft
{
	position: absolute;
	top: 20px;
	left: 0px;
	overflow: hidden;
	float: left;
	width: 270px;
	height: 350px;
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	z-index: 1;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#contentarea
{
	position: absolute;
	top: 20px;
	right: 1px;
	float: left;
	overflow: auto;
	background-color: #CCCCCC;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 15px;
	z-index: 10;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	height: 315px;
}
#contentarea h1
{
	font-size: 14px;
	padding: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-weight: normal;
	color: #1468B3;
}
.h1contactformular
{
	font-size: 16px;
	padding: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-weight: normal;
	color: #1468B3;
}
#contentarea h2
{
	font-size: 12px;
	padding: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-weight: normal;
	color: #1468B3;
}
#topnavigation a, #topnavigation a:link, #topnavigation a:visited, #topnavigation a:active
{
	color: #1468B3;
	margin-right: 8px;
	margin-left: 2px;
	text-decoration: none;
}
#topnavigation a:hover
{
	text-decoration: underline;
}

