body {
	background-color: #F9FCF9;
	}

.blueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #005A9C;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005A9C;
	line-height: 18px;
}

.whiteNoUl {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;
}

.blueBg {
	background-color: #005A9C;
}

table.layout {
margin: 0px;
}

table.layout td.menu, table.layout td.content{
	padding: 20px;
}

table.layout td.content{
	padding-top: 85px;
}

a, td, p, div, li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}

.blueBg a:hover	{
	color: #FFC296;
}

li {
	list-style-image: url(/images/arrow.gif);
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #005A9C;
	margin-bottom: 5px;
	border-bottom: 1px solid;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-Height: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

p, ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.trenner {
	border-top:  1px solid #BBBBBB;
	margin: 10px 0px 10px 0px;
 }