@charset "UTF-8";

/* -- Weitere CSS-Dateien importieren -- */
/*                                       */
/*        @import url(name.css);         */
/*                                       */
/* -- Weitere CSS-Dateien importieren -- */

@media all
{
  html,body {
    background      : #ffffff;
	font-family     : Georgia,Arial,Verdana,Tahoma;
	
	color           : #000000;
  }
  
  img {
    display         : block;
	border          : none;
  }
  
  html {}
  
  body {}
  
  a, a:link, a:visited, a:active {
    text-decoration : none;
	color           : #BC162E;
	font-size       : 25px;
  }
  
  a:hover {
    text-decoration : underline;
  }
  
  div#main {
    position        : absolute;
	top             : 50%;
	left            : 50%;
	
	margin-top      : -325px;
    margin-left     : -400px;	
	
	width           : 800px;
	height          : 650px;
  }
  
  div#flashcontent {
    width           : 157px;
	height          : 650px;
  }
  
  div#content {
    width           : 550px;
	height          : 650px;
	
	margin-left     : 30px;
  }
  
  div#content p {
    text-align      : justify;
	margin-bottom   : 20px;
	
	color           : #8a8a8a;
  }
  
  div#content p em {
    font-size       : 20px;
  }
  
  div#flashcontent, div#content {
    float           : left;
  }
  
  h1 {
    color           : #cb182d;
    font-size       : 35px;
	font-weight     : normal;
	
	padding-bottom  : 7px;
	margin-bottom   : 20px;
	
	border-bottom   : 1px solid #cccccc;
  }
  
  ul {
    color           : #cb182d;
  }
  
  ul strong {
    font-weight     : normal;
	font-size       : 18px;
  }
  
  ul span {
    color           : #8a8a8a;
  }
  
  ul li {
    text-align      : justify;
    margin-bottom   : 10px;
  }
  
  div#back {
    position        : absolute;
	top             : 100%;
	left            : 100%;
	
	margin-left     : -376px;
	margin-top      : -195px;
  }
}