body{
	background-color:#bbb;
	/*background: url("background-gradient.png") repeat-x scroll 0 0 #bbb;*/
	margin:0;
	font-family:"DejaVu Serif","Bitstream Vera Serif",Georgia,serif;
	vertical-align:baseline;
}
body, #navi ul,#navi li, li.active, #content, #content_wide, .image, .infos, .language, img{
	padding:0;
}
#navi,p,ul,ol,table{
	background-color:#fff;
}
#fixed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0;
	margin:0;
	z-index:2;
}
#fixed[id]{/*workaround for a bug in IE 6*/
	position:fixed;
}
#navi{
	position:absolute;
	margin:5px;
	padding:5px;
	width:11em;
	border:0;
	overflow:hidden;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	/*-moz-box-shadow:inset 1px 1px 10px #900;*/
	z-index:2;
}
#navi ul{
	color:#900;
	margin:0 0 0 1em;
}
#navi li,li.active{
	list-style-position:outside;
	margin:0;
	font-size:0.94em;
	line-height:1.2em;
}
#navi li	{
	list-style-type:circle;
}
#navi li.active	{
	list-style-type:disc;
}
#content,#content_wide{
	margin: 5px 5px 5px 13em;
	z-index:1;
}
#content{
	max-width:800px;
}
/* fuer iframe und tabellen,die etwas groesser seien duerfen*/
#content_wide{
	max-width:1200px;
}
#footer{
	margin:40px 0 0 0;
	color:#333;
	padding:1em 0 1em 0;
	font-size:0.9em;
	line-height:1.3em;
	text-align:center;
}
h1,h2,h3{
	color:#fff;
	line-height:1em;
	background-color:#900;
	text-decoration:none;
	/*letter-spacing:0.1em;*/
	overflow:hidden;
	padding:15px 15px 5px 15px;
	-webkit-border-radius:12px 12px 0 0;
	-moz-border-radius:12px 12px 0 0;
	border-radius:12px 12px 0 0;
	text-shadow:2px 2px 8px #222;
	/*-moz-box-shadow:0 1px 20px #000;*/
}
h1{
	font-size:2em;
	margin:0 0 10px 0;
}
h2,h3{
	margin:25px 0 10px 0;
}
h2{
	font-size:1.5em;
}
h3{
	font-size:1.3em;
}
p,ul,ol{
	font-size:1em;
	line-height:1.5em;
	padding:10px 5px 10px 12px;
	margin:-10px 0 -10px 0;
	-webkit-border-radius:0 0 12px 12px;
	-moz-border-radius:0 0 12px 12px;
	border-radius:0 0 12px 12px;
}
.width_small,.image,.infos{
	float:left;
	margin:-10px 20px 10px 0;
}
.width_small{
	max-width:500px;
	width:60%;
}
.image,.infos,.language{
	background-color:transparent;
}
.image{
	width:200px;
	margin:10px 0 0 0;
}
.infos{
	width:20%;
	margin:1px 0 0 0;
}
.language{
	margin:0 0 0.7em 0;
	font-size:0.9em;
	font-variant:small-caps;
	line-height:1em;
}
.black{
	background-color:#000;
}
li{
	margin-left:20px;
	list-style-position:outside;
}
table{
	margin:20px 0 20px 0;
}
table.secmua,td,th,tr{
	border:1px solid black;
	border-collapse:collapse;
	border-spacing:0;
	line-height:1.3em;
}
th,td{
	padding: 0.2em;
}
th{
	font-size:0.9em;
}
td{
	font-size:0.8em;
}
abbr{
	border-bottom:1px dashed #000;
	cursor:help;
}
strong{
	font-weight:600;
	color:#900;
	background-color:transparent;
}
img{
	border:0;
	margin:0;
}
div,br{
	clear:left;
}
a.nohover:link,a.nohover:visited,a.nohover:hover,a.nohover:active{
	background-color:transparent;
	border:0;
	margin:0 10px 0 0;
}
a.ext,a.ext:visited {
	padding: 0 0 0 20px;
}
a.ext {
	background: url(link.png) left no-repeat;
}
a.ext:visited {
	background: url(link_visited.png) left no-repeat;
}
a.ext:hover {
	background: url(link_hover.png) left no-repeat;
}
a:link,a.navi:link,a.ext:link{
	color:#990000;
}
a.language:link{
	color:#000000;
}
a:link,a:visited,a.ext:visited{
	text-decoration:underline;
}
a.navi:link,a.language:link{
	text-decoration:none;
}
a:visited,a.navi:visited,a.language:visited,a.ext:visited{
	color:#444;
}
a.navi:visited,a.language:visited{
	text-decoration:none;
}
a:hover,a.navi:hover,a.ext:hover,a.language:hover{
	color:#fff;
	background-color:#990000;
}
a:active,a.navi:active,a.ext:active,a.language:active{
	color:#fff;
	background-color:#000000
}