﻿/**
  Autor: Sebastian Wiedling
 */


* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-family: Helvetica, Verdana, sans-serif;
	background: url(../img/background.jpg) transparent no-repeat top left;
	
}

h1 {
	color: #61849d;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 1.5em;
	line-height: 2.2em;
}

h3 {
	color: #FFF;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	text-shadow: #0c2231 0px 0px 5px;
	color: #F78E21;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.absolute {
	position: absolute;
}

.shadow {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

#logo {
	background: url(../img/logo.png) transparent no-repeat top left;
	background-size: 100%;
	width: 250px;
	height: 250px;
	margin: auto;
	margin-top: 15%;
}

/* Wrapper */
#wrapper {
	background: url(../img/background.jpg) transparent no-repeat top left;
	position: absolute;
	width: 100%;
	height: 100%;
}

div#wrapper iframe {
	background-color: #FFF;
}

/*Footer*/
div#footer {
	bottom: 0;
	padding: 5px;
	color: rgba(255,255,255,0.8);
	font-size: 0.7em;
	text-shadow: 0px 0px 5px #aa556e;
}
/*Mauszeiger*/
div#footer a {
	cursor: pointer;
}
