@media screen, print {

body {
	font-family: Verdana, sans-serif; 
	font-size: 9pt; 
	margin: 0px 0px 0px 0px; 
	padding:0px 0px 0px 0px; 
	color: #160c02; 
	background-color: #160c02; 
	background-image: url(film.jpg); 
	background-position: center; 
	background-repeat: repeat-y;
	overflow: hidden;
}
#Center {
	width: 100%;
	height: 1px;
	top:50%;
	position: fixed;
/*	overflow: hidden; */
}
#Container {
	width: 600px;
	height: 2000px;
	margin:auto;
	margin-top:-1000px;
/*	overflow: hidden; */
	background-image: url(spot.jpg); 
	background-position: center center; 
	background-repeat: no-repeat;
	border-top: solid 1px #160c02;
	position: relative;
}
#ContentBox {
	width: 480px;
	position: relative;
	margin: auto;
/*	margin-top: 20px; */
	overflow: hidden;
}

#PageTitle {
	display: none;
}
#ContentLinks {
	position: absolute;
	top: 841px;
	width: 416px;
	padding: 0px;
	left: 32px;
	list-style: none;
	z-index: 20;
}

#Content {
	width: 480px;
	height: 10000px;
	padding: 0px;
	padding-top: 220px;
	margin-top: 0px;
	z-index: 10;
}
.page {
	background-image: url(streifen.gif); 
	background-repeat: repeat-y;
	background-position: top left;
	height: 550px;
	padding: 0px 32px;
	overflow: hidden;
}
.head {
	height: 100px;
	background-image: url(head.gif); 
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-right: 95px;
	font-size: 7pt;
	position: relative;
	text-align: right;
}
.solo {
	background-image: url(head-solo.gif); 
}
.head H2 {
	font-size: 16pt;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}
.head H3 {
	margin: 0px;
	font-weight: normal;
	font-size: 1em;
}
.head UL {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 4px;
	right: 0px;
	width: 416px;
}
.head LI, #ContentLinks LI {
	display: inline;
	margin: 0px;
	width: 83px;
	position: static;
}
.head A, #ContentLinks A {
	width: 83px;
	height: 13px;
	display: block;
	float: left;
}
.head A SPAN, #ContentLinks A SPAN, #NavigationLinks A SPAN {
	display: none;
}
.body {
	padding: 8px;
}
.body h5 {
	font-size: 150pt;
	margin-top: 0.3em;
	width: 100%;
	text-align: center;
}
.body input {
	background: none;
	border: solid 1px #160c02;
	color: #160c02;
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	padding-left: 1ex;
	width: 99%;
}
.body table {
	width: 99%;
}
img {
	padding:0px;
	margin:0px;
	border: none;
}
A {
	color: #160c02;
/*	text-decoration: none; */
}
#NavigationLinks {
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	z-index: 20;
}
#NavigationUp, #NavigationDown {
	position: absolute;
	top: 0px;
	width: 480px;
	padding: 0px;
	left: 0px;
}
#NavigationDown {
	top: 1220px;
}
#NavigationLinks A {
	height: 740px;
	display: block;
}

TEXTAREA.editor {
	background: none;
	border: none;
	font-family: Verdana, sans-serif; 
	font-size: 9pt; 
	border: none;
}

DIV.body TEXTAREA.editor {
	width: 100%;
	height: 350px;
}
DIV.head TEXTAREA.editor {
	width: 100%;
	height: 80px;
	text-align: right;
}

DIV.editButton {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

DIV.editBodyButton {
	bottom: 40px;
}

DIV.editButton A {
	padding: 5px 20px;
	background-color: #221506;
	display: block;
	float: left;
	margin-left: 5px;
	width: auto;
	visibility: hidden;
	color: #160c02;
	text-decoration: none;
}
DIV.editButton A.save, DIV.editButton:hover A  {
	visibility: visible;
}


}

