body
{
	font-family:Verdana,'Times New Roman';
}

h1
{
	font-size:15px;
}

h2 
{
	font-size:14px;
}

h3
{
	font-size: 13px;
}


/* Impressum, rechtliches, etc.*/
#kleingedruckterText
{
	font-family:Verdana,'Times New Roman';
	font-size:8px;
}

/* Für die Schrift in dem schwarzen Trennbalken*/
#Balkentext
{
	font-family:Verdana,'Times New Roman';
	font-size:12px;
         color:#FFFFFF;
}

/* Standard Schriftart für Texte*/
#normalerText
{
	font-family:Verdana,'Times New Roman';
	font-size:12px;
}


#UeberschriftText
{
	font-family:Verdana,'Times New Roman';
	font-size:14px;
         font-weight: bold;
   	font-variant: small-caps;
}


/* Für die Unterkante unter impressum und den Sprachenflaggern*/
#unterkante
{
 	border-bottom-width:2px;
  	border-bottom-style:solid;
  	border-color:black;
}
#linkekante
{
 	border-left-width:2px;
  	border-left-style:solid;
  	border-color:black;
}

div.interaktiveWelt ul {
	list-style-type:none;
}

div.interaktiveWelt ul li {
	list-style-type:none;
	margin-bottom:10px;
}