
/*------------ HTML-Elemente -----------------------------------------------------------*/
  body 
  {
  	padding: 10px 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: bold;
	color: #000;
}
a:link,
a:visited
{
	font-size: 1em;
	color: #000;
	text-decoration: none;
}
a:hover,
a:active
{
	color: #00ADC9;
}
		
h1
{
	font-size: 1.2em;
	color: #fff;
	width: 100%;
	padding: 3px 5px 3px 10px;
}


ul {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
	padding: 0px;
}

li 
{
	margin: 5px 0px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
}
/*------------ HTML-Elemente ----------------Ende--------------------------------------*/
/*------------ Inhalt---------------------------------------------------------*/

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
#Content
{ 
	background-image:  url("../images/Logo.gif");
	background-repeat: no-repeat;
	background-position: top center;
	width: 701px; 
	max-width: 80em; 
	margin: 0 auto; 
	border: 1px solid #fff;
}
  #Inhalt{ 
	border: 10px #fff solid; 
	width: 415px;
	margin-top: 150px;
	margin-left: 273px;
}
  .label
{
	width: 70px;
	float:left;
}
h1.Leistungen
{
/*	color: #B9BDD2;
	padding-left: 0px;	
*/
	padding-top: 8px;
	padding-bottom: 10px;
	font-size: 1.79em;
	background-color: #DDE0AE;
	font-weight: normal;
}
h1.headBlue
{
	background-color: #00ADC9;
}
h1.headPink
{
	background-color: #C9006F;
}
h1.headDBlue
{
	background-color: #003C6F;
}
h1.headViolet
{
	background-color: #830984;
}
ul.listBlue li
{
	background-image:url(../images/list_Blue.gif);
}
ul.listPink li
{
	background-image:url(../images/list_Pink.gif);
}
ul.listDBlue li
{
	background-image:url(../images/list_DBlue.gif);
}
ul.listViolet li
{
	background-image:url(../images/list_Violet.gif);
}
/*------------ Inhalt----------------Ende--------------------------------------*/

  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  body { text-align: center }
  #Content{ text-align:left }

