body{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	background-color:silver;
	overflow:auto;
}
p,div,td,li{
	font-family:"Segoe UI",Calibri,Tahoma;
	font-size:14px;
	color:black;
	text-align:justify;
}
a{
	color:#04567B;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-family:"Segoe UI",Calibri,Tahoma;
	font-weight:bold;
	font-size:20px;
	color:black;
	text-align:center;
}
h2{
	font-family:"Segoe UI",Calibri,Tahoma;
	font-weight:bold;
	font-size:18px;
	color:black;
}
h3{
	font-family:"Segoe UI",Calibri,Tahoma;
	font-weight:bold;
	font-size:16px;
	color:black;
}
#PAGE{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin:40px;
	border:1px solid #04567B;
	background-color:#AC915C;
	width:950px;
	height:600px;
	margin:auto auto;
}
#BACKIMAGE{
	position:absolute;
	top:0px;
	left:200px;
	right:0px;
	bottom:0px;
	width:auto;
	height:auto;
}
#TOPNAV{
	position:absolute;
	top:0px;
	left:220px;
	right:20px;
	height:75px;
}
#LEFTNAV{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	width:160px;
	background-color:#04567B;
	background-image:url("../img/tropfen.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	overflow:auto;
	padding:20px;
	padding-top:160px;
}
#SUBNAV{
	text-align:center;
	position:absolute;
	top:75px;
	left:200px;
	right:0px;
	height:40px;
	overflow:auto;
	padding:10px;
	background-color:#04567B;
	background-image:url("../img/subback.jpg");
	background-position:top left;
	background-repeat:repeat-x;
}
#CONTENT{
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/flaeche.png',sizingMethod='scale');*/
	/*background-image:url("../img/flaeche.png");*/
	background-color:#FDFDFD;
	border:1px solid #C1A671;
	position:absolute;
	top:85px;
	left:240px;
	right:40px;
	bottom:20px;
	overflow:auto;
	padding:20px;
	overflow:auto;
}
#printDiv{
	position:absolute;
	top:2px;
	right:2px;
	width:16px;
	height:16px;
	background-color:white;
	border:3px solid white;
}
#infoLayer{
	display:none;
	position:absolute;
	background-color:#FFFFD2;
	padding:2px;
	border:1px solid gray;
	z-index:0;
	top:0px;
	left:0px
}
.mainLink{
	width:100px;
	height:51px;
	background-image:url("../img/klangschale.gif");
	background-repeat:no-repeat;
	background-position:center middle;
	font-size:16px;
	font-weight:bold;
	color:white;
	text-tecoration:none
}
.mainLink:visited{
	color:white
}
.mainLink:hover{
	color:white
}
.navLink{
	color:white;
	text-decoration:none
}
.navLink:hover{
	color:white;
	text-decoration:underline
}
.navLink:visited{
	color:white;
	text-decoration:none
}
.topLink{
	text-decoration:none
}
.topLink:hover{
	text-decoration:underline
}
.topLink:visited{
	text-decoration:none
}
.player{
	border:3px outset white;
	margin:3px
}

.tabHead{
	font-size:12px;
	color:white;
	text-align:center;
	vertical-align:top
}
.tabCell{
	font-size:12px;
	text-align:center;
	vertical-align:top
}

.centerText{
	text-align:center
}

.normalText{
	text-align:left
}
