@charset "utf-8";
#logo_ed {
}
#line {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E437;
	margin-bottom: 50px;
	position: relative;
}
html, body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
a img {
	border: none;
}
.header {
	width: 100%;
	height: 93px;
	position: relative;
	padding-top: 0px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	position: relative;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
}
.header .menu {
	color: #000;
	position: relative;
	top: -10px;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 10px;
}
.contact, .home {
	position:fixed;
	top:30px;
	right:20px;
	z-index:1;
}

/* center images */
.layout {
	display: table;
	height: 100%;
	overflow: hidden;
	text-align: center;
	width: 1px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.layout-wrapper {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.layout-content {
	display: inline-block;
	position: relative;
/*	margin-left: auto;
	margin-right: auto;*/
	margin: 20px;
}
/* end center */

/* navigation */
.close {
	position:fixed;
	top:18px;
	right:8px;
	z-index:1;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
}
.footer {
	position:fixed;
	bottom:50px;
	min-width:500px;
	padding-left:10px;
	margin-left:60px;
	margin-right:60px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #E2E437;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
}
.previous {
	position:fixed;
	top:0px;
	left:0%;
	height:100%;
}
.next {
	position:fixed;
	top:0px;
	right:0%;
	height:100%;
}
/* end navigation */

/* form */
input, label {
	display: block;
}
.formitem {
	margin-right: auto;
	margin-left: auto;
	height:1.5em;
	margin-bottom: 1.3em;
	width: 350px;
}
input, textarea {
	max-width: 350px;
	min-width: 350px;
	float: right;
	height:1.5em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#ddd;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	-moz-box-shadow: none;
	border-radius: 0px;
	}
textarea {
	overflow: auto;
}
label {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #666;
}
#bericht {
	height: 150px;
}
.submit, .submitted {
	line-height: 3em;
	height: 3em;
	color: #666;
	min-width: 353px;
	margin: 10px 0;
	padding: 0px;
	background-color: #E2E437;
}
.submitted {
	background-color: #999;
	color: #E2E437;
}
.bedankt {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
/* end form */