@charset "utf-8";
/* CSS Document */
body, html {
	padding:0;
	margin:10;
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
}
#language {
	display:none;
}
#lang_de {
	display:none;
}
#lang_en {
	display:none;
}
#home_lang {
	display:none;
}
a {
	border:none;
	color:#000000;
	text-decoration:underline;
}
img {
	border:none;
}
p {
	margin-top:0;
}
/*-------- schriften ----------*/
#content h1 {
	color: #000;
	font-size:18px;
	font-weight:bold;
	margin-top:0;
}
#content h1 a {
	color: #000;
	text-decoration: none;
}
#content h2 {
	color: #000;
	font-size:16px;
	font-weight:bold;
	margin-top:0;
}
#content h2 a {
	color: #000;
	text-decoration: none;
}
#content h2.unterstrichen {
	padding: 0px 0 10px 0;
	border-bottom:1px #000 solid;
}
#content ul.ball {
	list-style:none;
	margin:0;
	padding:0;
}
#content ul {
	list-style:none;
}
#left  {
	display:none;
}
#content table td {
	vertical-align:top;
}
#content table {
	border:none;
}
#content table.tabcds {
	margin:0 0 5px 0;
	padding: 15px 0 0px 0;
	border-top:1px #221f63 solid;
}
/*-------- bilder ----------*/
#content .bild_left {
	float:left;
	margin: 0 20px 10px 0;
}
#content .bild_right {
	float:right;
	margin: 0 0 10px 20px;
}

