/*****************************
File: layout.css
*****************************
initial author: NEOShiva
last editor: NEOShiva
firstVersion: 20.07.2009 *oldSchool#rule
lastVersion: 20.06.2021
****************************/
/*Die gesamte Site*/
body {
overflow:auto;
scrollbar-base-color:#00000;
scrollbar-3dlight-color:#cccccc;
scrollbar-arrow-color:#000000;
scrollbar-darkshadow-color:#888888;
scrollbar-face-color:#333333;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#666666;
scrollbar-track-color:#000000;
background-color:#252626; 
}

/*Die aktiven Links*/
a:link, a:visited, a:active, a:hover
{
	font-weight:bold;
	color:#66cccc;
	text-decoration: none;
}

a:active, a:hover
{
	color:#33cccc;
	text-decoration: overline;
}

/*Der Header content*/

#top {
z-index:10; 
position:absolute; 
right:128px; 
left:128px; 
top:0px; 
height:20px; 
background-color: #252626;  
background-position:top; 
background-repeat:repeat;  
margin:auto; 
text-align:left;
}

#topin { 
}
 

/*Der Content/Text Container*/
#center {
    z-index: 1;
    position: absolute;
    right: 0px;
    top: 20px;
    left: 0px;
    bottom: 0px;
    background-color: #252626;
    overflow: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #252626;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: none;
    text-align: center;
    display: block;

}

#centerfra {
	z-index:1;
	position: absolute;
	right: auto
	top:100px;
	left: auto
	bottom: auto
	background-color: #ffffff;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-transform: none;
	text-align: center;
	display: block;
