body {
	color: #000;
	margin: 0;
	padding: 0;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #004d91 url(pics/body_bg.png) repeat-x;
	text-align: center;
}

a {
	color: #004d91;
}

a:hover {
	color: #969798;
}

div#pagecontainer {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background: url(pics/pagecontainer_bg.png) repeat-y;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
}

div#header {
	height: 120px;
	background: url(pics/header.png) no-repeat;
	width: 780px;
}

#pageheadline {
	font-size: 10px;
	position: relative;
	top: 54px;
	left: 136px;
}


div#pagecontent {
	font-size: 10px;
	line-height: 130%;
	width: 730px;
	margin-left: 25px;
	margin-top: 10px;
}

div#marginale {
	width: 75px;
	float: left;
}

img.download_button {
	margin-top: 31px;
}	

div#maincontent {
	width: 615px;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}

div.contentrow {
	margin-bottom: 20px;
}





div.col3 {
	width: 185px;
	float: left;
}

div.col2 {
	width: 292px;
	float: left;
}


div.first, div.mid {
	margin-right: 30px;
}



div.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
	margin: 0;
}


div.language_select {
	text-align: center;
	display: block;
	margin-top: 10px;
}




div.language_select a {
	text-decoration: none;
	font-size: 1.4em;
	letter-spacing: 1px;
}







.abstand {
	margin-bottom: 20px;
}

h2, h3, h4 {
	margin-bottom: 0.5em;
	margin-top: 0;
}

h2 {
	color: #004d91;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
}
h3 {
	color: #666;
	font-weight: normal;
	font-style: normal;
	font-size: 1.6em;
	line-height: 1.4em;
}
h4 {
	font-size: 1.2em;
	color: #333;
}

p {
	font-size: 1.2em;
	line-height: 155%;
	margin-top: 0;
	margin-bottom: 1em;
	color: #333;
}

ul {
	padding: 0 0 0 12px;
	margin: 0 0 1em;
}

ul li {
	color: #333;
	line-height: 155%;
	font-size: 1.2em;
}

hr {
	height: 1px;
	border: 0px solid #ccc;
	background-color: #ccc;
	margin-bottom: 25px;
}

.compressed {
	font-family: "Arial Narrow", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


