@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
html, body {
	width: 100%;
	height:100%;
}
body {
	background-color:#c8e0a6;
}
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 42px;
	color: #416881;
	margin:0;
	text-transform:uppercase;
	letter-spacing:1px;
}
a:link {
	color: #416881;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	/*color: #000;*/
}
a:hover {
	text-decoration: underline;
	/*color: #000;*/
}
a:active {
	text-decoration: none;
	/*color: #000;*/
}
#wrapper {
	display: table;
	/*min-height:100%;*/
	width: 100%;
	min-width:100%;
	overflow:auto;
	height: 60%;
}
#top {
	/*vertical-align: top;*/
	/*display: table-cell;*/
	width: 100%;
	margin:0 auto;
}
#center {
	display: table-cell;
	vertical-align: middle;
	/* height: 100%; */
	/* clear:both; */
	width:100%;
	min-width:100%;
	/* margin: 50px 0; */
}
#bottom {
	/* vertical-align: bottom; */
	display: table-cell;
	clear:both;
	width:100%;
	position:absolute;
	bottom:0;
}
.logo_wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	float: left;
	padding-top: 25px;
}
#content {
	background-color: #FFF;
	padding: 20px;
	/* height: 376px; */
	width: 660px;
	margin:0 auto;
}
.title {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #416881;
	/* float: left; */
	width: 422px;
	padding-bottom: 10px;
}
.cover {
	float: right;
	margin-left: 10px;
}
.text {
	padding-top: 25px;
}
.clear {
	clear: both;
}
.form {
	font-size:11px;
	position: relative;
	bottom: -30px;
}
input[type="email"] {
	border: 1px solid #000;
	padding: 8px;
	outline: 0;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	width: 228px;
}
.btn {
	float: right;
	margin-left: 30px;
	width:164px;
}
input[type="submit"] {
	background-color:#79ba42;
	color:#fff;
	font: normal bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 164px;
	height: 58px;
	cursor:pointer;
	white-space:normal;
	border:none;
}
.formfield {
	width: 228px;
	float:left;
}
#content p, #inline p {
	margin-bottom:1em;
}
.check {
	clear: left;
	padding-top: 1em;
}
#footer {
	font-size: 11px;
	background-color: #ebe8d9;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #79ba42;
	/* position:absolute;
	bottom:0; */
	width:100%;
	height: 100%;
}
.copyright {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
label {
	margin-left: 5px;
}
.button {
	background-color:#79ba42;
	color:#fff;
	font: normal bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px;
	cursor:pointer;
	white-space:normal;
	border:none;
}
.button a:link {
	color:#fff;
}
.kontakt {
	color: #79ba42;
}
a.footer_link {
	color:#000;
}