@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Divs*/
html {
	min-height:900px;
	height:100% !important;
	height:900px;
}

body {
	height:100%;
	background: #bab9b5; /* Old browsers */
	background: -moz-linear-gradient(top,  #7b7a76 0%, #bab9b5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b7a76), color-stop(100%,#bab9b5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7b7a76 0%,#bab9b5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7b7a76 0%,#bab9b5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7b7a76 0%,#bab9b5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7b7a76 0%,#bab9b5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7a76', endColorstr='#bab9b5',GradientType=0 ); /* IE6-9 */
	z-index:30;
}

#wrapper {
	margin: 0 auto;
	height:100%;
}

#backtop {
	height:50px;
	background: #9eca1d; /* Old browsers */
	background: -moz-linear-gradient(top,  #cde48a 0%, #9eca1d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cde48a), color-stop(100%,#9eca1d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cde48a 0%,#9eca1d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cde48a 0%,#9eca1d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cde48a 0%,#9eca1d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cde48a 0%,#9eca1d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde48a', endColorstr='#9eca1d',GradientType=0 ); /* IE6-9 */
}

#backheader {
	height:125px;
	background:#292927;
	background-image:url(../images/dark_noise_diagonal.jpg);
	z-index:20;
}

#main {
	min-height: 100%;
	min-height: 900px;
	width:960px;
	margin:-175px auto;
}

#contentwrapper {
	padding-bottom: 225px; 
}

#topcontainer {
	height:175px;
}

#logo {
	height:150px;
	width:300px;
	float:left;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-bottom-left-radius:20px;
	-moz-border-bottom-right-radius:20px;
	-o-border-bottom-left-radius:20px;
	-o-border-bottom-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	z-index:999;
	position:relative;
}

#logo h1 {
	height:150px;
	width:300px;
	display:block;
	line-height:999px;
	overflow:hidden;
}

#top {
	height:50px;
	font-size:1.4em;
	font-style:italic;
	text-align:right;
	padding-top:12px;
}

#header {
	height:125px;
	text-align:right;
	font-style:italic;
	padding-top:20px;
}

#header blockquote {
	font-size:2em;
}

#content {
	width:500px;
	float:left;
}

#sidebar {
	width:160px;
	float:right;
	padding:40px 10px;
}

#angebote {
	width:150px;
	padding:10px;
	font-size:0.9em;
	background: #dfd8ce; /* Old browsers */
	background: -moz-linear-gradient(top,  #edece7 0%, #dfd8ce 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edece7), color-stop(100%,#dfd8ce)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #edece7 0%,#dfd8ce 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #edece7 0%,#dfd8ce 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #edece7 0%,#dfd8ce 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #edece7 0%,#dfd8ce 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edece7', endColorstr='#dfd8ce',GradientType=0 ); /* IE6-9 */
	z-index:30;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
}

#angebote h3 {
	font-size:1.3em;
	color:#007bc1;
	padding-bottom:20px;
}

dl.specials dt h4{
	font-size:1.1em;
}

dl.specials dt p {
	color:#292927;
}

dl.specials dd {
	border-bottom:1px solid #75756f;
	margin-bottom:10px;
	color:rgb(178,47,135);
	color:rgba(178,47,135,0.7);
	font-weight:bold;
	font-size:1.5em;
	text-align:right;
}

#footer {
	height:300px;
	margin-top: -200px; 
	background:#292927;
}

#infooter {
	margin:0 auto;
	width:960px;
	height:175px;
}

#bottom {
	font-size:0.8em;
	text-transform:uppercase;
	color:#000;
	text-align:center;
	height:25px;
}

#bottom span {
	padding:0 20px;
}

#bottom a {
	color:#7c7d79;
}

.footercol {
	width:280px;
	height:165px;
	float:left;
	font-size:1.4em;
	font-style:italic;
	padding-top:20px;
	padding-left:40px;
}

ul.navi {
	width:750px;
	height:400px;
	margin:40px auto;
}

ul.navi li {
	height:200px;
	width:250px;
	display:block;
	float:left;
}

ul.navi li.image {

}

ul.navi li.image img {
	height:150px;
}

ul.navi li.image h2 {
	font-size:2em;
	color:#FFF;
	font-style:italic;
}

ul.navi li.image p {
	padding-top:10px;
	color:#fcfcfa;
	text-shadow: 0 0 1px rgba(0,0,0,0.7);
	-webkit-text-shadow: 0 0 1px rgba(0,0,0,0.7);
	-moz-text-shadow: 0 0 1px rgba(0,0,0,0.7);
	-o-text-shadow: 0 0 1px rgba(0,0,0,0.7);
}

ul.navi li.image a {
	text-decoration:underline;
	font-style:italic;
	color:#fcfcfa;
	line-height:2em;
	font-weight:bold;
	text-shadow: 0 0 3px rgba(0,0,0,0.7);
	-webkit-text-shadow: 0 0 3px rgba(0,0,0,0.7);
	-moz-text-shadow: 0 0 3px rgba(0,0,0,0.7);
	-o-text-shadow: 0 0 3px rgba(0,0,0,0.7);
}

ul.navi li.image div {
	height:40px;
	padding:0 10px;
	margin-top:160px;
	overflow:hidden;
	-webkit-transition:ease-in-out 0.5s all;
	-moz-transition:ease-in-out 0.5s all;
	-o-transition:ease-in-out 0.5s all;
	transition:ease-in-out 0.5s all;
}

ul.navi li.image div:hover {
	height:200px;
	margin-top:0;
}

dd {
	padding-bottom:5px;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/*Infoseiten*/

.info {
	padding-top:40px;
	width:750px;
	margin:0 auto;
}

.info h2 {
	font-size:2em;
}

.info p {
	padding-top:10px;
}

.info a {
	color:#fcfcfa;
}

/*Formulare*/
form {
	width:750px;
}

form ul {
	width: 650px;
	margin:0 auto;
}

form li {
	padding:5px 0;
}

label {
	width:150px;
	display:inline-block;
	vertical-align:top;
	font-size:1.3em;
	text-align:right;
}

input[type="text"], textarea {
	border:0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	font-size:1.2em;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}

textarea {
	width:398px;
}

input[type="text"] {
	width:400px;
	height:25px;
}

.btnCancel, .btnSend {
	width:100px;
	border:1px solid #007bc1;
	background:#007bc1;
	margin-left:152px;
	height:25px;
	font-size:1.1em;
	font-family:"Times New Roman", Times, serif;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	color:#fcfcfa;
}

.btnCancel:hover, .btnSend:hover {
	border:1px solid #fcfcfa;
}

.btnSend {
	margin-left:200px;
}

/*Helper Classes*/
.clearfix {
	clear:both;
}

.shadow {
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.8);
	   -moz-box-shadow: 0 0 30px rgba(0,0,0,0.8);
	     -o-box-shadow: 0 0 30px rgba(0,0,0,0.8);
	        box-shadow: 0 0 30px rgba(0,0,0,0.8);
}

.darktext {
	color:#292927;
}

.lighttext {
	color:#bab9b5;
}

strong {
	font-weight:bold;
}

.textimg {
	float:left;
	padding:10px 20px 10px 0;
}

.green {
	background:rgb(147,197,3);
	background:rgba(147,197,3,0.7);
}

.pink {
	background:rgb(178,47,135);
	background:rgba(178,47,135,0.7);
}

.orange {
	background:rgb(255,127,45);
	background:rgba(255,127,45,0.7);
}

.blue {
	background:rgb(0,128,131);
	background:rgba(0,128,131,0.7);
}

.first {
	background:url(../images/first.jpg);
}
.second {
	background:url(../images/second.jpg);
}

.third {
	background:url(../images/third.jpg);
}

.fourth {
	background:url(../images/fourth.jpg);
}