/* Default CSS */

body       { background-image: url(back_main.jpg);
				 background-color:#0099FF;
				 color:#FFFFFF; 
				 font-size:12pt;
				 font-family:Comic Sans MS,Arial,sans-serif,Times New Roman;
				 scrollbar-base-color:#0099FF;
   				scrollbar-3d-light-color:#FFFFFF;
  				scrollbar-arrow-color:#FFFFFF;
  				scrollbar-darkshadow-color:#000099;
  				scrollbar-face-color:##0099FF;
  				scrollbar-highlight-color:#FFFFFF;
  				scrollbar-shadow-color:#000099;
  				scrollbar-track-color:#0099FF; }

a:link     { text-decoration:none; color:#000099; }
a:visited  { text-decoration:none; color:#000099; }
a:hover    { text-decoration:underline; color:#000099; font-style:italic}
a:active   { text-decoration:underline; color:#000099; font-style:italic }
a:focus    { text-decoration:underline; color:#000099; font-style:italic}


#ueberschrift { font-size:16pt;
				 text-align:center;
				 text-transform:uppercase; }
#welcome { font-size:18pt;
			text-align:center;
			font-weight:bold; }
td  { text-align:justify; }
.mittig td{ text-align:center; }
.links td{ text-align:left; }
#m         { font-size:10pt; }

#button {
		border: 1px solid black;
		background-color:#0099FF;color:#FFFFFF;
		font-weight:bold;}

INPUT,TEXTAREA { background-color:#0099FF; border:1px solid #000000; font-family:comic Sans MS; font-size:12pt; color:#ffffff; }
