html {
	width: 100%;
	height: 100%
}

body {
	background: #616161 url(../img/bg.png) no-repeat fixed;
	font-family: Verdana, sans-serif;
	margin: 30px 0 0 0;
}

h1 {
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 48px;
	color: #ffffff;
	margin: 0 0 0 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #ffffff;
	margin: 0 0 0 0;
}

p {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #ffffff;
	margin: 0 0 0 0;
}

#impressum p {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #ffffff;
	margin: 0 0 0 0;
}

span {
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	color: #ffffff;
}

a {
	text-decoration: underline;
	color: #ffffff;
}

#wrapper {
	margin: auto;
}

#content {
	width: 700px;
}

.spacer {
	position: relative;
	float: left;
	width: 800px;
	background: transparent url(../img/spacer.png) no-repeat;
	margin: 10px 0 5px -50px;
}

.screens {
	position: relative;
	float: left;
	width: 120px;
	text-align: center;
	margin: 40px 24px 20px 24px;
}

#footerLeft {
	position: relative;
	float: left;
	width: 300px;
	margin: 0 0 0 0;
}

#footerRight {
	position: relative;
	float: right;
	margin: 0 40px 0 0;
}

#footerLine01 {
	height: 15px;
}

#footerLine02 {
	clear: both;
	height: 15px;
}

.btn {
	background: transparent url(../img/btn.png) no-repeat;
	border: 1px solid #FFF;
	width: 150px;
}

.textfield {
	width: 150px;
}

#footer {
	position: relative;
	float: left;
	margin: 20px 0 20px 0;
}

#impressum {
	clear: both;
	position: relative;
	float: left;
	width: 700px;
	margin: 20px 0 0 0;
}

#impressum .closeBtn {
	font-size: 12px;
	display: block;
	position: relative;
	float: right;
	font-weight: bold;
	margin: 0 40px 0 0;
}

.iframes {
	width: 330px;
	height: 320px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FFF;
	text-align: center;
	padding: 40px 20px 0px 20px;
}

.clearer {
	clear: both;
}

img {
 border:0;
}