* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#888;
	line-height:20px;
}

#bgcontainer {
	position: absolute;
	left:50%;
	width: 50%;
	height:100%;
	background-image:url(../bilder/bg-trans.png);
	background-repeat:repeat;
	z-index:900;
}

#maincontainer {
	position: relative;
	margin:0 auto;
	height: 100%;
	width: 85%;
	max-width:1400px;
	min-width:900px;
}

#navicontainer {
	position:absolute;
	right:50%;
	top:50%;
	margin-right:10px;
	margin-top:-225px;
	width:180px;
	height:520px;
	overflow:hidden;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	z-index:900;
}

#contact {
	width:100%;
	height:70px;
	margin-bottom:20px;
	padding:10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	line-height:16px;
	background-color:#0b5637;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	cursor:pointer;
}

#contact:hover {
	background-color:#922521;
}

.blankbutton {
	width:100%;
	height:30px;
	margin-bottom:10px;
	padding:0px 10px;
	line-height:30px;
	cursor:pointer;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.navibutton {
	width:100%;
	height:30px;
	margin-bottom:10px;
	padding:0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	text-transform:uppercase;
	line-height:30px;
	background-image:url(../bilder/bg-navibutton.png);
	cursor:pointer;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.navibutton:hover {
	background-image:url(../bilder/bg-navibutton-hover.png);
}

.navibuttoncurrent {
	width:100%;
	height:30px;
	margin-bottom:10px;
	padding:0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0b5637;
	text-transform:uppercase;
	line-height:30px;
	background-image:url(../bilder/bg-navibutton-hover.png);
	cursor:pointer;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#logo {
	position:absolute;
	left:50px;;
	top:50%;
	margin-top:-277px;
	width:250px;
	height:122px;
	background-image:url(../bilder/logo-hallen-baumschulen.png);
	cursor:pointer;
}

#startcontent {
	position:absolute;
	left:0px;;
	top:50%;
	bottom:50px;
	right:100px;
	margin-top:-135px;
	padding-right:10px;	
	text-align:justify;
}

.balken {
	width:400px;
	height:30px;
	margin-bottom:10px;
	padding:0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	line-height:30px;
	text-indent:40px;
	background-image:url(../bilder/bg-balken.png);
	background-repeat:no-repeat;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#content {
	position:absolute;
	left:50px;;
	top:50%;
	bottom:50px;
	right:100px;
	margin-top:-135px;
	padding-right:10px;	
	text-align:justify;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#0b5637;
	line-height:30px;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#922521;
	line-height:20px;
}

#content p {
	margin-bottom:10px;
}

#content a {
	text-decoration:none;
	color:#922521;
}

#content a:hover {
	color:#0b5637;
}



.ani, .ani:hover {
	transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-webkit-transition: all 0.5s linear 0s;
}

.formular {
	margin:10px 0px 10px 0px;
	padding:0px;
	border-collapse:collapse;
	width:360px;
}

.formular tr td:first-child {
	width:30%;
	line-height:20px;
	vertical-align:top;
}

.formular tr td:last-child {
	width:70%;
}

.input {
	border:1px solid #888;
	width:100%;
	background-color:#FFF;
	height:25px;
	margin-bottom:5px;
	padding:2px 4px;
	color:#888;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.textarea {
	border:1px solid #888;
	width:360px;;
	min-height:25px;
	margin-top:10px;
	height:110px;
	background-color:#FFF;
	padding:2px 4px;
	color:#888;
	resize:vertical;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#888;
	line-height:20px;
}

.submit {
	width:360px;
	background-color:#0b5637;
	height:30px;
	margin-top:10px;
	margin-bottom:5px;
	color:#fff;
	border:0px;
	line-height:30px;
	cursor:pointer;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.submit:hover {
	background-color:#922521;
}

.button {
	width:360px;
	background-color:#0b5637;
	height:30px;
	margin-top:10px;
	margin-bottom:5px;
	color:#fff;
	border:0px;
	line-height:30px;
	cursor:pointer;
	text-indent:10px;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

