body

{
 font-family:Verdana;
 font-size:12px;
 background-color:#f5f6f6;
 text-align:center;
}



h1 {font-size:18px;color:#000000;margin:0px;}
h2 {font-size:14px;color:#000000;}
h3 {font-size:8px;color:#000000;}
h4 {font-size:12px;color:#f29400;margin:0px;}
p {margin-top:0px;}


a:link, a:visited, a:active, a:hover

{
  text-decoration:none;
  font-weight:bold;
  color:#f3a115;
  font-size:12px;
}

a:active, a:hover
{
  color:#000000;
}

a.menu:link, a.menu:visited

{
  color:#000000;
}

a.menu:active, a.menu:hover
{
  color:#f3a115;
}



a.footer:link, a.footer:visited

{
  color:#000000;
  font-size:10px;
}

a.footer:active, a.footer:hover

{
  color:#000000;
  font-size:10px;
}



/* Die Titelzeile */

#title {
padding-top:15px;
height:30px;
}



/* Das Menü */
#menu {
color:#ffffff;
text-align:center;
padding:10px 0px;
border-top:1px solid #000000;
clear:right;
}



/* Der Inhalt */

#content {
border-top:1px solid #000000;
background-color:#f5f6f6;
padding:5px;
color:#000000;
min-height:500px;
}

/* test */

#Seite {
text-align: left;    /* Seiteninhalt wieder links ausrichten */
margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
width: 100%;
padding:10px;
}


/* aufteilung block links */

.seitedeutsch {
float:left; width:49%;
}


/* aufteilung block rechts */

.seiteenglisch	{
  margin-left:51%;
}


/* Der Footer */

#footer{
	height:60px;
	line-height:30px;
	background:#f5f6f6;
	color:black;
	text-align:center;
}
