/* CSS 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, 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;
}
textarea { 
	resize: none; 
}

/* CSS */
html {
/*	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;*/
}

body {
	font-family:verdana;
	color:#3a3328;
	font-size:13px;
	line-height:20px;
	background-image:url(/images/kachel.jpg);
	background-repeat:repeat;
	background-position:top left;
}

a {
	text-decoration:none;
}

h1 {
	font-size:11px;
	color:#C08C7B;
	padding:0px 0px 5px 0px;
	text-transform:uppercase;
}

h2 {
	font-size:15px;
	font-weight:bold;
	color:#ac3618;
	padding-top:10px;
	margin: 30px 0 20px 0;
}

#main {
	position:relative;
	width:960px;
	overflow:hidden;
}

#logo {
	position:relative;
	top:0;
	left:0;
	width:380px;
	height:141px;
	overflow:hidden;
}

#products {
	position:absolute;
	top:0;
	right:0;
	width:580px;
	height:175px;
	overflow:hidden;
	background-image:url(/images/produkte.png);
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
}

#einkaufszettel {
	position:absolute;
	top:190px;
	right:25px;
	width:175px;
	height:191px;
	overflow:hidden;
	z-index:10;
}

	#einkaufszettel_link_1 {
		position:absolute;
		top:65px;
		left:65px;
		width:95px;
		height:23px;
		overflow:hidden;
	}

	#einkaufszettel_link_2 {
		position:absolute;
		top:88px;
		left:65px;
		width:95px;
		height:23px;
		overflow:hidden;
	}

	#einkaufszettel_link_3 {
		position:absolute;
		top:111px;
		left:65px;
		width:95px;
		height:23px;
		overflow:hidden;
	}

	#einkaufszettel_link_4 {
		position:absolute;
		top:134px;
		left:65px;
		width:95px;
		height:25px;
		overflow:hidden;
	}

#content_top {
	position:relative;
	top:-12px;
	right:0;
	width:873px;
	height:35px;
	overflow:hidden;
	background-image:url(/images/bg_top.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#content_bottom {
	position:relative;
	top:-12px;
	right:0;
	width:873px;
	height:35px;
	overflow:hidden;
	background-image:url(/images/bg_bottom.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#content {
	position:relative;
	top:-12px;
	right:0;
	width:873px;
	min-height:400px;
	overflow:hidden;
	background-image:url(/images/bg_content.png);
	background-repeat:repeat-y;
	background-position:top left;
	padding-bottom:35px;
}

#top_nav {
	position:relative;
	margin-top:15px;
	width:825px;
	height:40px;
	overflow:hidden;
	background-image:url(/images/dekobalken.png);
	background-repeat:no-repeat;
	background-position:top left;
}

	#top_nav ul li:first-child {
		float:left;
		margin:13px 0 0 30px;
		padding-right:15px;
		list-style-image:url(/images/blank.gif);
	}

	#top_nav ul li {
		float:left;
		margin:13px 0 0 10px;
		padding-right:15px;
		list-style-image:url(/images/top_nav_list_style.png);
	}

	#top_nav a {
		font-size:12px;
		font-family:Georgia;
		color:#b9aaa6;
		text-transform:uppercase;
	}

	#top_nav a:hover {
		color:#fff;
	}

#images {
	position:relative;
	width:825px;
	height:190px;
	overflow:hidden;
}

#white_line {
	position:relative;
	width:825px;
	height:25px;
	overflow:hidden;
	background-color:#fff;
}

#container {
	background-image:url(/images/bg_content_line.png);
	background-repeat:repeat-y;
	background-position:top left;
	padding:0px 100px 25px 30px;
	margin:40px 0 100px 0;
}

#main_nav {
	float:left;
	width:160px;
	min-height:300px;
	line-height:23px;
}

	.mainnav_left {
		float:left;
		width:20px;
		overflow:hidden;
		font-size:0.8em;
		color:#c08c7b;
	}

	.mainnav_right {
		float:left;
	}

	#main_nav a {
		font-family:Georgia;
		text-decoration:none;
		color:#732c1f;
}

	#main_nav a:hover {
		color:#000;
}

#main_content {
	float:left;
	margin-left:30px;
	width:530px;
	min-height:300px;
	padding-bottom:50px;
}

	#main_content h1 {
		width:445px;
		overflow:hidden;
		margin-bottom:50px;
}

	.header2 {
		background-image:url(/images/bg_block.jpg);
		background-repeat:no-repeat;
		background-position:top left;
	}

	.header2_date {
		background-image:url(/images/bg_block_date.jpg);
		background-repeat:no-repeat;
		background-position:top left;
	}

	#main_content_block > h2:first-child, #main_content_block_right > h2:first-child {
		margin-top:10px !important;
	}

	#main_content_block > h2, #main_content_block_right > h2 {
	}

	#main_content_block img {
		float:left;
		margin:5px 15px 15px 0;
	}

	#main_content_block_right img {
		float:right;
		margin:5px 0 15px 15px;
	}

	#main_content a {
		background-image:url(/images/link_deko.png);
		background-repeat:no-repeat;
		background-position:center left;
		padding-left:30px;
		font-family:Verdana;
		font-size:12px;
		color:#ac3618;
		text-decoration:underline;
		font-weight:normal;
}

	#main_content a:hover {
	color:#000;
}

#container_deko {
	position:absolute;
	top:275px;
	left:0px;
	width:55px;
	height:63px;
	overflow:hidden;
	background-image:url(/images/deko_blume.png);
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
}

#copyright {
	position:absolute;
	bottom:130px;
	left:167px;
	width:23px;
	height:171px;
	overflow:hidden;
	background-image:url(/images/copyright.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#bottom_deko {
	position:absolute;
	bottom:85px;
	left:0px;
	width:55px;
	height:63px;
	overflow:hidden;
	background-image:url(/images/deko_blume.png);
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
}

#footer {
	position:absolute;
	bottom:20px;
	left:0;
	width:825px;
	height:96px;
	overflow:hidden;
	background-image:url(/images/navi_bottom.png);
	background-repeat:no-repeat;
	background-position:top left;
	line-height:23px;
}

	#footer a {
	font-family:Georgia;
	font-size:14px;
	text-decoration:none;
	color:#732c1f;
}

	#footer a:hover {
	color:#000;
}

#bottomnav_left {
	position:absolute;
	top:17px;
	left:150px;
}

#bottomnav_center {
	position:absolute;
	top:17px;
	left:365px;
}

#bottomnav_right {
	position:absolute;
	top:17px;
	left:590px;
}

/* GLOBAL CLASSES */

.clear { clear:both; }
.weBtnMiddle { margin: 0 !important; float:none !important; border:2px solid red !important; }
.block_container { position:relative; min-height:160px; display:block; }
.anchor a {background-image:none !important; }
.fliesstext a {background-image:none !important; padding:0 !important; }

/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:825px;
	height:190px;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
  display:none;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
  margin-bottom:10px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}