﻿* { padding: 0; margin: 0; }

BODY	{
	font-family: Arial, Verdana, Helvetica, Swiss, Geneva, Tahoma, Sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;	
	color: #666666;
	background-color: #1A2526;
}

BODY.popup	{
	font-family: Arial, Verdana, Helvetica, Swiss, Geneva, Tahoma, Sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;	
	color: #666666;
	background-color: #160E16;
}


#center{ 
 margin: 0 auto;
 width: 810px; 
}

#wrapper { 

 margin: 0 auto;
 width: 823px;
 background-color: #160E16;  
 border: 0px solid yellow; 
}

#faux {
 margin: 10px;
 width: 820px;
  border: 0px solid red;
}

#header {
 width: 823px;
 padding: 0px;
 height: 80px;
 margin: 0px 0px 0px 0px;
 background: #1A2526;
 border: 0px solid blue;
}


#content { 
 position: relative;
 float: left;
 color: #333;
 background: #160E16;
 margin: 10px 10px;
 padding:0;
 width: 800px;
 min-height: 440px;
 border: 0px solid green;
 display: inline;
 z-index:30;
}

#footer { 
 width: 823px;
 height:18px;
 clear: both;
 color: #FF00FF;
 background: #1A2526;
 padding-top: 2px;
 text-align: center;
}

#flashContent { 
width:100%; 
height:100%;
z-index: 999;
}

#inframeM2U	{
	position: relative;
	background-color: #C5C8A4;		
	border: 0px solid #000000;
	padding:10px;
	height:171px; 
	width:520px; 
	text-align:left;
	overflow:auto; 
	z-index: 110;
}	
			
.clear { clear: both; background: none; }




		
			
			
/*  Allgemeine Tags  */

img 	{
	border: none;
	}

				
			
h1	{
	font-family: Arial, Verdana, Helvetica, Swiss, Sans-serif;
	color: #AAAAAA;
	font-size: 14pt;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	text-align:left;
	}
	
h2	{
	font-family: Arial, Verdana, Helvetica, Swiss,Sans-serif;
	color: #C19FC1;
	font-size: 14pt;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	text-align:left;
	}	
	
h3	{
	font-family: Arial, Verdana, Helvetica, Swiss,Sans-serif;
	color: #C19FC1;
	font-size: 12pt;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	text-align:left;
	}		
	
p.Info 	{
	font-family: Arial, Verdana, Helvetica, Swiss,Sans-serif;
	color: #666666;
	font-size: 10pt;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	text-align:left;
	}	
			
.menu1 	{
	font-size:10px;	
	color: #C19FC1;
	font-weight:bold;	
	line-height:28px;
}

.menu2 	{
	font-size:14px;	
	color: #C19FC1;
	font-weight:normal;	
	line-height:28px;
	}

.menu3  {
	font-size:30px;	
	color: #C19FC1;
	font-weight:normal;	
	line-height:28px;
}		

.footer 	{
	font-size:10px;	
	color: #666666;
	font-weight:bold;	
	line-height:28px;
}

A.adminlink, A.adminlink:visited, A.adminlink:link, A.adminlink:active, A.adminlink:hover {
	color: #666666;
}



/*  Ligthning-Box  */

#fade 		{
			display: none;
			background: #000; 
			position: fixed; left: 0; top: 0; 
			z-index: 1000;
			width: 100%; height: 100%;
			opacity: .50;
			z-index: 9999;
			}
			
.popup_block {
			display: none;
			background: #160E16;
			padding: 40px 20px 20px 30px; 	
			border: 1px solid #C19FC1;
			float: left;
			font-size: 1.2em;
			position: fixed;
			top: 50%; left: 50%;
			z-index: 99999;
			-webkit-box-shadow: 0px 0px 20px #000;
			-moz-box-shadow: 0px 0px 20px #000;
			box-shadow: 0px 0px 20px #000;		
			}
			

*html #fade 	{
			position: absolute;
			}
			
*html .popup_block {
			position: absolute;
			}
			
			
img.btn_close {
			float: right; 
			margin: -35px -15px 0 0;
			}
			
.popup p 	{
			padding: 5px 10px;
			margin: 5px 0;
			}


A.poplight		{
			font-family: Arial, Verdana, Helvetica, Swiss, Geneva, Tahoma, Sans-serif;
			color: #C19FC1;  
			font-size: 10pt;
			text-decoration: none;
			font-style: bold;
			font-weight: normal;
			} 


A.poplight:visited, A.poplight:link, A.poplight:active {
			font-family: Arial, Verdana, Helvetica, Swiss, Geneva, Tahoma, Sans-serif;
			color: #C19FC1;  
			font-size: 10pt;			
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			}	
			
A.poplight:hover {
			font-family: Arial, Verdana, Helvetica, Swiss, Geneva, Tahoma, Sans-serif;
			color: #FFFFFF;  
			font-size: 10pt;			
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			}			



		
			
			
			
/*  PopUP-Liste  */

	a {
		outline: none;
		text-decoration:none;
		color:#aaa;
	}
	
	a:hover {
		color:#ffffff;
	}
	
	
	#dropdown {
		/* cancel the default list style */
		position:relative;
        left:558px;
		list-style:none;      
		margin-left:100;
		padding:0;
		width:260px;
		background-color: #1A2526;
        z-index:9999;		
		cursor: hand;
	}
	
	#dropdown li {
	}
	
	#dropdown li a.parent {
		display:block; 
		width:240px; 
		height:35px;
		font-weight:normal;
		padding:0 0 0 5px;
		line-height:35px;
		z-index:9999;
		cursor: hand;
	}
	
	#dropdown li a.hover {
		cursor: hand;
	}
	
		#dropdown ul {			
			/* cancel the default list style */
			margin:0;
			padding:0;
			list-style:none;	
			display:none;
			
			/* make sure it has the highest z-index */
			position:relative;
			left:0;
			z-index:9999;
			background:#17151A;
			width:240px;
			background-color: #17151A;
			padding:0 0 0 20px;
		}
		
			#dropdown ul li {
				font-size:12px;	
			}
			
				#dropdown ul li a {
					display:block; 
					font-weight:normal;
					padding:0 0 0 25px;
					height:20px;
					color:#aaa;
				}
				
				#dropdown ul li a:hover {
					color:#ffffff;	
				}	
			