* {margin:0;padding:0;} 
html,
body {
	margin:0;
	padding:0;
	height:100%;
	font:normal 13px Verdana, Geneva, sans-serif;
	line-height:140%;
	color:#616161;
	text-align:center; 
	background:#fff url('../images/bg_body.jpg') left top repeat-x;
}


.gruen {
	color:#9c0;
}
a img { border: none; }
a { outline:none; }

#blatt {
	min-height:100%;
	/*height:100%;*/
	margin:0 auto;
	text-align:center;
}


#header {
	height:159px; 
	width:1000px;
	margin:0 auto;
	background:url('../images/bg_header.jpg');
	text-align:left;
}
#navbar {
	height:87px; 
	width:1000px;
	margin:0 auto; 
	background-image:url('../images/bg_navi.jpg'); 
	text-align:left;
}
#navbar form {
	padding:10px 15px 0 0;
	float:right;
}
#navbar input { vertical-align:bottom; border:none; 	color:#616161; }
/*#navbar ul {
	margin:0 0 0 275px;
	padding:15px 0 0 0;
}
#navbar li {
	display:inline;
}
#navbar li a {
	text-decoration:none;
	color:#fff;
	font:bold 14px Verdana, Geneva, sans-serif;
	padding:0 10px 0 10px;
}
#navbar li a:hover {
	text-decoration:none;
	color:#252525;
	font:bold 14px Verdana, Geneva, sans-serif;
	padding:0 10px 0 10px;
}*/
#navbar p {
	margin:0 0 0 275px;
	padding:10px 0 0 0;
}
#a_startseite {
	display:block;
	float:left;
	width:122px;
	height:22px;
	background:url(../images/a_startseite.jpg);
}
#a_startseite:hover {
	background:url(../images/a_startseite_h.jpg);
}
#a_versand {
	display:block;
	float:left;
	width:103px;
	height:22px;
	background:url(../images/a_versand.jpg);
}
#a_versand:hover {
	background:url(../images/a_versand_h.jpg);
}
a#a_agb {
	display:block;
	float:left;
	width:158px;
	height:22px;
	background:url(../images/a_agb.jpg);
}
a#a_agb:hover {
	background:url(../images/a_agb_h.jpg);
}
a#a_kontakt {
	display:block;
	float:left;
	width:102px;
	height:22px;
	background:url(../images/a_kontakt.jpg);
}
a#a_kontakt:hover {
	background:url(../images/a_kontakt_h.jpg);
}

#oeffnungszeiten {
	float:right;
	padding:10px 0 0 0;
	width:230px;
	height:95px;
}
#warenkorbholder {
	width:700px; margin:0 0 0 500px;
}
#warenkorb {
	/*clear:right;*/
	float:right;
	width:220px;/**/
	position:absolute;
	
	
	top:100px;
	text-align:left;
	float:right;
}
#warenkorb a {
	color:#9c0;
}
#warenkorb a:hover {
	text-decoration:none;
}


#body {
	/*overflow:auto;*/
	overflow:hidden;
	width:100%;
	/*min-height:100%;*/
}
#sec_body{
	padding-bottom:93px;
	margin:0 auto;
	text-align:left;
	width:1000px;
	background: url('../images/bg_body_div.jpg') center bottom no-repeat;
	
}
* html #wrap {height:100%}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


#sidebar {
	width:240px;
	padding:0 0 0 10px;
	float:left;
}
#sidebar h2 {
	background:url('../images/bg_sidebar_h2.png') left top no-repeat;
	color:#fff;
	font:bold 16px Arial, Helvetica, sans-serif;
	padding:12px 0 13px 12px;
}
#sidebar ul {
	list-style-type:none;
	margin:5px 0 20px 12px;
}
#sidebar li a {
	text-decoration:none;
	color:#616161;
	font:normal 14px Verdana, Geneva, sans-serif;
}
#sidebar li a:hover {
	text-decoration:underline;
}
#partnercontainer {
	margin:0 0 0 10px;
}
#partnercontainer a {
	display:block;
	padding:0 0 20px 0;
}

#content {
	float:right;
	width:720px;
	margin:0 10px 80px 0;
}
#content h2 {
	background:url('../images/bg_content_h2.png') right top no-repeat;
	color:#fff;
	font:bold 17px Arial, Helvetica, sans-serif;
	padding:12px 0 18px 13px;
	margin:0 0 10px 0;
}
#content h3 {
	font:bold 13px Verdana, Geneva, sans-serif;
}
#content h3 a {
	text-decoration:none;
	cursor:default;
}
#content p {
	padding:5px 10px;
}
#content a {
	color:#9c0;
}
#content a:hover {
	text-decoration:none;
}
#content ul {
	list-style-type:none;
	list-style-image:url('../images/li.png');
	margin:5px 0 0 40px;
}
#content li {
	padding:5px 0;
}
/*#content input[type=text], #content select,  #content textarea {
	border:1px solid #ddd;
	color:#252525;
}*/

#content input.button, #content a.button {
	padding:2px;
	border: 1px solid #9C0;
	background-color: #C9DF88;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F9EE), to(#C9DF88)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #F6F9EE, #C9DF88); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #F6F9EE, #C9DF88); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #F6F9EE, #C9DF88); /* IE10 */
	background-image:      -o-linear-gradient(top, #F6F9EE, #C9DF88); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #F6F9EE, #C9DF88);
			  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F6F9EE', EndColorStr='#C9DF88'); /* IE6-IE9 */
	
	color:#616161;
			  
	text-shadow: 1px 1px 1px #fff;

  -webkit-border-radius: 2px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 2px; /* FF1-3.6 */
		border-radius: 2px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
          
  /* useful if you don't want a bg color from leaking outside the border: */        
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
  
	
}
#content a.button {
	text-decoration:none;
	padding:4px 10px;
}
#content input.text, #content select.text  {
	padding:3px 2px;
	border: 1px solid #9C0;
	color:#616161;
  -webkit-border-radius: 2px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 2px; /* FF1-3.6 */
		border-radius: 2px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */        
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
	
}
#content select.text {
	width:120px;
	margin-bottom:5px;
	padding:1px 2px;
}
div#shopmeldung {
	text-align:center;
	background-color:#F8AD61;
	padding:15px;
	margin:10px;
  -webkit-border-radius: 2px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 2px; /* FF1-3.6 */
		border-radius: 2px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
.big_table {
	margin:10px; 
	width:700px; /**/
	background-color:#C9DF88;
	border:1px solid #E7EED4;
}
.big_table td {
	padding:5px;
	background-color:#fff;
	vertical-align:top;
}
.ramen {
	background-color:#eee;
	border:1px solid #ddd;
	padding:4px;
}

#footer_breit {
	position:relative;
	/*bottom:0;*/
	width:100%;
	margin-top:-93px;/**/
	height:93px;
	background:url('../images/bg_footer_breit.jpg') repeat-x;
	clear:both;
}
#footer {
	height:93px;
	margin:0 auto; 
	width:1000px;
	background:url('../images/bg_footer.jpg') repeat-x;
	text-align:left;
}
#anschrift {
	float:left;
	padding:10px 0 0 10px;
	text-align:left;
}
#derus {
	float:right;
	padding:10px 10px 0 0;
	text-align:right;
}
#derus a {
	text-decoration:none;
	color:#616161;
}
#derus a:hover {
	text-decoration:underline;
}

.preloadpics {
	display:none;
}

