body {
	background-color:black;
	color:#fafafa;
	font-family:sans-serif;
}
.main{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	background-color:black;
	/* box-shadow:0px 0px 15px #080808;
	z-index:1; */
}	
.header {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	/* margin-top:-7px; */
	height:198px;
	/* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#193c89), color-stop(50%,#064a91), color-stop(50%,#064a91), color-stop(100%,#193c89));
	background-image: -webkit-linear-gradient(top, #193c89 0%, #064a91 50%, #064a91 50%, #193c89 100%);
	background-image:    -moz-linear-gradient(top, #193c89 0%, #064a91 50%, #064a91 50%, #193c89 100%);
	background-image:      -o-linear-gradient(top, #193c89 0%, #064a91 50%, #064a91 50%, #193c89 100%);
	background-image:		  linear-gradient(top, #193c89 0%, #064a91 50%, #064a91 50%, #193c89 100%);
	box-shadow:0px 0px 15px #080808;
	color:#f7f7f7;
	text-align:center;
	font-weight:bold;
	line-height:50px; */
}
.menu {
	width:650px;
	margin-left:auto;
	margin-right:auto;
	font-size:30px;
	/* height:35px; */
	text-align:justify;
	background-color:#393939;
	font-weight:bolder;
	border-radius: 15px;
}
.menu a {
	text-decoration:none;
	color:#fafafa;
}
.menu a:visited {
	color:#fafafa;
}
.menu a:hover {
	color:#bbbfcc;
}
.menu-links {
	padding-left:65px;
}
.menu-rechts {
	padding-right:65px;
	padding-left:123px;
}
.content {
	padding: 20px 120px;
	font-size:14px;
	/* text-align:justify; */
}
.content a {
	color:#9292eb;
}
.content a:visited {
	color:#fafafa;
}
.content a:hover {
	color:#bbbfcc;
}
.von {
	font-size:16px;
}
.noline {
	text-decoration:none;
}
.refnum {
	vertical-align: super;
    /* position: relative; */
    padding-left: 2px;
    bottom: 2px;
    /* font-family: Verdana, sans-serif;
    color: #005994; */
    font-size: .7em;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.bild {
	float:left;
	margin-right:1px;
	margin-bottom:10px;
	border-radius:15px;
}
.impressum {
	font-size:small;
}