<STYLE  TYPE="text/css">


/*allgemeine link-style:*/
a {
	font-family: Verdana,Arial,Helvetica;
	font-size : 9pt;
	text-decoration : none;
}

a.menu {
	font-family: Verdana, Arial, Helvetica;
	font-size : 8pt;
	text-decoration : none;
	line-height: 16px;
}

/*link effekte*/
/*text-decoration wird nur hier von NN beachtet*/
a:link  {
	color:#FFFFFF;
	text-decoration: underline;
}
a:visited  {
	color:#FFFFFF;
	text-decoration: underline;
}
a:active  {color: #a9a9a9;}
a:hover {color:#3366CC;text-decoration:underline;}

a.menu:link  {
	color:#c9c9c9;
	text-decoration: none;
}
a.menu:visited  {
	color:#c9c9c9;
	text-decoration: none;
}
a.menu:active  {color: #ffffff;}
a.menu:hover {
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
}

/*allgemeine text-style*/
p,ol,ul,li,dir,div {font-size:9pt;font-family:Verdana, Arial, Helvetica;color:#FFFFFF;}

/*
div.menu  {font-size:8pt;font-family:Verdana,Arial,Helvetica;color:#808080;background-color:#000000;position:fixed; padding:10px; top:15px; left:30px; width:80px; z-index:4; border:none}
*/

/*
div.menu  {font-size:8pt;font-family:Verdana,Arial,Helvetica;color:#808080;background-color:#000000;position:fixed; padding:10px; top:15px; left:30px; width:120px; z-index:4; border:none}
*/

div.menu  {
	font-size:8pt;
	font-family:Verdana,Arial,Helvetica;
	color:#808080;
	background-color:#003366;
	position:absolute; 
	padding:10px; 
	top:15px; 
	left:30px; 
	width:120px; 
	z-index:10; 
	border:none;
	opacity:0.9; filter:alpha(opacity=90); -moz-opacity:0.9;
}


p.content,div.content {font-size:9pt;font-family:Verdana, Arial, Helvetica;color:#FFFFFF;background-color:#ffffff;position:absolute; padding:10px; top:15px; left:170px; width:540px; z-index:4; border:none; background-color:#003366; opacity:0.9; filter:alpha(opacity=90); -moz-opacity:0.9;}

.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}
.justify {text-align:justify;}

/*einige schriftarten, werden verwendet bei abi02*/
.klein {font-size: 7pt}
.gross {font-size: 200%;}
.mittel {font-size: 150%;}
.arial {font-family:Arial;}

/*bilder*/
img {border-width:1px; border-color:#000000; border-style:outset;}

/*allgemeine seiten-styles*/
body {
	width:100%;
	height:100%;
	overflow:hidden; /* test für 100% Hintergrundbild*/
	/*background-image:url(images/title.jpg); /*Hintergrundbild*/
	background-repeat:no-repeat;
	background-color: #000000; /*hintergrund farbe*/
	background-attachment:fixed; /*falls hintergrundbild vorhanden*/
	margin: 0px;
	padding: 0px;
	
}
html {margin:0; padding:0; width:100%; height:100%;
overflow:hidden; }

/* fuer 100%iges Backgroundimage*/
#background {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	/*background-attachment: fixed;*/
}
#scrollbar {
	position:absolute;
	width:100%;
	height:100%;
	top:1px;
	left:0;
	overflow:auto;
	z-index:2;

}


.highlight {color:#ffffff; background-color:#000000;} /*weiss + schwarz, verwendet in: forum.php; bei abi02 auch in den hellas-dateien (!)*/
.highlight2 {color:#000000; background-color:#6699ff;}
.highlight3 {color:#ffffff; background-color:#000066;} /*darker*/

h2 {
	font-size: 13px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	white-space: nowrap;
	padding-top: 10px;
}
h1 {
	font-size: 15px;
	font-weight: normal;
}
#gallery {
	color: #FFFFFF;
}

//
</STYLE>
