body,html{
	margin: 0px;
	padding: 0px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	background-image: url(pix/muster.gif);
}
h1{
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
	margin-bottom: 8px;
}
h2{
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	margin: 0px;
	color: #660;
}
i{
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
}
a{
	color: #903;
	text-decoration: none;
}
a:hover{
	color: #C03;
}
img{
	border: 0px;
}
#navigator{
	position: fixed;
	width: 100%;
	height: 60px;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
	z-index: 999;
	background-color: #FFF;
}
#navigator ul{
	margin: 0px;
}
#navigator li{
	display: inline;
	padding-left: 30px;
}
#logo{
	float: left;
	padding-left: 60px;
}
#startinhalt{
	height: 96px;
}
* html #startinhalt{	/* Internet-Explorer kann kein position: fixed; */
	height: 0;
}
.datum{
	margin-left: 0px;
	width: 154px;
	text-align: right;
	font-weight: bold;
	color: #660;
	float: left;
}
.datum h1{
	font-size: 15px;
	font-weight: normal;
	line-height: 15px;
	margin: 0px;
	color: #000;
}
.event{
	margin-left: 166px;
	width: 750px;
	padding-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #660;
	background-color: #FFF;
}
.kommentar{
	margin-left: 166px;
	width: 730px;
	padding: 10px;
	margin-bottom: 18px;
	border: 1px solid #660;
	background-color: #FFF;
}
.verlinkung{
	margin-left: 166px;
	width: 714px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #903;
	background-color: #FFF;
	font-size: 15px;
	font-weight: bold;
	color: #903;
}
.trenner{
	width: 100%;
	height: 10px;
	border: #660;
	border-top-width: 1px;
	border-top-style: dashed;
	clear: both;
}
.eventende{
	clear: both;
}
.bildspalte{
	width: 180px;
	padding-left: 10px;
	padding-bottom: 8px;
	font-weight: bold;
	float: left;
}
.autorspalte{
	width: 206px;
	padding-left: 8px;
	font-weight: bold;
	clear: both;
	float: left;
	text-align: right;
}
.kleinspalte{
	width: 112px;
	margin-bottom: 10px;
	margin-right: 11px;
	text-align: center;
	background-image: url(pix/muster.gif);
	float: left;
}
.textspalte{
	margin-left: 214px;
	padding-right: 10px;
	padding-bottom: 8px;
	text-align: justify;
}
.titelspalte{
	margin-left: 232px;
	padding-right: 18px;
}
.videobild{
	width: 192px;
	text-align: center;
	background-image: url(pix/muster.gif);
}
.videolink{
	width: 192px;
	background-image: url(pix/play.gif);
	background-position: right;
	background-repeat: no-repeat;
}
