/* stylesheet for www.virtage.de 
(c) 2004 by marplon4 formforschung */

/* farben */

#bl01	{ color:#E3F5FC; }
#bl02	{ color:#54A9C9; }
#bl03	{ color:#417F97; }
#bl04	{ color:#284E5C; }

#gr01	{ color:#EBEBEB; }
#gr02	{ color:#C8C8C8; }
#gr03	{ color:#969696; }
#gr04	{ color:#5D5D5D; }

/* schrift */

p	{ font-family:verdana, arial; font-size:10px; margin-left:15px;}
h5	{ font-family:verdana, arial; font-size:10px; font-weight:bold; margin-left:15px;}
ul 	{ font-family:verdana, arial; font-size:10px; margin-left:40px;}

.normal 	{ font-size:10px; font-family:Verdana; color:#417F97; } /* normal hell */
.h01 		{ font-size:10px; font-family:Verdana; font-weight:bold; color:#54A9C9; }/*header orange*/
.h00 		{ font-size:10px; font-family:Verdana; font-weight:bold; color:#284E5C; }/*header dunkel*/
.nav-ref	{ position:absolute; top:535px; z-index:1; width:720px; background-color:#ffffff;} /*position unten*/
		
/* layout */
.startseite	{ width:551px; 
			background-color:#ffffff; 
			border: 1px solid #417F97;
			padding: 20px;}
.popup	{ 	background-color:#ffffff; 
			border: 1px solid #417F97;
			}

/* body */

body 		{background-color:#E3F5FC; 
			font-size:10px; color:#000000; 
			text-decoration:none; 
			
			scrollbar-arrow-color:gray; 
			scrollbar-base-color:white; 
			scrollbar-shadow-color:white; 
			scrollbar-face-color:white; 
			scrollbar-highlight-color:white; 
			scrollbar-dark-shadow-color:black; 
			scrollbar-track-color:white;}

a:link 		{ color:#54A9C9; font-size:10px; } /* noch nicht besuchte Ziele */
a:visited 	{ color:#C8C8C8; font-size:10px; } /* besuchte Ziele */
a:hover 	{ color:#417F97; font-size:10px; font-weight:bold; text-decoration:none;}   /* MouseOver */	
a:active 	{ color:#417F97; font-size:10px; font-weight:bold; text-decoration:none; }  /* Angeklickte Verweise */
