/**
 * @section layout
 * @css-for (clearing)
 */

* {
	margin: 0;
	padding: 0;
	border: none;
}

.clear {
	float: none;
	clear: both;
}

/**
 * @section layout
 * @css-for (basis)
 */
body {
	font-family: Helvetica, Arial, Sans-Serif;
	color: black;
	
	font-size: 15px;
	line-height: 21px;
	
	padding: 0 25px;
}

img {
	display: inline;
	border: none;
}

small {
	font-size: 11px;
	line-height: 14px;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 21px;
	font-style: italic;
	color: #595959;
	
	display: block;
}

blockquote cite {
	display: block;

	font-family: Helvetica, Arial, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	color: black;
	
	font-size: 13px;
}

/**
 * @section layout
 * @css-for (links)
 */

a, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	
	color: #c00418;
}

a:hover {
	text-decoration: underline;
}

/**
 * @section layout
 * @css-for (headlines)
 */
h1 {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-weight: normal;
	font-size: 26px;
	line-height: 28px;
	margin: 0 0 18px 0;
}

h1 cite {
	font-style: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
	color: #404040;
	
	margin: 20px 0 5px 0;
}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-weight: normal;
	font-size: 18px;
	color: #404040;
	
	margin: 20px 0 5px 0;
}
	
h4 {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-weight: normal;
	font-size: 14px;
	color: #404040;
	
	margin: 20px 0 5px 0;
}
	
h5 {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-weight: normal;
	font-size: 10px;
	color: #404040;
	
	margin: 20px 0 5px 0;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-weight: normal;
	font-size: 8px;
	color: #404040;
	
	margin: 20px 0 5px 0;
}

/**
 * @section layout
 * @css-for (fließtext)
 */
p {
	margin: 5px 0 15px 0;
}

ul {
	list-style: square outside;
	margin: 13px 0 13px 13px;
}

ol {
	list-style: decimal outside;

	margin: 13px 0 26px 18px;
}

ul li,
ol li {
	margin-bottom: 5px;
}

/**
 * @section layout
 * @css-for (header)
 */
 
#rahmen {
	width:  100%;
	max-width: 1004px;
	position: relative;
	
	margin: 0 auto;
	
	background: url('../../images/rahmen/bg-rot.gif') 802px 0 repeat-y;
}

#kopf {
	width: 100%;
	height: 70px;
	
	padding: 73px 0;
	
	background: white;
}

#bauch {
	width: 803px;
	float: left;
}

/**
 * @section layout
 * @css-for (navigation)
 */
 
#hauptnavigation {
	width: 100%;
	max-width: 1084px;
	float: left;
	display: inline;
	
	font-family: Georgia, "Times-New-Roman", Times, Serif;
	font-size: 13px;
	line-height: 19px;
	
	margin-top: 16px;
}

#hauptnavigation ul {
	margin: 0;
	padding: 0;
}

#hauptnavigation ul li {
	float: left;
	display: block;
	position: relative;

	padding: 0 17px 0 17px;
	margin-right: 45px;
	
	background: url('../../images/navigation/nav-haus-rot.gif') 0 1px no-repeat;
}

#hauptnavigation ul li a {
	font-weight: normal;
	color: black;
}

#hauptnavigation ul li:hover a,
#hauptnavigation ul li.current_page_parent a,
#hauptnavigation ul li.current_page_item a,
#hauptnavigation ul li.current-page-ancestor a,
#hauptnavigation ul li.current_page_ancestor a,
#hauptnavigation ul li ul.sub-menu li.current-page-ancestor a,
#hauptnavigation ul li ul.sub-menu li.current_page_item a {
	color: #c00418;
	text-decoration: underline;
}

#hauptnavigation ul li ul.sub-menu li.menu-item a {
	display: block;
	text-decoration: none;
}

/**
 * @section layout
 * @css-for (subnav)
 */
 
#hauptnavigation ul li ul {
	width: 250px;

	position: absolute;
	top: 18px;
	left: 0;
	z-index: 100;

	display: none;
	
	background: rgba(255,255,255, .85);
}

#hauptnavigation ul li:hover ul {
	padding: 0 70px 15px 17px;
	
	display: block;
}

#hauptnavigation ul li ul li {
	width: 100%;

	margin: 10px 0 0 0;
	padding: 0;
	
	background: none;
}

#hauptnavigation ul li:hover ul li a {
	color: black;
}

#hauptnavigation ul li:hover ul li:hover {
	background: none;
}

#hauptnavigation ul li:hover ul li a:hover,
#hauptnavigation ul li:hover ul li.current-menu-item {
	color: #c00418;
	text-decoration: underline;
}

/**
 * @section layout
 * @css-for (input felder)
 */
 
#kopf fieldset.volltextsuche {
	float: right;
}

fieldset input#s,
#commentform .comment-form-author input,
#commentform .comment-form-url input,
#commentform .comment-form-email input,
#commentform textarea {
	width: 151px;
	height: 25px;
	float: left;
	display: inline;
	
	margin-right: 4px;
	padding: 0 0 0 6px;
	border: 1px solid #cccccc;
	
	font-size: 12px;

	color: #3d3d3d;
	background: #fafafa;
}

fieldset input#searchsubmit,
#commentform input#submit {
	min-width: 27px;
	height: 27px;
	float: left;
	
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	
	padding: 0 6px;
	
	color: white;
	background: #c00418;
}

/**
 * @section layout
 * @css-for (suchergebnisse)
 */
 
.suchergebnisse {
	list-style: none;
	margin: 0;
}

.suchergebnisse li {
	width: 100%;
	float:left;
	padding: 0;
	margin: 0 0 15px 0;
}

.suchergebnisse li h4 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	line-height: 17px;
	
	margin: 0 0 4px 0;
}

.suchergebnisse .artikelbild,
.kein_bild {
	width: 65px;

	float: left;
	display: inline;
	
	margin: 5px 15px 15px 0;	
}

.suchergebnisse p {
	margin: 0;
}

.suchergebnisse .kein_bild {
	width: 65px;
	height: 38px;

	background: #f3f3f3;
	color: #7a7a79;

	padding: 25px 0 0 0;
	margin-top: 5px;
	
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-align: center;
}

/**
 * @section layout
 * @css-for (kommentare)
 */

#commentform p {
	float: left;
	margin: 2px 0;
}

#commentform p.comment-notes {
	margin-bottom: 20px;
}

#commentform label {
	width: 150px;
	float: left;
}

#commentform input {
	width: 275px;
}

#commentform textarea {
	width: 275px;
	height: 150px;
	
	font-family: Helvetica, Arial, Sans-Serif;
	
	font-size: 12px;
	line-height: 16px;
}

#commentform input#submit {
	width: auto;
	margin-left: 150px;
}

#commentform .form-allowed-tags {
	display: none;
}

/**
* @section layout
* @css-for (content)
*/

#inhalt {
	width: 615px;

	float: left;
	display: inline;
	
	margin-right: 45px;
}

#inhalt .pressestimmen {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 13px;
	line-height: 19px;

	margin-top: 35px;
}

#inhalt .pressestimmen a,
#inhalt .pressestimmen strong {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
}

/**
 * @section layout
 * @css-for (slideshow)
 */

#inhalt .slideshow {
	width: 100%;
	height: 289px;
	
	float: left;

	background: #f3f3f3;
	
	text-align: left;
	
}

#inhalt .slideshow blockquote {
	font-style: normal;
	font-size: 18px;
	line-height: 23px;

	padding: 0 20px 0 0;
	margin: 15px 0 5px 0;	
}

#inhalt .slideshow p {
	padding-right: 20px;
}

#inhalt .slideshow small {
	font-weight: bold;
	font-size: 12px;
}

#inhalt .slideshow .artikelbild {
	height: 287px;
	
	float: left;
	display: inline;
	
	margin: 0 20px 0 0;
}

#inhalt .slideshow h2 a {
	font-weight: normal;
	font-size: 26px;
	
	margin: 20px 0;
}

.slideshow .kein_bild {
	width: 130px;
	height: 154px;
	
	padding: 135px 30px 0 30px;
}

/**
 * @section layout
 * @css-for (infobereich mitte)
 */

#infobereich-mitte {
	width: 272px;
	
	float: left;
	
	font-size: 12px;
	line-height: 19px;
}

#infobereich-mitte h2 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 24px;
	color: black;
	
	margin: 0 0 6px 0;
}

#infobereich-mitte h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
	
	margin: 7px 0;
}

#infobereich-mitte h4 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 15px;
	font-weight: normal;
	color: #404040;
	
	margin: 7px 0;
}

#infobereich-mitte .besonderheiten {
	width: 100%;
	float: left;
	
	margin-top: 15px;
}

#infobereich-mitte .kein_bild {
	width: 212px;
	height: 152px;
	
	padding: 120px 30px 0 30px;
}

#infobereich-mitte .button {
	margin: 10px 0;
}

#infobereich-mitte .x-selling {
	width: 100%;
	float: left;
	
	margin-top: 10px;
}

#infobereich-mitte .x-selling ul {
	margin: 0;
}

#infobereich-mitte .x-selling ul li {
	width: 100%;
	float: left;
	
	line-height: 16px;

	list-style: none;
	margin: 0 0 15px 0;
}

#infobereich-mitte .x-selling ul li img {
	float: left;
	
	margin-right: 15px;
}

#infobereich-mitte .x-selling ul li h4 {
	font-size: 14px;
	margin: 3px 0 0 0;
}

#infobereich-mitte .x-selling .kein_bild {
	width: 100px;
	height: 65px;
	display: block;
	
	background: #f3f3f3;
	color: #7a7a79;

	padding: 35px 0 0 0;
	margin: 0 15px 17px 0;
	
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
}

/**
* @section layout
* @css-for (infobereich rechts)
*/

#infobereich-rechts {
	width: 177px;

	margin: 0 0 0 20px;

	float: left;
	display: inline;
	
	font-size: 12px;
	line-height: 15px;
}

#infobereich-rechts h4 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	color: black;
	
	font-size: 15px;
	line-height: 21px;
	
	margin: 20px 0 3px 0;
}

#infobereich-rechts p {
	margin: 0 0 8px 0;
}

/**
 * @section layout
 * @css-for (footer)
 */
#fuss {
	width: 1004px;
	margin: 0 auto;
	
	padding: 70px 0 35px 0;
	
	font-size: 10px;
}

#fuss ul {
	width: 465px;
	float: left;
	
	border-top: 1px solid #cccccc;
	
	list-style: none;
	
	margin: 0;
}

#fuss a {
	color: #404040;
}

#fuss ul li {
	float: left;
	margin-right: 25px;
}

/**
 * @section layout
 * @css-for (kategorien)
 */

#rahmen div.auflistung {
	width: 100%;
}

.auflistung h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 16px;
	
	margin: 5px 0 10px 0;
}

.auflistung .kategorie {
	width: 145px;
	height: 205px;
	
	float: left;
	display: inline;
	
	margin: 0 14px 14px 0;
}

.auflistung .kategorie img {
	width: 146px;
	height: 146px;

	float: none;
}

.kein_bild {
	width: 86px;
	height: 86px;
	display: block;

	clear: both;
	float: none;
	
	background: #f3f3f3;
	color: #7a7a79;

	padding: 60px 30px 0 30px;
	margin: 0 15px 17px 0;
	
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
}

/**
 * @section layout
 * @css-for (input autor)
 */

small.autor_caption {
	display: block;
	margin-bottom: 25px;
}

/**
 * @section layout
 * @css-for (artikelliste)
 */

.auflistung img {
	float: left;
	display: inline;
	
	margin: 0 14px 14px 0;
}

.auflistung .auflistung_box {
	width: 370px;
	
	float: left;
	display: inline;
	
	margin: 0 30px 15px 0;
	
	font-size: 12px;
	line-height: 17px;
}

.auflistung .auflistung_schmal .auflistung_box {
	width: 465px;
}

.auflistung .auflistung_box p {
	width: 55%;
	float: left;
}

.auflistung .auflistung_box small {
	display: block;

	font-size: 12px;
	font-weight: bold;
	
	line-height: 15px;
}

.auflistung .auflistung_box a.kein_bild {
	width: 86px;
	height: 86px;
	
	float: left;
	
	background: #f3f3f3;
	color: #7a7a79;

	padding: 60px 30px 0 30px;
	margin: 0 14px 0 0;
	
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
}

.auflistung .auflistung_box p {
	display: block;
}

/**
 * @section layout
 * @css-for (paginierung)
 */
.page-numbers {
	float: left;
	display: inline;
	
	list-style: none;
	
	margin: 4px 0 0 0;
}

.page-numbers li {
	float: left;
	display: inline;
	
	margin-right: 10px;
}

.page-numbers li a {
	font-size: 15px;
	font-weight: normal;
}


/**
 * @section layout
 * @css-for (classes)
 */

.clear {
	float: none;
	clear: both;
}

.logo {
	float: left;
	position: relative;
	left: -5px;	
}

.kein_umbruch {
	display: block;
	float: left;
}

.buttons {
	margin-bottom: 30px;
}

.button,
#infobereich-rechts .buttons a {
	height: 24px;
	line-height: 32px;

	font-size: 12px;

	float: none;
	display: block;
	
	margin: 10px 12px 10px 0;
	padding-right: 12px;
	
	background: white;
}

.button.bestellen {
	font-size: 20px;
	display: block;
	margin: 1.25em 0;
}

.button_klein {
	line-height: 12px;

	font-size: 12px;

	float: left;
	display: block;
	
	margin: 0 12px 10px 0;
}

.button img,
.button_klein img, 
#infobereich-rechts .buttons img {
	float: left;
	
	margin-right: 10px;
}

#infobereich-rechts .buttons p {
	margin: 0;
}

#infobereich-rechts .buttons p a {
	width: 100%;
}

#infobereich-mitte .cover {
	float: left;
	
	position: relative;
}

#infobereich-mitte .cover .button {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

/**
 * @section layout
 * @css-for (weblog)
 */

.weblog small,
.weblog_single small {
	font-size: 12px;
	font-weight: bold;
}

.weblog h2 {
	margin: 2px 0 17px 0;	
}

.weblog h2 a {
	font-weight: normal;
}

.weblog .artikelbild {
	width: 146px;

	float: left;
	display: inline;
	
	margin: 0 17px 17px 0;	
}

.feedback {
	width: 465px;
	
	font-size: 12px;
	line-height: 16px;
	
	margin-top: 30px;
}

/*.feedback h3 {
	width: 100%;
	float: left;
}*/

.weblog_single {
	width: 682px;
}

/**
 * @section layout
 * @css-for (wordpress classes)
 */
.wp-caption-text {
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 15px 0;
}

.alignleft {
	float: left;
	display: inline;
	
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	display: inline;
	
	margin: 0 0 20px 20px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/**
 * @section layout
 * @css-for (nextgen)
 */
.ngg-galleryoverview .ngg-galleryoverview {
	margin: 10px 0;
	padding: 0;
	
	background: black;
}

.ngg-galleryoverview .ngg-gallery-thumbnail img {
	margin: 0 0 4px 0;
	padding: 0;
	
}

/**
 * @section layout
 * @css-for (facebook)
 */
.fb-like {
	margin: 5px 0;
}

/**
 * @section layout
 * @css-for (captcha)
 */
 
.cptch_block {
	width: 50%;
	float: left;
	
	padding-left: 150px;
}

.cptch_block label {
	font-weight: bold;
}

.cptch_block input {
	height: 25px;

	margin-right: 4px;
	padding: 0 0 0 6px;
	border: 1px solid #cccccc;
	
	font-size: 12px;

	color: #3d3d3d;
	background: #fafafa;
}

/**
 * @section responsive
 * @css-for (responsive design)
 */
.mobile_only {
	display: none;
}