@charset "UTF-8";
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
	font: 0.875em/1.4 "Trebuchet MS","Helvetica Neue",Arial,Helvetica,sans-serif;
	background-color: #4E5869;
	margin: 0;
	padding: 0;
	color: #222;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

h2 {
	font-size: 2em;
    margin-bottom: 0em;
}
a img {
	border: none;
}

a:link {
	color:#414958;
	text-decoration: none;
}
a:visited {
	color: #4E5869;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

.mainwrapper {
	background: url("../images/bg-site-01.jpg") no-repeat center 0 / 110% auto #FFFFFF;
    display: table;
    height: 100%;
    width: 100%;
}

.centered {
	display: table-cell;
    position: relative;
    vertical-align: middle;
}

#site-wrapper {	
	background: url("../images/bg-white-transpar.png") repeat transparent;
    margin: 0 auto;
    padding: 50px 0;
    width: 100%;
}

.container {
	width: 950px;
	height: 715px;
    margin: 0 auto;
    position: relative;
}


/* content */
h1.logo {
	display: block;
	width:548px;
	height: 220px;
	background: url("../images/logo.gif") no-repeat;
	margin-bottom: 0.75em;
	margin-top: -50px;
}

h1.logo span {
	position: absolute;
	left: -9999px;
	top:0;
}

.container h2, .container h3, .container p {
	width: 490px;
	padding-left: 25px;
}

/* footer */
#footer {
	background: #A6A6A6;
    bottom: 0;
    height: 52px;
    left: 0;
    position: absolute;
    width: 100%;
}

#footer h3 {
	position: absolute;
	display: block;
	background: url("../images/bg-footer-left.png") no-repeat;
    bottom: 0;
    color: #FFFFFF;
	font-size: 1em;
    height: 57px;
    left: 0;
    margin: 0;
    overflow: hidden;
    width: 188px;
	text-transform: uppercase;
	padding: 0;
}

#footer h3 span {
	display: block;
	margin: 20px 0 0 25px;
}

#footer p {
	padding: 0 20px 0 190px;
	width: 600px;
	line-height: 52px;
	margin: 0;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer span.image {
	display: block;
	background: url("../images/model-2.gif") repeat scroll 0 0 transparent;
	bottom: -50px;
	height: 600px;
	left: 705px;
	position: absolute;
	width: 244px;
}

/* other */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* form */
form {
	margin-left: 25px;
	width: 500px;
}

form input, form textarea {
	width: 100%;
	margin-bottom: 1.5em;
}

form label {
	display: block;
}

form .row1 {
	float: left;
	width: 49%;
	margin-right: 1%;
}

form .row2 {
	float: right;
	width: 49%;
	margin-left: 1%;
}

form input.button {
	width: auto;
}