/* Haupt-CSS */
  
/* Eric Meyers Reset-CSS */
  
  @import url("reset.css");
  
#printLogo { display:block; }
#logo { display:none; }

/*#main {
	position: relative;
}*/



.printCategoryImage { display:inline; }
.printCategoryText {display:none;}

/* HIDDEN Elements */
#head p,
#head form,
#head .quickselect,
#side,
#box_right,
#logos,
.sidecontent .smallbox,
#meta,
#glossar
{
	display: none;
}

/* Body */

  body {
	text-decoration: none;
	font: normal normal normal 10pt/1.3 "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	zoom:1;
	background: #fff;
}

a {
	color: #060;
	text-decoration: none;
}
/*
a:after {
	content:  " (" attr(href) ") ";
	font-size: 9pt;
}

#logos a:after {
	content:  "";
}*/

a:hover {
	text-decoration: underline;
}

.adimg, .adimglarge 
{
    margin-bottom: 30px !important;
	display: block !important;
	right: 10px !important;
	float: right !important;	
	position: absolute !important;	
}

.adimglarge 
{
    top: -300px !important;
}

.adimg 
{
    top: -240px !important;
}


#main p.breadcrumb {
/*	display: none; */
}

#main #content .empfehlung h3 {
	font-weight: normal;
	color: #666666;
	margin-bottom: 0;
	background: none;
}

#main .empfehlung p {
	margin-top: 0;
}

/* WRAPPER */

#wrapper {
/*	margin: 0 1cm; */
	text-align: left;
/*	overflow: hidden; */
}

#wrapper .inner {
	position: relative;
}



/* @group Main */

#main h2 {
/*	margin: 1em 0 0; */
	font-size: 1.075em;
	color: #006600;
}

#main p {
	margin: .5em 0 1em 0;
	color: #666666;
}

#startseite #main p,
#startseite #main h2 {
	width: 66%;
}


/* @group Content */

#content {
	width: 75%;
	float: left;
}

#content p,
#content table {
	width: 100%;
}

ul.services {
	display: none;
}

table {
	border: none;
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

th, td {
	color: #666666;
	font-weight: normal;
	font-size: 10px;
	padding: 2px 3px;
}

thead tr th {
	font-weight: bold;
	color: #fff;
	background-color: #006600;
}

tbody tr th,
tbody tr td {
	border-bottom: 1px solid #999;
}

tbody td,
thead th.r {
	text-align: right;
}

.indent th {
	padding-left: 10px;
}

ul.symbole li {
	display: inline;
	margin-right: 5px;
}

#main #content ul, ol 
{
    list-style-position: inside;
    margin: .5em 0 1em 0;
	color: #666666;
}

/* @end */

/* @group SideContent */

.sidecontent {
	position: absolute;
	right: 0;
	width: 20%;
	float: right;
}

.sidecontent.mitbild {
	padding-top: 270px;
}

/* @end */

/* @end */

/* @group Smallbox */

.smallbox {
	border-bottom: 1px dotted #060;	
}

div.long {

}

.smallbox h3 {
	color: #060;
	font-size: 1.5em;
	margin-bottom: .7em;
}

.smallbox h4 {
	color: #060;
	font-weight: bold;
}

div.long h4, #sidecontent div.long p {
	margin-bottom: 1em;
}

#sidecontent .smallbox p,
#sidecontent .smallbox ul {
}

/* @end */

/* @group Boxes */

#boxes {
	padding-top: 30px;
}

.box {
	width: 279px;
	height: 196px;
	background: url(../img/boxes/box-bottom2.png) no-repeat center bottom;
	position: relative;
}

* html .box {
	background: url(../img/boxes/box-bottom3.gif) no-repeat center bottom;
}

.left {
	float: left;

}

.right {
	float: right;
}

#main .box h2 {
	width: 100%;
	height: 121px;
	margin: 0;
}

#main .box h3 {
	color: #060;
	margin: 0 15px;
	font-weight: bold;
}

#main .box p {
	margin: 0 15px;
	width: auto;
}

.box .neusticker {
	position: absolute;
	top: 0;
	left: -10px;
}

.box .produkt {
	position: absolute;
	top: -35%;
    right: -20px;
}

/* @end */

/* @group additional logos */

#logos {
	clear: both;
	height: 19px;
	padding: 50px 0 10px;
	text-align: right;
}

#logos p {
	width: 100%;
	vertical-align: middle;
}

/* @end */

#meta {
	display: none;
}
/* @group Sitemap */

ul#sitemap {
	color: #060;
	font-weight: bold;
}

ul#sitemap li {
	margin-top: .7em;
}

ul#sitemap li span {
	display: block;
	background-color: #eaf7ea;
	padding: 1px 7px;
}

ul#sitemap li li {
	padding-left: 2.75em;
}

ul#sitemap li li li {
	font-weight: normal;
}

/* @end */


/* @group Produktthumbs */

ul#produktthumbs li {
	display: inline;
}

ul#produktthumbs li a {
	display: block;
	width: 101px;
	height: 93px;
	float: left;
	/*text-indent: -500em; make content visible for printint */
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

ul#produktthumbs li a:hover {
	background-position: 0 0;
}

/* @end */


/* @group Produktauswahl */

#produktauswahl {
	margin-top: 2em;	
}

#produktauswahl li {
	display: inline;	
}

#produktauswahl li a {
	display: block;
	width: 16em;
	float: left;
	text-align: left;
}

#produktauswahl li a img,
#produktauswahl li a span {
	display: block;
}


/* @end */


/* @group Themes */

/* @group Süßes */

#pcontent.suesses #head {
	background: url(../img/headers/suesses.png) no-repeat center top;
}

.suesses #content h2,
.suesses #content a,
.suesses .services li {
	border-color: #ab007e;
	color: #ab007e;
}

.suesses thead tr th {
	background: #ab007e;
}

.suesses #content h3 {
	background-color: #ab007e;
	color: #fff;
	padding: 2px 3px;
}
/* @end */

/* @end */

/* @group Kontaktformular */

#main .form label {
	display: block;
	font-weight: bold;
	color: #060;
	width: 100%;
}

#main .form input,
#main .form textarea {
	display: block;
	width: 97%;
	border: 1px solid #b3d1b3;
	margin-bottom: .75em;
}

#main .form textarea {
	height: 15em;
}

#main .form .buttons input,
#main .form .buttons button {
	width:  auto;
	float: left;
	background-color: #eaf7ea;
	border: none;
	color: #060;
	font-weight: bold;
}

#main .form .buttons button {
	float: right;
}

/* @end */

/* @group Angebot */

.angebot {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 10px;
}

.angebot img {
	float: left;
	margin-right: 10px;
}

.angebot h3 {
	color:  #060;
}

.angebot h3 span {
	position: absolute;
	top: -1000em;
	left: -1000em;
	
}

.angebot .text {
/*	position: absolute;
	top: 50%;
	margin-top: -25%; */
	margin-left: 107px;
	+margin-left:0;
	+width: 240px;
}


/* @end */

/* @group Suchergebnis */

.suchergebnis #fullcontent p {
	font-weight: bold;
	color: #060;
	margin-top: 20px;
}

.suchergebnis #fullcontent ul.results {
	color: #060;
	list-style-type: disc;
	list-style-position: inside;
	padding: 0 5px;
}

.suchergebnis #fullcontent ul.results li {
	padding: 1em 0;
}

.suchergebnis #fullcontent ul.results li a {
	font-weight: bold;
}

.suchergebnis #fullcontent ul.pagination {
	text-align: center;
	padding: 2px 5px;
	background-color: #e5efe5;
	margin: 30px 0;
}

.suchergebnis #fullcontent ul.pagination li {
	display: inline;
	border-left: 1px solid #060;
	padding-left: .4em;
}

.suchergebnis #fullcontent ul.pagination li.pg1 {
	border:none;
}

.suchergebnis #fullcontent ul.pagination li.prev,
.suchergebnis #fullcontent ul.pagination li.next {
	display: block;
	float: left;
	border: none;
}

.suchergebnis #fullcontent ul.pagination li.next {
	float: right;
}

/* @end */

#sprunglinks {
	position: absolute;
	top: -1000em;
	left: -1000em;
}

.produkte #main h1.ueberschrift {
    margin-left:0 !important;
}
