/* Font */
@font-face {
	font-family: 'Aller';
	src: url('font/KAIU.TTF');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Aller';
	src: url(http://:/) format('no404'), url('font/aller_bdit-webfont.woff') format('woff'), url('font/aller_bdit-webfont.svg#webfontBHgbfXYA') format('svg');
	font-weight: bold;
	font-style: italic;
}


/* Hide */
#kohana-profiler,
nav,
button,
#teasers,
#pagefooter .metanavi,
#pagefooter .twitter,
.p-inspirator .bluebox,
.p-receptedetail .bluebox aside,
.p-receptedetail #inspirator-wrap,
.p-receptedetail #recipes,
article .share,
article .print,
#recipes .recepteselector,
#recipes .author,
#recipes .link,
#recipes .frame,
#receptekat-wrap,
#inspirator-wrap,
#insp-stoerer,
.slideshow .text,
a.up,
.fb-like,
object
{
	display: none !important;
}


/* General */

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}

a { color: #000; text-decoration: none; }
a img { border: none; }
h1 a { text-decoration: none; }

h1, h2, h3, h4 {
	font-family: 'Aller';
	font-weight: bold;
	font-style: italic;
	margin: 1em 0 .25em 0;
	padding: 0;
}
h1 { font-size: 20pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4 { font-size: 10pt; }

p, li, dt {
	font-size: 9pt;
	line-height: 1.6em;
	margin: .8em 0;
	padding: 0;
}

dt {
	font-weight: bold;
}

#pageheader h1 {
	font-family: 'Aller';
	text-align: right;
/*	font-style: normal;*/
/*	font-weight: normal;*/
	font-size: 18pt;
	margin-top: 0;
	border-bottom: 1pt solid #000;
}

#pageheader h1 a {
/*	color: #000;*/
}

#pagefooter .inner {
	border-top: 1pt solid #000;
	margin-top: 18pt;
	padding-top: 0;
}

#pagefooter .metanaviarea .zott {
	float: left;
	width: 213px;
}

#pagefooter .metanaviarea .copyright {
	display: block;
	font-size: 7pt;
	padding-top: 8px;
}


/* Rezept */

/*.p-inspirator .content .image {
	width: 185px;
	height: 193px;
	float: right;
}*/

article .image img {
	border: 4pt solid #ccc;
	padding: 2pt;
}

#drawer,
#drawer-wrapper {
	height: auto !important;
	position: relative !important;
	left: 0 !important;
}


/* Rezeptliste */

#recipes article {
	display: block !important;
}


/* Produke */

.roundabout-holder .roundabout-moveable-item {
	display: none;
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
}

.roundabout-holder .roundabout-in-focus {
	display: block;
}

dd p {
	margin: .4em 0;
}


/* Home */

.p-home .slideshow ul {
	list-style-type: none;
	position: relative !important;
	margin: 0;
	padding: 0;
	width: 17cm !important;
}

.p-home .slideshow ul img {
	width: 17cm;
	height: auto;
}
