@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
}

a {
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color:#CCCCCC;
}
a:visited {
	text-decoration: none;
	color:#CCCCCC;
}
a:hover {
	text-decoration:underline;
	color:#CCCCCC;
}
a:active {
	text-decoration: none;
	color:#CCCCCC;
}

h1 {
	font-size:14px;
	font-weight:bold;
	padding:0px;
}

h2 {
	font-size:12px;
	font-weight:bold;
	padding:0px;
}

h3 {
	font-size:10px;
	font-weight:bold;
	padding:0px;
}

img {
	border:none;
}

#logobackground {
	position:absolute;
	left:569px;
	width:237px;
	height:22px;
	margin-top:20px;
	margin-left:-130px;
	padding:0 10px 0 10px;
	text-align:center;
}

#fuss {
	position:absolute;
	left: 574px;
	margin-left:-152px;
	bottom:10px;
	text-align:center;
}

#sprache {
	position:absolute;
	left: 693px;
	margin-left:-152px;
	bottom:28px;
	text-align:center;
}

#navigation {
	position:absolute;
	float:left;
	width:100px;
	line-height:15px;
	left: 99px;
	top: 125px;
}

#navigation a {
	text-decoration:none;
	font-weight:normal;
}

#mainframe {
	position:absolute;
	top: 100px;
	left: 574px;
	margin-left:-355px;
	padding:0px;
	width:685px;
	/* height:360px; */
	min-height:345px;
	max-height:450px;
	border:#999999 1px dashed;
	padding: 0 10px 5px 10px;
	line-height:15px;
}

#player {
	position:relative;
	float:right;
}

ul {
	padding:5px;
	list-style:none;
}

.nav1st {
	border:dashed 1px #999999;
}

.nav2nd {
	border:dashed 1px #999999;
}

/* 

Das Modul nutzt 6  Klassen zur Ausrichtung der Bilder. 
.pleft , .pright und .pnormal    

.pleft für links ausgerichtete Bilder
.pright für rechts ausgerichte Bilder
.pnormal kann zur Definition einer Normalanzeige verwendet werden.  

.pleft_b, .pright_b und .pnormal_b 
definieren die Anzeige der Bilder für den 2. Stil.  
z.B. Anzeige mit Rahmen
Viel Spass beim weiteren basteln.



Code: 

*/ 


/* Definition der Klassen ohne Rahmen*/ 

.pleft {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-right: 15px;
	vertical-align: text-bottom;
	border: none;
}

.pright {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	vertical-align: text-bottom;
	border: none;
}

.pnormal {
	clear: both;
	border: none;
	
}


/* Definition der KLassen mit  Rahmen */

.pleft_b {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	border: 1px solid #990000;
}

.pright_b {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	border: 1px solid #990000;
}

.pnormal_b {
	clear: both;
}

#reset {
	clear:both;
}

/* Rahmenfarbe angeben für Opera */

fieldset {
   border:none;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}

.formerror {
	color: red;
}
/*  End Forms */

