html,body
{
  margin:0;
  padding:0;
}
  
h1 
{
  width:100%;
  text-align:center;
  font-size:24pt;
  font-family: arial,helvetica,tahoma;
  color:lightblue;
  filter:DropShadow(color=black,offx=5offy=8);
}

h2 
{
  width:100%;
  text-align:center;
  font-size:18pt;
  font-family: arial,helvetica,tahoma;
  color:lightblue;
  filter:DropShadow(color=black,offx=5offy=8);
}

h3 
{
  width:100%;
  font-size:14pt;
  font-family: arial,helvetica,tahoma;
  color:lightblue;
  filter:DropShadow(color=black,offx=5offy=8);
}

h4 
{
  width:100%;
  font-size:12pt;
  font-family: arial,helvetica,tahoma;
  color:lightblue;
  filter:DropShadow(color=black,offx=5offy=8);
}

p 
{
  font-family: helvetica,arial,tahoma;
  font-size: 12pt;
  color:white;
}

body 
{
  background-color:#200152;
  font-family: helvetica,arial,tahoma;
  color: white;
  font-size: 12pt;
}

a:link
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
	font-weight: thin;
	color: white;
	text-decoration: none; 
}
a:visited
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
	font-weight: thin;
	color: yellow;
	text-decoration: underline; 
} 
a:active 
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
	font-weight: thin;
	color: lightred;
	text-decoration: underline;
}

table
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
	table-border-color: #000000;
	table-border-color-light: #000000;
	table-border-color-dark: #000000;
	table-border: 0; 
}

div,table
{
	display:table;
       	border-collapse:collapse;
        width:100%;
}

div,tr
{
	display:table-row;
        width:50%
}

div,td
{
	display:table-cell;
	padding:3px;
}

li
{
  font-family: helvetica,arial,tahoma;
  font-size: 12pt;
  color:white;
}

.leftalign
{
  text-align:left;
}

.rightalign
{
  text-align:right;
}

.fixfont
{
  font-family:"Courier New" Courier monospace;
  font-size:12pt;
  color:white;
}

.bottompara
{
  margin-top:400px;
}

.exdent
{
  text-indent:-3em;
}

.indentpara
{
  margin-left:3em;
  margin-right:3em;
}

.widetable
{
	table-border-color: #000000;
	table-border-color-light: #000000;
	table-border-color-dark: #000000;
	table-border: 0;
	width:95%;
}

.narrowtable
{
	width:65%;
}

/*das sind die definitionen, die ma für a Menütscherl brauchen.*/
#menu
{
  	
        list-style:none;
	margin:0;
	padding:0;
}

#menu li
{
	float:center;
}

#menu a
{
 	
	display:block;
	text-decoration:none;
	color:white;
}

#menu a:hover
{
	color:white;
	background:#200186;
}

#menu a:focus
{
	color:white;
	background:#200146;
}

/*in diese box (in form eines div containers) wird das menü gesteckt, und schon bleibt es picken!*/
#box
{
	padding:6px;
	/*height:200px;*/
	width:140px;
	border:1px solid #200152;
 /*	position:fixed;*/
	/*background-color:#c0c0c0;*/
}