﻿/* Website Allgemein */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#069dcc; // neu
}

/* alle Texte */

.uebers	{ font-family:Georgia, "Times New Roman", Times, serif; font-size: xx-large; color:#000000; line-height:18px; font-weight:normal; }

.upkt	{ font-family:Georgia, "Times New Roman", Times, serif; font-size:large; color:#000000; line-height:18px; font-weight:normal;}
.normal	{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:x-small; color:#000000; line-height:18px; font-weight:normal; }
.big	{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:x-large; color:#ffffff; line-height:30px; font-weight:normal; }
.error	{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:small; background-color:#FFFFFF; color:#ff0000; font-weight:normal; }


a:link {color:black; text-decoration: underline;}
a:visited {color:black; text-decoration: underline;}
a:active {color:black; text-decoration: underline;}
a:hover {color:black; text-decoration:none;}


/* Layout */

#main	{
	position:absolute;
	z-index:2;
	width: 467px;
	height: auto;
	left:50%;
	margin-left:-225px;
	padding-top:5px;
	top:420px;
	margin-bottom:45px;
}
#main2	{ position:absolute;z-index:2;width: 450px; height: auto; left:50%; margin-left:-225px; padding-top:5px;top:1020px; margin-bottom:45px; }
#myiframe {width:450px; height:400px;}
#border	{ position:relative;z-index:1;width: 360px; height:auto; float:left; margin-top:15px; margin-bottom:15px; 
border-bottom:solid 1px #999999; border-top:solid 1px #999999; }			
#bio	{ position:relative;z-index:1;width:100%; height:auto; border-bottom:dashed 1px #999999; padding-bottom:10px; margin-bottom:15px; }

#video	{ z-index:1;width:400px;height:600px; }
#player	{ position:absolute;z-index:3;left:50%;margin-left:-225px;top:0px;width:450px; height:400px; }
#whitebar { position:absolute;z-index:0;left:0px;top:0px;width:100%; height:20px; background-color:#069dcc;} 
#bgtop { position:absolute;z-index:0;left:0px;top:0px;width:100%; height:55px; background-color:#069dcc;} 
