body {
	margin: 0;
	padding: 0;
	font-family:bitstream vera sans, arial;
}

#all {
	margin: auto;
	width: 60em;
}

#header {
/* 	background-color: #6D95B9; */
/* 	border-bottom: 3px solid #FF0000; */
	width: 100%;
	height: 230px;
/* 	background: url(testhintergrund.jpg) 0 0; */
/* 	padding-top: 50px; */
}

#header-navi {
/* 	background: url(background-halbtransparent.png); */
/* 	height: 80px; */
}

#header-navi ul {
	margin-left: 10em;
	padding-top: 2em;
	list-style: none;
}

#header-navi ul li {
	margin-top: 35px;
	float: left;
	margin-left: 1em;
/* 	border-bottom: 0.2em dashed #6D95B9; */
}

/*#header-navi ul li:hover {
	border-bottom: 0.2em dashed black;
}*/

#header-navi ul li a {
	color: #6D95B9;
	text-decoration: none;
	font-size: 70%;
	font-weight: bold;
	text-transform:uppercase;
}

#header-navi ul li a:hover {
	color: black;
}

#header-navi ul li.cur {
	border-bottom: 0.2em solid #6D95B9;
}

#header-navi ul li.cur:hover {
	border-bottom: 0.2em solid black;
}

#navilinks {
	width: 11em;
	float: left;
	padding-top: 1.5em;
}

#navilinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navilinks ul li {
	margin-top: 0.5em;
}

#navilinks ul li a {
	color: #6D95B9;
	text-decoration: none;
	font-size: 70%;
	text-transform:uppercase;
}

#navilinks ul li a:hover {
	color: black;
}

#content {
	margin-left: 11.5em;
	padding: 1.5em 0 2em 0;
	width: 35em;
}

#content p {
	line-height:1.4;
}

#footer {
	background-color: #6D95B9;
	padding: 1em;
	height: 3em;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul li {
	float: right;
	margin-left: 1em;
}

#footer ul li a {
	color: white;
	text-decoration: none;
	font-size: 80%;
	text-transform:uppercase;
	border-bottom: 1px dotted white;
}

#footer ul li a:hover {
	color: black;
	border-bottom: 1px dotted black;
}

.clearer {
	clear: both;
	border: 0;
	display: none;
}

.textbox-links {
	float: left;
	width: 49%;
	margin: 0;
	padding: 0;
}

.textbox-rechts {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 120%;
	font-weight: normal;
	color: #6D95B9;
	padding: 0;
	margin: 0;
} 

.no {
	display: none;
}

#sprachumschalter a {
	float: right;
}

#sprachumschalter a img {
	border: 0;
}

#content-links a.download {
	text-decoration: none;
	color: black;
	border-bottom: dotted 1px black;
	font-size: 90%;
	margin-left: 1em;
}