﻿a:visited{ 
  text-decoration: none;
  color:#FFFFFF;
  font-size:0.7em;
  font-family: Tahoma, Arial;
  font-weight: normal;
  line-height:17px;
}

a:link{ 
  text-decoration: none;
  color:#FFFFFF;
  font-size:0.7em;
  font-family: Tahoma, Arial;
  font-weight: normal;
  line-height:17px;
}

a:hover{
	color: #0692E6;
	text-decoration: none;
}
a:active{
	color: #0692E6;
	text-decoration: none;
}

a:visited.normal{ 
  text-decoration:underline;
  color:#858585;
  font-family: Tahoma, Arial;
  font-weight: normal;
  font-size:0.9em;
}

a:link.normal{ 
  text-decoration:underline;
  color:#858585;
  font-family: Tahoma, Arial;
  font-weight: normal;
  font-size:0.9em;
}

a:active.normal{
	color: #0692E6;
	text-decoration: underline;
}
a:hover.normal{
	color: #0692E6;
	text-decoration: underline;
}

a:visited.termine{ 
  text-decoration: none;
  color:#333333;
  font-size:0.7em;
  font-family: Tahoma, Arial;
  font-weight: normal;
}

a:link.termine{ 
  text-decoration: none;
  color:#333333;
  font-size:0.7em;
  font-family: Tahoma, Arial;
  font-weight: normal;
}

a:active.termine{
	color: #0692E6;
	text-decoration: none;
}
a:hover.termine{
	color: #0692E6;
	text-decoration: none;
}
a:visited.nav{
	color: #0692E6;
	font-family: "Arial Narrow";
	font-weight: normal;
	text-decoration: none;
	font-size: 0.7em;
}
a:link.nav{
	color: #0692E6;
	font-family: "Arial Narrow";
	font-weight: normal;
	text-decoration: none;
	font-size: 0.7em;
}

body{
	background-color:#000000;
}

p {
	padding: 0px;
	margin: 0px 20px 0px 0px;
	font-family: Verdana;
	font-size: 70%;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
}

b {
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
}

h1{ 
  color:#000000;
  font-family: Trebuchet MS;
  font-weight: bold;
  font-size:8pt;
  line-height:15px; 
}

h2{
	padding: 0px;
	margin: 0px 20px 100px 0px;
	color: #0692E6;
	font-family: Arial;
	font-weight: bold;
	font-size: 80%;
	line-height: 15px;
	text-align: right;
}

li{
	color: #666666;
	font-size: 8pt;
	font-family: Tahoma;
	font-weight: bold;
	list-style-type: square;
}

#content_center{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 150px;
	top: 200px;
	width: 700px;
	height: 500px;
}

#navi{
	background: #000000;
	position: absolute;
	left: 485px;
	top: 100px;
	width: 435px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#fuss{
	background: #000000;
	position: absolute;
	left: 150px;
	top: 670px;
	width: 450px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}


