/* *********************************************** */
/* reset */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, object {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}


table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/******************************************************************************************/


body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #2E2E2E; 
	background:#1c3846;
	font: 18px/26px 'Open Sans', Arial,sans-serif;
	font-weight: 300;
}


i {
	font-size: 11px;
}

p {margin: 15px 0;
	text-align:left;
}

em {font-style: italic; font-weight: 300; font-size: 14px;}

h1 {
	font-size: 28px;
	line-height: 36px;
	color: #1c3846;
	margin: 10px 0;
	font-weight: 700;
	text-align: center;
	}


h2 {
	font-size: 28px;
	line-height: 36px;
	color: #1c3846;
	margin: 50px 0 10px;
	font-weight: 400;
	text-align: left;
}


h3 {
	font-size: 24px;
	line-height: 26px;
	color: #811F00;
	font-weight: 400;	
	margin: 40px 0 20px 0;

}

h4 {
	font-size: 24px;
	line-height: 26px;
	color: #2E2E2E;
	font-weight: 400;	
	margin: 40px 0 20px 0;
	
}

strong {font-weight: bold;}


ol, ul {
	list-style: none;
	margin: 20px 0 20px; 
	padding: 40px 80px 40px 60px;
	list-style-position: outside;
	font-weight: 300;
}

ul li {
	list-style: square;
	padding-left: 20px;
	margin-bottom: 5px;
	}

ol li {
	padding-left: 15px;
	margin-bottom: 10px;
	list-style-type:decimal
	}

.trenner:before {
    background-image: -moz-linear-gradient(left center , #FAFAFA 0%, rgba(250, 250, 250, 0) 50%, #FAFAFA 100%);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.trenner {
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #FFFFFF;
    height: 1px;
    margin: 70px 0 60px;
    position: relative;
    width: 100%;
}

.trennlinie{
	width: 980px;
	float: left;
	margin: 0px 0px 10px -200px
	position: absolute;
	
	
	
}


/***********   RAHMEN   **********/


#top-stitch {
    background: url("images/top-stich.png") repeat-x scroll left bottom;
    height: 7px;
}

#wrapper {
	width: 980px;
	margin: 5px auto 0;
	position: relative;
}

.button {
	position: absolute;
	top: 70px;
	right: -30px;
	width: 149px;
	height: 149px;
	padding: 30px;
	background: url('images/button.png') no-repeat;
	/**-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);**/
	text-align: center;
	color: white;
	text-shadow: 2px 2px 2px #000;font-size: 20px;
}

.logo {
	position: absolute;
	
	top: 10px;
	right: 10px;
}

.topheader{
	width:980px;
	height:65px;
	float:left;
	margin:0px 0px 0px -80px;
	position:relative;
	text-align: left;
	color: #fff !important;
	background-image:url(images/Header_top2.png) ;
	
}

.header {
	width: 980px;
	float: left;
	margin: 0px 0px 10px -80px;
	position: relative;
	text-align: left;
	text-shadow: 2px 2px 2px #000;
	color: #fff !important;
}

.header h1, .header h2, .header h3 {
	color: white;
	}

.header img {float: left;}

.inhalt {
	width: 820px;
	float: left;
	position:relative;
	margin: 0px 0px 30px 0px;
	text-align: left;
	padding: 0 80px 30px;
	background: #fff!important;
}

.inhalt2 {
	width: 900px;
	float: left;
	padding:0px 0px 0px 80px;
	text-align: left;
	margin: 0 20px 0 -80px;
	background:#0076d3;
	color:#ffffff;
}


.gelb{
	background:#F9F2DC;
}

form.formular {
	background: #fff;
	padding: 10px;
	float: left;
	width: 320px;
	color: #2e2e2e;
	margin: 10px 20px 0 0;
	border-right: 1px solid #2e2e2e;
	border-bottom: 1px solid  #2e2e2e;
/**	voice-family: "\"}\"";
	voice-family: intherit;
	width: 260px;**/
}
form.formular h3 {color: white;}


form label {
	width: 240px;
	margin: 3px 0;
	float: left;
	text-align: left;
}

form input {
	width: 160px;
	float: left;
	border: 1px solid #000;
	padding: 5px;
}

form input.submit:hover, button:hover {
	width: 120px;
	color: #fff;
	float: right;
	padding: 5px;
	font-size: 14px;
	margin: 0px 0 0 10px;
	cursor: pointer;
	border-radius: 15px;
	border: 1px solid #eee;
background: #4c4c4c; /* Old browsers */

}


form input.submit, button {
	width: 120px;
	color: #fff;
	float: right;
	padding: 5px;
	font-size: 14px;
	margin: 0px 0 0 10px;
	cursor: pointer;
	border-radius: 15px;
	border: 1px solid #eee;
background: #4c4c4c; /* Old browsers */

background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */

background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */


}

form p {
	width: 100%;
	float: left;
}

.kasten {
	background: #E4E4E4;
	padding: 20px;
	
	line-height: 24px;
	float: left;
	width: 720px;
	
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	text-shadow: 2px 2px white;
}

.kasten2 {
	background: #E4E4E4;
	padding: 30px;
	margin: 20px 20px 20px 0;
	line-height: 24px;
	float: left;
	width: 760px;
	text-align: center;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	text-shadow: 2px 2px white;

}


.bestellbox ul li {
	list-style: square;
	padding: 0;
	background: none;
	}

.bestellbox {
	background: #fff;
	padding: 10px 20px 20px 20px;
	font-size: 16px;
	line-height: 24px;
    border-radius: 10px 10px 10px 10px;
}

.bestellbox a {
	text-decoration: underline;
	font-weight: bold;
}

.bestellbox a h2, .bestellbox h2 a, .kasten a h2, .kasten h2 a {text-decoration: underline; font-weight: bold;}

.bestellbox a h2:hover, .bestellbox h2 a:hover, .kasten a h2:hover, .kasten h2 a:hover {text-decoration: none;}

.verkauf {
	background: white; padding: 10px; color: #000;
	}
	
	/**
a.button_kaufen {
	 background: url(images/button-kaufen2.png) no-repeat;
	 background-position: 0 0; 
	 text-align: center; 
	 width: 150px; 
	 height: 62px; 
	 float: left; 
	 color: white; 
	 text-decoration: none;
	 padding-top: 20px;
	 font-size: 18px;
	 line-height: 18px;
	}	
	
a.button_kaufen:hover {
	background-position: 0 -82px;
	}	**/
	
	
	a.button_kaufen {
	 background: url(images/button-kaufen2.png) no-repeat;
	 background-position: 0 0; 
	 text-align: center; 
	 width: 330px; 
	 height: 68px; 
	 float: left; 
	 color: white; 
	 text-decoration: none;
	 text-shadow: none;
	 padding-top: 15px;
	 margin: 0 215px 20px 250px;
	}	
	
a.button_kaufen:hover {
	background-position: 0 -82px;
	}	
	
table { border-collapse: collapse; border-spacing: 0px; margin-bottom: 20px; width: 100%;}
table td {padding: 10px; width: 350px; border-radius: 3px; border: 1px solid #c5c5c5;}
table, th, td {}
table h2, table h3 {}

.fancybox img {border: 1px solid #2E2E2E;}
.galerie {width: 250px; float: left; margin-right: 20px; font-size: 13px; line-height: 15px;}