/*  #6699CC */

body {
	font-family: Verdana;
	font-size: 13px;
	margin: 0;
}
.header {
	background: black;
	text-align: center;
	height: 30px;
	padding-top: 10px;
	margin: 0px 0px 10px 2px;
	border: 1px dotted black;
}
.footer {
	background: #efefef;
	margin: 0px 0px 10px 2px;
	padding: 5px;
}
.trenner {
	width: 95%;
	border-top: 1px dotted #b73948;
	margin: 15px auto 15px auto;
	text-align: center;
	background: white;
}
.box {
	padding: 5px;
	margin: 0px 0px 10px 2px;
	border: 1px dotted black;
	background: white;
	line-height: 140%;
}
h1 {
	font-size: 1.1em;
}
h2 {
	font-size: 1.0em;
}
h3 {
	font-size: 0.9;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
a:link {
	text-decoration: none;
	color: #6699CC;
}
a:visited {
	text-decoration: none;
	color: #6699CC;
}
a:hover {
	text-decoration: underline;
	color: #6699CC;
}
a:active {
	text-decoration: underline;
	color: #6699CC;
}
a:link.afooter {
	background: none;
	color: #6699CC
}
a:visited.afooter {
	background: none;
	color: #6699CC
}
a:hover.afooter {
	background: none;
	color: #6699CC
}
a:active.afooter {
	background: none;
	color: #6699CC
}
a:link.atop {
	color: white;
	background: none;
	font-weight: bold;
}
a:visited.atop {
	color: white;
	background: none;
	font-weight: bold;
}
a:hover.atop {
	color: white;
	background: none;
	font-weight: bold;
}
a:active.atop {
	color: white;
	background: none;
	font-weight: bold;
}
.rund {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.border_s {
	border: 1px dotted #cccccc;
}
.high {
	background: url(/images/bg-high.gif);
	font-weight: bold;
}
.navselect {
	width: 300px;
	margin-bottom: 10px;
}
.navcol {
}
ul {
	margin: 15px;
	padding: 0;
}
.centered {
	text-align: center
}
.fett {
	font-weight: bold
}
select {
	height: 30px;
	padding-top: 5px;
	font-size: 13px;
}
.tab {
	border-collapse: collapse;
}
.ce {
	border: 1px dotted gray;
	font-size: 1.2em;
	padding: 5px;
}
.tabhead {
	font-weight: bold;
	font-size: 1.2em;
}
.cebot {
	border-bottom: 1px dotted gray;
	font-size: 1.2em;
	margin-bottom: 20px;
}
.red{color:red}