@CHARSET "UTF-8";

/* main elements */

body {
	width: 732px;
	margin: 3px auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #505050;
}

div.center {
	width: 650px;
	margin: 0 3px;
	border-left: 30px solid #00345A;
	border-right: 30px solid #00345A;
	padding: 0px 3px;
}

div.center img.logo_left {
	margin: 30px 0 0 20px;
}

div.center img.logo_right {
	margin: 30px 20px 0px 293px;
}

div.header {
	height: 120px;
	background-color: #D7D7D7;
}

div.footer {
	height: 20px;
	background-color: #D7D7D7;
	margin-top: 20px;
}

div.footer p {
	float: right;
	margin: 2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00345A;
}

div.footer p.last {
	margin-right: 10px;
}

div.footer p a {
	text-decoration: none;
	color: #00345A;	
}

/* navigation */

div.navigation {
	height: 30px;
	background-color: #00345A;
	margin-top: 3px;
}

div.navigation_item {
	height: 30px;
	background-color: #00345A;
	float: left;
	padding: 0px 10px 0px 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.first  {
	margin-left: 10px;
}

.active {
	background-color: #FFFFFF !important;
}

div.navigation_item p {
	color: #00345A;
	margin: 6px 0px 0px 0px;
}

div.navigation_item a {
	color: #D7D7D7;
	text-decoration: none;
}

/* content */

div.content {
	min-height: 500px;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #00345A;
	margin: 30px 0px 30px 20px;
}

h1.subline {
	margin-bottom: 0px !important;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #505050;
	margin: 20px 0px 10px 20px;
}

p.subline {
	font-size: 12px;
	color: #00345A !important;
}

div.content p {
	margin: 0px 20px 20px 20px;
}

div.content img.content {
	float: right;
	margin: 0px 20px 10px 20px;
}

div.content ul li {
	list-style: square;	
	color: #00345A;
}

div.content ul li p {
	margin: 0px 0px 10px 0px;
	color: #505050;
}

div.content ul li p.disabled {
	color: #BDBDBD;
}

/* tables */

table {
	margin-left: 17px;
	border: none;
}

table.contact th {
	height: 25px;
	background-color: #D7D7D7;
	padding-left: 5px;
	width: 160px;
	text-align: left;
}

table.contact td {
	height: 20px;
	padding-left: 5px;
	width: 160px;
	text-align: left;
}

table.contact tr.headline td {
	font-weight: bold;
	height: 30px;
}

table.analyse th, table.features th {
	height: 25px;
	background-color: #D7D7D7;
	padding-left: 5px;
	width: 35px;
	text-align: left;
}

table.analyse td, table.features td {
	height: 20px;
	padding-left: 5px;
	width: 35px;
	text-align: left;
}

table.analyse td.bold, table.features td.bold {
	font-weight: bold;
}

table.features th.firstColumn {
	width: 150px;
}

table.features td {
	width: 73px;
}