/*
Free Html5 Responsive Templates
Author: Kimmy
Author URI: http://www.zerotheme.com/
*/
/* ---------------------Reset----------------------- */
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
	background:transparent;
	border:0 none;
	font-size:100%;
	margin:0,40,0,0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:top;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
table, table td {
	padding:0;
	border:none;
	border-collapse:collapse;
}
img {
	vertical-align:top;
}
embed {
	vertical-align:top;
}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block;
}
mark, rp, rt, ruby, summary, time {
	display:inline;
}
input, textarea {
	border:0;
	padding:0;
	margin:0;
	outline: 0;
}
iframe {
	border:0;
	margin:0;
	padding:0;
}
input, textarea, select {
	margin:0;
	padding:0px;
}
/* -------------------------------------------- */
/* ------------------Style---------------------- */
/* -------------------------------------------- */
html, body {
	width:100%;
	padding:0;
	margin:0;
}
body {
	background: #FFFFFF;
	color:#878787;
	font: 12px/25px Arial, Helvetica, sans-serif;
}


/*-------------------------*/
a {
	color: #598084;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}



/*-------------header */
Header .wrapheader {
	padding:30px 0px 30px 0px;
	background-image: url(images/bgheader.png);
}

header {
	width:960px;
	height: 90px;
	position:relative;
	margin: 0px auto 0px auto;
	z-index:100;
	background-image: url(../images/bgheader.png);
}

.header logo {
	z-index:300;
	
}

.header schrift{
	z-index:300;

}



/*------------menu */

.featured {
	width:960px;
	margin: 0px auto;


}

/*-------------button */


.amazon-button {
	width: 100px;
	height: 100px;
	display: inline-block;
	z-index:400;
	position:absolute;
	right:0%;
	bottom:250px;

}

.amazon-button a {
	width: 100px;
	height: 100px;
	background: url(../images/amazon-button.png) no-repeat;
	display: block;
}

.amazon-button a:hover {
	background-position: 0 -100px;
}



.amazon-button2 {
	width: 100px;
	height: 100px;
	display: inline-block;
	z-index:400;
	position:absolute;
	right:0%;
	bottom:50px;

}

.amazon-button2 a {
	width: 100px;
	height: 100px;
	background: url(../images/amazon-button.png) no-repeat;
	display: block;
}

.amazon-button2 a:hover {
	background-position: 0 -100px;
}

/*-------------content */


#content {
}

.hintergrund{
	position:absolute;
	background-image: url(../images/bg-kontakt.jpg);
	background-repeat:no-repeat;
}


.zerogrid {
}

.block {
}


.block01 {
	margin:0px 0px 0px 0px;
	background-image: url(../images/bgheader.png);
	background-repeat:no-repeat;
	position:absolut;
	z-index:300;

}
.block01 section {
	text-align:center;
}


.block02 {
	margin-top:40px;
	margin-bottom:20px;
	margin-right:auto;
	margin-left:auto;
}

.block02 section {
	text-align:left;
	font-size:15px;
	font-color:#878787;

}


.block03 {

}
.block03 section {
}
.block03 section img {
}
.block03 section .heading {
	font-size:14px;
	font-style:italic;
}
.block03 section a {
	text-decoration:underline;
	padding-left:10px;
}


.block04 {
}

.block04 section {
	text-align:left;
	padding: 20px 5px 0px 10px;
	font-size:15px;
	font-color:#878787;
}


.block05 {
	padding:0px 5px 5px 15px;
}


.block06 {

}
.block06 img {
	width:200px;
	padding:10px;
	border:1px solid #878787;
}
.block06 div {
	text-align:center;
	text-color:#878787;
}



#main-content {
	font-size:15px;
	line-height:20px;
	color:#878787;
	margin-top:40px;
}

#main-content article {
	clear:both;
	font-size:14px;
	margin-bottom:20px;
}

#main-content .comment {
	font-size:12px;
	font-weight:bold;
}
#main-content .comment div {
	margin-bottom: 20px;
	vertical-align:middle;
}
#main-content .comment input {
	border: 2px solid #999999;
	padding: 8px 10px;
	width:250px;
}
#main-content .comment textarea {
	border: 2px solid #999999;
	padding: 8px 10px;
	width:100%;
}
#main-content .comment input[type="submit"] {
	cursor: pointer;
	width:100px;
	float:right;
	background: -webkit-linear-gradient(top, #efefef, #ddd);
	background: -moz-linear-gradient(top, #efefef, #ddd);
	background: -ms-linear-gradient(top, #efefef, #ddd);
	background: -o-linear-gradient(top, #efefef, #ddd);
	background: linear-gradient(top, #efefef, #ddd);
	color: #333;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	border: 2px solid #999999;
}
#main-content .comment input[type="submit"]:hover {
	background: -webkit-linear-gradient(top, #eee, #ccc);
	background: -moz-linear-gradient(top, #eee, #ccc);
	background: -ms-linear-gradient(top, #eee, #ccc);
	background: -o-linear-gradient(top, #eee, #ccc);
	background: linear-gradient(top, #eee, #ccc);
	border: 2px solid #bbb;
}
#main-content .comment input[type="submit"]:active {
	background: -webkit-linear-gradient(top, #ddd, #aaa);
	background: -moz-linear-gradient(top, #ddd, #aaa);
	background: -ms-linear-gradient(top, #ddd, #aaa);
	background: -o-linear-gradient(top, #ddd, #aaa);
	background: linear-gradient(top, #ddd, #aaa);
	border: 2px solid #999;
}

/*------------footer */ 
footer .wrapfooter {
	padding:0px 0px 10px 0px;
}

footer {
	width:960px;
	hight:500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

.footercontent {
	width:500px;
	color:#878787;
	font-size:15px;
	line-height:20px;
	position:right;
}

/*------------menu */

.footernav {
	position:absolute;
	z-index:100px;
	right:0%;

}
.footernav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footernav ul li {
	position: relative;
	float: left;
	padding: 6px 5px 0px 5px
}
.footernav ul li:hover {
}

.footernav ul li a {
	font-size: 12px;
	line-height:12px;
	color: #4F4F4F;
	display: block;
	padding: 6px 10px 6px 10px;
	position: relative;
	font-weight:bold;
}
.footernav ul li:hover a {
	color:#878787;
}
