body      {
	background: url('http://www.webinside.de/astronomie/clips/stars_background.jpg') black;
	background-repeat: no-repeat;background-position: top left;
	color: white;
	font-family: verdana arial, helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px; }

* {	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;  }

/* Links */
a:link    { color: #EECB99;
	background: transparent;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none; }
a:visited { color: #EECB99;
	background: transparent;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;  }
a:active  { color: #EECB99;
	background: transparent;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;  }
a:hover  { color: #EEFFEE;
	background: transparent;
	font-size: 10pt; 
	font-weight: bold;
	text-decoration: underline;  }

/* Links */
a.menueleft  {
	background: black;
	font-size: 11pt;
	display:block;
	text-decoration: none;
	margin-bottom: 8px;
	color: #BBBBBB;
	font-weight: normal;
	border-bottom: 1px dotted #BBBBBB;
}
a.menueleft:link    { color: #BBBBBB;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
 }
a.menueleft:visited { color: #BBBBBB;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
 }
a.menueleft:active  { color: #BBBBBB;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
 }
a.menueleft:hover  { color: #EEFFEE;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
 }

/* Links - Level 2 */
a.menueleft2  {
	background: black;
	font-size: 10pt;
	display:block;
	text-decoration: none;
	margin-left:20px;
	margin-bottom: 6px;
	color: #FFFFFF;
	font-weight: normal;
}
a.menueleft2:link    { color: #CCCCCC;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
 }
a.menueleft2:visited { color: #CCCCCC;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
 }
a.menueleft2:active  { color: #CCCCCC;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
 }
a.menueleft2:hover  { color: #EEFFEE;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
 }

/* Überschriften */
h1 {
	font-size: 13pt;
	font-weight: bold;
	color: #EEAB29;
	letter-spacing: 2.8px; word-spacing: -2px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}

h2  {  
	position: relative;
	vertical-align: middle;
	border-bottom: 1px dotted #BBBBBB;
	width:50%;
	margin-top:30px;
}

/* Überschrift für Impressum (muss gesetzt werden!) */
h2.impressum {
	font-size: 11pt;
	font-weight: bold;
	color: #EEAB29;
	letter-spacing: 2.8px; word-spacing: -2px;
}

/* Normale Texte */
span.normal  {
	font-size: 10pt;  }
span.normalbold  {
	font-weight: bold;
	font-size: 10pt;  }
span.small  {
	font-size: 9pt;  }
span.smallbold  {
	font-weight: bold;
	font-size: 9pt;  }
span.impressum  {
	font-size: 10pt;  }

ul  {
	margin-right: 50px;
	padding-left:20px;
	list-style-type: circle;
}
ul li  {
	margin-top: 6px;
}

div.headercontainer  {
	text-align:right;
	margin-right:50px;
	margin-top:60px;  }

div.menueleft  {
	z-index: 1;
	position: absolute;
	left:25px;
	margin-top: 100px;
	width: 250px;
	padding-top:30px;
	padding-bottom: 80px;
	min-height:320px; }

div.content  {
	margin-left:350px;
	margin-top: 50px;
	margin-right:20px;
}

div.impressum  { 
	border-top: 1px solid #CCCCCC;
	padding-top:20px;
	text-align:right;
	padding-right:8px;
	padding-bottom:10px;  }