html, body, div, span, applet, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
html, body, #container, #outerWrapper {
	min-height: 100%;
	min-width:100%;
	height: 100%;
}
html>body, html>body #container, html>body #container #outerWrapper {
	height: auto;
}
body {
	background: #fee34a url(../images/background.jpg) no-repeat 50% 50%;
	background-attachment:fixed;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* ================ Common =============================== */

img {
	vertical-align:middle;
}
h1 {
	color: #6d9863;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
}

h2 {
	color: #6d9863;
	font-size: 0.88em;
	font-weight: bold;
	line-height: 0.88;
}

p {
	text-align:justify;
	font-size:0.75em;
}
a, a:link {
	color: #3c982d;
	font-weight: bold;
	text-decoration: none;
	border:none;
}
a img {
	
	border: none;
}
a:visited {
	color: #2d7336;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #09760d;
	text-decoration: underline;
}
a:focus {
	color: #09760d;
}
a:active {
	color: #164619;
}

a:active, a:focus {
	outline: 0;
}

div.hr {
	width: 100%;
	height: 1px;
	background: #fff url(../images/dot.gif);
}
div.hr hr {
	display: none;
}

ul {
	list-style-type:square;
}
.strong {
	font-weight:bold;
}

.notabene {
	font-style:italic;
}
/* ================ Main Layout =============================== */

#container {
	position: absolute;
	top: 0;
	left: 0;/* the bottom margin is the negative value of the footer's height */
}
#outerWrapper {
	position:relative;
	margin: 0 auto -18px;
}
#innerWrapper {
	margin: 8em auto 3em auto;
	min-width: 880px;
	min-height: 100%;
	text-align: left;
	width: 55em;
}

#innerWrapper #contentWrapper #menu {
	position:relative;
	border-right: solid 1px #8ab573;
	float: left;
	/*margin-right: 1em;*/
	margin-top:12px;
	margin-right:25px;
	padding: 10px 10px 10px 10px;
	min-height: 30em;
	width: 10em;
	min-width:160px;
	line-height:1.5em;
}

#innerWrapper #contentWrapper #menu #image {
	position:absolute;
	bottom:0;
	right:0;
	height:142px;
	margin-right:5px;
}
#innerWrapper #contentWrapper #menu ul {
	display:none;
	list-style-type: none;
	background:none;
	font-size:0.75em;
	line-height:1.5em;
}
#innerWrapper #contentWrapper #menu .menuLabel:hover ul {
	display:inline;
}
#innerWrapper #contentWrapper #menu a:hover {
	background:none;
}
#innerWrapper #contentWrapper #menu li a {
	list-style-type: none;
	text-decoration:none;
	padding-left:2em;
	background:none;
	color:#fff;
}
#innerWrapper #contentWrapper #menu li a:hover {
	text-decoration:underline;
}
#innerWrapper #contentWrapper #menu .menuLabel {
	border-bottom:1px dotted #a3cb4b;
	background:none;
	padding: 3px 0 3px 0;
}
#innerWrapper #contentWrapper #menu .menuLabel img {
	display:inline;
	padding-right:4px;
	vertical-align:text-top;
	width: 1.19em;
	height:1.19em;
}
#innerWrapper #contentWrapper #menu .menuLabel a {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
#innerWrapper #contentWrapper #content {
	background-color: transparent;
	margin: 0 0 0 12em;
	padding: 10px 10px 10px 10px;
	min-height: 25em;
}
.top-left, .bottom-left {
	background-image: url(../images/layerLeft.gif);
	height: 12px;
	font-size: 2px;
}
.top-right, .bottom-right {
	background-image: url(../images/layerRight.gif);
	background-position:right;
	background-repeat:no-repeat;
	height: 12px;
	font-size: 2px;
}
.top-left, .bottom-left {
	margin-right: 12px;
}
.top-right, .bottom-right {
	margin-left: 12px;
	margin-top: -12px;
}
.top-right {
	background-position: 100% 0;
}
.bottom-left {
	background-position: 0 -12px;
}
.bottom-right {
	background-position: 100% -12px;
}
.inside {
	margin-left: 12px;
	margin-right: 12px;
	background: #FFF;
	color: #000;
	padding-left: 10px;
	padding-right:10px;
	padding-bottom:1em;
	text-align: left;
	min-height: 25em;
}
.insideleft, .insideright {
	background-image: url(../images/layeSide.gif);
	background-repeat: repeat-y;
}
.insideright {
	background-position: 100% 0;
}
#logo {
	float:right;
	margin: -60px 2em 1em 1em;
}
#breadcrumbNav {
	color:#000;
	font-size:0.63em;
	padding: 0.75em 0 3.75em 0;
}
#breadcrumbNav a {
	color:#000;
	text-decoration:none;
	font-weight:lighter;
}
#breadcrumbNav a:hover {
	color:#000;
	text-decoration:underline;
}
#footer {
	font-size:0.63em;
	color:#666;
	text-align:center;
	padding-right:0.63em;
}
#footer a {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#grass {
	position:absolute;
	bottom: 0;
	left:0;
	clear:both;
	height:18px;
	width:100%;
	background: url(../images/grass.gif) repeat-x bottom left;
}
#infoCorner {
	position:absolute;
	width:250px;
	height:250px;
	z-index:9999;
	right:0px;
	top:0px;
}
/* ================ Index Page =============================== */
#highlight {
	float: left;
	margin: 0.5em 0 0.5em 0;
	width: 9.50em;
}
#indexContent {
	float: right;
	margin: 0.5em 0 0.5em 0;
	padding-top:3px;
	width: 29em;
}

#indexStore {
	text-align:center;
	margin: 0.5em 0 0.5em 0;
	padding-top:3px;
	width: 100%;
}

#storeLocator {
	float:right;
	background-color:#d9d9d9;
	margin-left: 0.7em;
}

#storeLocator p{
	padding: 1em;
}
#indexContent h1, #indexStore h1 {
	background: #74b74a url(../images/menu/background/01.gif);
	color: #fff;
	padding:0.25em;
}

#storeLocator h1{
	background: #CCCCCC url(../images/bgStore.gif);
}


/* ================ News =============================== */
#newsActive p{
	margin:0;
	padding: 0;
}

#newsLink{
	text-align:right;
	font-size:0.75em;
}

/* ================ Images =============================== */

.picLeft {
	float: left;
	margin: 0 1em 0 0;
	
}

.picRight {
	float: right;
	margin: 0 0 0 1em; 
}

/* ================ Pages =============================== */

#innerWrapper #contentWrapper #content ul, #innerWrapper #contentWrapper #content ol {
	font-size:0.75em;
	margin: 0 0 0 2em;
}

/* ================ Sortiment =============================== */

#sortimentContent{
	margin: 2em auto 2em auto;
	width: 15.63em;
	height: 18.75em;
	text-align:center;
}

#sortimentContent div{
	display:none;
}

#sortimentContent:hover div{
	display:block;
	float:right;
	position:relative;
	z-index:999;
	margin-top:-14em;
	margin-right: -12em;
	padding:1em;
	width:20em;
	text-align:left;
	border:1px solid #b7274c;
	color:#b7274c;
	background:#f5f5f5;	
}

#sortimentLink{
	clear:both;
	text-align:center;
}

#sortimentLink a img{
	display:inline;
	padding: 0.5em;
}

/* ================ Werbung =============================== */

.werbRight {
 	float:right;
	margin-right:8em;
}

.werbLeft {
	float:left;
	margin-left:8em;
}

.werbRight p, .werbLeft p, .werbCenter p {
	text-align:center;
}

/* ================ RSS =============================== */

.rss {
	margin: 0;
	padding: 0;
	margin-right: -1.75em;
}
/* ================ Fix =============================== */
.notopgap {
	margin-top: 0;
}
.nobottomgap {
	margin-bottom: 0em;
}
.clearFloat {
	clear: both;
	display: block;
}

