body, table
{
 font-family: Comic Sans MS;
 font-size: 11pt;
 color: #000000;
}
a
{
 color: #000000;
 font-family: Comic Sans MS;
 text-decoration: none;
}
a:link
{
 color: #0000FF;
 font-family: Comic Sans MS;
 font-size: 11pt;
 text-decoration: none;
}
a:visited
{
 color: #0000FF;
 font-family: Comic Sans MS;
 font-size: 11pt;
 text-decoration: none;
}
a:active
{
 color: #0000FF;
 font-family: Comic Sans MS;
 font-size: 11pt;
 text-decoration: underline;
}
a:hover
{
 color: #0000FF;
 font-family: Comic Sans MS;
 font-size: 11pt;
 text-decoration: underline;
}
h1
{
 font-family: Comic Sans MS;
 text-align: center;
 color: #000000;
}
h2
{
 font-family: Comic Sans MS;
 text-align: center;
 color: #000000;
}
h3
{
 font-family: Comic Sans MS;
 text-align: center;
 color: #000000;
}
h6
{
 font-family: Comic Sans MS;
 font-size: 7pt;
 color: #000000;
}


/* START: Interner Bereich Main */
DIV.main {
	position:relative;
	top: 0px;
	left: 0px;
	border: 0px solid #000000;
	background: transparent;
	z-index:1;
	table{margin:auto;}
	text-align:center; 
}


/* START: Interner Bereich Navigation */
DIV.links {
	position: absolute;
	width: 120px;
	height: 300px;
	top: 20px;
	z-index:2;
	left: 0px;
	border: 0px solid #000000;
	background: transparent;
	table{margin:auto;}
	a
{
 color: #000000;
 font-family: Comic Sans MS;
 text-decoration: none;
}
a:link
{
 color: #0000FF;
 font-family: Comic Sans MS;
 font-size: 11pt;
 text-decoration: none;
}
a:visited
{
 color: #0000FF;
 font-family: Comic Sans MS;
 font-size: 11pt;
 text-decoration: none;
}
a:active
{
 color: #0000FF;
 font-family: Comic Sans MS;
 font-size: 11pt;
 text-decoration: underline;
}
}
