﻿#spot {
	background-image: url(images/grafik1.jpg);
	background-size:100% auto;
	-moz-background-size:100% auto;
	-webkit-background-size:100% auto;
	background-color: #ffffff;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0px 10px 0px 10px;
	-moz-border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;
	position: relative;
	
	padding: 0px;
	z-index: 2;
}
#spot div{
position: absolute; 
width: 100%; 
height: 270px;  
top: 0px; 
left: 0px; 
right: 0px; 
bottom: 0px;
border-radius: 0px 10px 0px 10px; 
-moz-border-radius: 0px 10px 0px 10px; 
-webkit-border-radius: 0px 10px 0px 10px;
text-align: right;
}
#spot i {
font-family:  verdana, arial, helvetica, serif; 
font-size: 18px;
color: #ffffff; 
background-color: #404040;
margin: 0px 0px 0px 0px;
padding: 10px 10px 10px 10px;
display: inline-block;
border: 1px solid #ffffff;
border-radius: 0px 0px 0px 10px; 
-moz-border-radius: 0px 0px 0px 10px; 
-webkit-border-radius: 0px 0px 0px 10px;
}

#bg {
  position: fixed; 
  top: 0; 
  left: 0; 
	
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}
