@charset "UTF-8";

@media all
{
  /**
   * Fonts
   */
  /* Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size: 100.01% }

  body {
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 80.00%; 
    color: #bcc8f9;  
  }
  .Stil1 {
	font-size: small;
	color: #FFFFFF;
	text-align: right;
	padding: 0 67px 0 0;
	}


  h1{
	display: block;
	background-color: #011248;

	width: 700px;
	height: 68px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
	h1 a {
	display: block;
	background-color: #011248;
	width: 700px;
	height: 0;
	margin: 0;
	padding: 68px;
	overflow: hidden;
	}

	
	h1 a {
	background: #011248 url(../images/head.jpg) no-repeat;
	}
	
  h2,h3,h4,h5 { 
  	font-family: Verdana, Helvetica, Arial, sans-serif; 
  	font-weight:normal; 
  	color:#e30075;
  	margin: 0 0 0.25em 0; 
  	font-size: 170%;
  }
  p {
  font-size: 100%;
/*  
	overflow: visible;
  width: 350px; 
*/
  }

  a {
  color: #e30075;
  text-decoration: none;
  }
  
  a:hover {
  text-decoration: underline;
  }
  
  li, ul {
  list-style: none;
  margin: 0;
  padding: 0;
  }
  
}