@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, li, div span, textfield, input {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}
img, a img {
	border: none;
}
p {
	margin-bottom: 5px;
}
h1 {
	font: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
}
ul {
	list-style: circle;}
a:link {
	color: #000;
	text-decoration: underline;
	}
a:active {
	color: #000;
	text-decoration: underline;
	}
a:visited {
	color: #000;
	text-decoration: underline;
	}
a:hover {
	color: #207bbb;
	text-decoration: none;
	}

#lang span {
	color: #CCCCCC;
	font-size: 10px;
}
#lang span a {
	text-decoration: none;
	color: #666666;
}
#lang span a:hover {
	color: #F5A300;
}

#nav ul li a {
	color: #FFF;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #9cd6ff;
}
#address, #address a {
	color: #777;
}
ul {
	list-style: outside disc;
	font-weight: bold;
	margin-left: 13px;
}
.abstand {
	font-weight: bold;
}
.contenttable p.bodytext {
	margin: 0 10px 0 0;
	padding: 0;
}
#nav ul li a.active {
	color: #000000;
	font-weight: bold;
}
.nav_sub li a.active {
	color: #207bbb;
	font-weight: bold;
}


