@charset="UTF-8";
/* css-Datei für Alexolution Homepage Version vom 20.10.11 */
/* Die Schrift wurde auf sansserif eingestellt */

body {background-color: #FFFFFF }

* {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12pt;
   font-style: normal; color: #000000; text-decoration: none }


p {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12pt;
   font-style: normal; color: #000000; text-decoration: none }
/*
p {font-family: Arial, Helvetica, sans-serif; font-size:12pt; font-style: normal; color: #000000;
	text-decoration: none }
*/

td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12pt;
   font-style: normal; color: #000000; text-decoration: none }


h1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24pt;
    font-style: bold; color: #333366;	text-decoration: none }

h2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18pt;
    font-style: bold; color: #333366;
	  text-decoration: none }

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	color: #333366;
	text-decoration: none
}

h4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; font-style: bold; color: #333366;
	text-decoration: none }

ul { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; color: #000000;
	text-decoration: none; list-style-type: disc }

ol { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; color: #000000;
	text-decoration: none; list-style-type: decimal; line-height: 1.5 em }

A:link { color: blue}          /* unvisited link */
A:visited { color: blue}        /* visited links */
A:active { color: blue}        /* active links */

/* Jetzt kommen verschiedene Klassen für verschiedene Farben */
   .rot {color:#FF0000;}
   .blau {color:#0000FF;}
   .green {color:#00FF00;}
   .gelb {color:#FFFF00;}
   .white {color:#FFFFFF;}


/* Jetzt kommen die Container */
/* overflow ist för die scrollbars, padding ist für den Innenabstand vom Text
  margin wäre ein Abstand des Rahmens von aussen
  bei overflow kann man auch scroll angeben oder hidden


  */
div {border:0px;} /* bei border>0 solid#AAAAAA */
div#a
 {background-color:#EFEFEF; position:absolute; top:1px; left:0px; width:140px;
  height:80px; overflow:auto; padding:5px;}
#b
 {background-color:#8888ff; position:absolute; top:1px; left:140px; width:600px;
  height:80px; overflow:auto; padding:5px;}
#c
 {background-color:#88FF88; position:absolute; top:81px; left:0px; width:140px;
  height:400px; overflow:auto; padding:5px;}
#d
 {background-color:#FFFF88; position:absolute; top:81px; left:140px; width:600px;
  height:400px; overflow:auto; padding:5px;}

#kopf
 {background-color:#0F69AE; position:absolute; top:400px; left:300px; width:100px;
  height:20px; overflow:auto; padding:2px;}
#hell
 {background-color:#0F69AE; position:absolute; top:421px; left:300px; width:100px;
  height:200px; overflow:auto; padding:2px;}



/* Für Links gibt es ein Mouseover mit Infobox*/
a:hover {
/* background-image:url(images/bild.gif); }   */
background-image:bild.gif; }

/* Versuch eines Mouseover */

#box {
position:absolute; top:0px; left:0px;
z-index:3;}

#box a {
color:#ffffff;
background:#b3b06c;
font:bold 16px verdana, sans-serif;
text-decoration:none;
display:block;
padding:5px;
border:1px solid black;}

#box a:hover {
color:black;
background:#ddd8b7;
width:400px;}

#box a span {display:none;}

#box a:hover span {
color:black;
background:#ffffff;
font:normal 16px courier, sans-serif;
border:1px solid black;
display:block;
padding:10px;}





/* -------------------------- Ende HOVER ------------------------*/
/* ----------- Definition von info ------------------*/
p,div .info{
font-family:Verdana;
font-size:12px;
color:#000000;
font-weight:normal;
}
div a {
display:block;
float:left;
margin-right:15px;
width:100px;
text-align:center;
}

a .info{visibility:hidden;}

a:hover .info{visibility:visible;}
/* -------------- Ende von info ---------------------*/



p,div .gross{
font-family:Verdana;
font-size:24px;
color:#000000;
font-weight:bold;
}

p,div .klein{
font-family:Verdana;
font-size:12px;
color:#000000;
font-weight:normal;
}


p .nor{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12pt;
  font-style: normal; color: #000000;
  font-weight:normal;
  text-decoration: none }





 /* will be continued */
 