﻿html {
 	height: 100%;
 	}
 
body {
 	margin:0;
 	padding:0;
 	background: #C60836;
 	background-image: url('images/bg.jpg'); background-repeat: repeat-y;
 	}
 
a { 
 	font-weight:bold;
 	text-decoration:none;
 	}

a:hover {
	text-decoration:underline;
	}

#top {
	position:absolute; 
	height: 110px; 
	width: 100%; 
	background-image: url('images/titel.jpg'); 
	background-repeat: no-repeat;
	background-position:top right;	
} 
	
#flashcontent {
	float: left; width: 950px; height: 450px; padding-top: 50px;
	}
 
#slogan {
  	position:absolute; 
  	height: 40px; 
  	width: 130px; 
  	background-image: url('images/copy.gif'); 
  	background-repeat: no-repeat; top: 560px; left: 300px;
  	}