/*APOLLOCOONS*/

body {
background-color:#BFE9F5; /*helltürkis*/
scrollbar-base-color:#18677E; /*dunkel-grünblau*/
scrollbar-track-color:#18677E;
scrollbar-face-color:#BFE9F5;
scrollbar-highlight-color:#18677E;
scrollbar-3d-light-color:#FFFFFF;
scrollbar-darkshadow-color:#18677E;
scrollbar-shadow-color:#18677E;
scrollbar-arrow-color:#18677E;
/*Standardschrift*/
font-size:11pt;
     font-family:"Comic Sans MS";
     color:#18677E; }

td { font-size:11pt; /* Zelle*/
     font-family:"Comic Sans MS";
     color:#18677E; /* Textfarbe*/
	 border-width:0px; /* Rahmendicke*/
	 border-color:#BFE9F5; /* Rahmenfarbe*/
	 border-style:none;
	 }

.border { font-size:11pt;    /*RAHMEN*/
     font-family:"Comic Sans MS";
     color:#18677E;
	 border-width:1px; 
	 border-color:#18677E; 
	 border-style:solid;
	 }
.border1 { font-size:11pt;
     font-family:"Comic Sans MS";
     color:#18677E;
	 border-width:2px; 
	 border-color:#18677E; 
	 border-style:dashed;
	 }

table { 
border-width:0px; border-color:#BFE9F5; border-style:none;
}

p  { font-size:11pt;
     font-family:"Comic Sans MS";
     color:#18677E;}

h1  {
	font-size:9pt;
	font-family:"Comic Sans MS";
	font-weight:normal;
	color:#18677E;
	margin-bottom:0pt;
		margin-top:0pt;
}

h2  {
	font-size:12pt;
	font-family:"Comic Sans MS";
	font-weight:normal;
	color:#18677E;
	margin-bottom:3pt;
		margin-top:3pt;
}

h3  {
	font-size:14pt;
	font-family:"Comic Sans MS";
	color:#18677E;
	margin-bottom:7pt;
		margin-top:0pt;
}

h4  {
	font-size:25pt;
	font-family:"Comic Sans MS";
	color:#18677E;
	margin-bottom:15pt;
		margin-top:7pt;
}


a:link { font-size:11pt;
          font-family:"Comic Sans MS";
		  font-weight:bold;
          color:#660099;
	text-decoration:none;}


a:visited { font-size:11pt;
          font-family:"Comic Sans MS";
		  font-weight:bold;
          color:B27FCC;
	text-decoration:none;}

a:active { font-size:11pt;
          font-family:"Comic Sans MS";
		  font-weight:bold;
          color:8BB3BE;
	text-decoration:underline;}


a:hover { font-size:11pt;
          font-family:"Comic Sans MS";
		  font-weight:bold;
          color:#8BB3BE;
	text-decoration:underline;}

