body {
	background-color: #214C76;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
iframe { 
	margin-left: 40px;
}
	
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6699CC;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
#canvas {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 800px;
	height: 520px;
	z-index: 1;
	visibility: visible;
	overflow:hidden;
}
.newscanvas {
	background-attachment: fixed;
	background-image: url(../images/bgrd.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	width: 750px;
	height: 490px;
	/*border: solid 1px #FFFFFF;*/
}
#frame {
	width: 750px;
	height: 525px;
	position: absolute;
	top: 30px;
	left: 25px;
	z-index: 2;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}
.weiter {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 4;
}
.retour {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}
.newstable {
	height:60px;
}
#quicktime {
	width: 320px;
	height: 310px;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
img {
	border: none;
}
.editor {
	width: 600px;
	height: 150px;
}

/*Styles für das CMS:*/
#cmstable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	width: 750px;
	height: 100px;
}
.fett {
	font-weight:bold;
	font-size:14px;
}