﻿@charset "utf-8";

body  {
	width: 100%;
	height: 100%;
	margin: 0;
    background:url(../Bilder/maincontainer-bg-big.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
}
.h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight:normal;
	color: #FFF;
    text-shadow: 0 0 3px black;
}
.h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #1D5042;
}
#MainContainer {
	width: 1024px;
	margin: 0;
	position: relative;
	height: 768px;
	color: #FFF;
}
.block {
	text-align: center;
	vertical-align: middle;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #FFF;
}
#Text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	color: #000000;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration:none;
	font-stretch:expanded;
	font-weight:bolder;
	color:#ede210;
	text-shadow: 0 0 3px black;
}
a:active {
	text-decoration: none;
}
#infobox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: bolder;
	color:#FFF;
	text-shadow: 0 0 5px black;
	text-align: center;
	vertical-align: middle;
	line-height:1.5em;
	padding: 1%;
	
}
