@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #8F877A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.menu {
	font-size: 14px;
	text-transform:uppercase;
}

.menu a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.menu a:hover {
	color: #000000;
	text-decoration:none;
}
.menu a.active {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

.impressum {
	font-size: 12px;
	color: #FFFFFF;
}
.impressum a:link {
	text-decoration:none;
	color: #FFFFFF;
}
.impressum a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
.impressum a:hover {
	text-decoration:none;
	color: #FFFFFF;
}
.impressum a:active {
	color: #000000;
	text-decoration:none;
}

.header_text_us {
	color: #FFFFFF;
	font-size: 24px;
}


.content {
	color:#FFFFFF;
	font-size: 14px;
	margin-top: 15px;
	line-height: 1.5em;
}
.content a:link {
	text-decoration:none;
	color: #FFFFFF;
	border-bottom:1px dotted #FFFFFF;
	border-spacing:3px;
}
.content a:visited {
	text-decoration:none;
	color: #FFFFFF;
	border-bottom:1px dotted #FFFFFF;
	border-spacing:3px;
}
.content a:hover {
	text-decoration:none;
	color: #FFFFFF;
	border-bottom:1px dotted #FFFFFF;
	border-spacing:3px;
}
.content a:active {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom:1px dotted #FFFFFF;
	border-spacing:3px;

}

.content h1 {
	color:#000000;
	font-size: 16px;
	line-height: 1.5em;
	font-weight:bold;
}

.content h2 {
	color:#000000;
	font-size: 14px;
	line-height: 1.5em;
	font-weight:bold;
}

hr {
	border: 1px dotted #FFFFFF;
	height: 0px;
	margin: 0px;
	padding: 0;
	border-bottom: 0px;
}

h1 {
	font-size: 13px;
	color: #181B6A;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	color: #181B6A;
	font-weight: bold;
}

