/*
THEME NAME: Empty Canvas
THEME URI: http://rubiqube.com
DESCRIPTION: Empty Canvas v1.0 : Simple, minimalistic theme, ideal for corporate blogs or creating more complex designs
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

body {
	background: #DFEAC0 url(images/body2.jpg) repeat-x top center;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: 12px;
	color: #333333;
}

h1 { 
	font-size: 180%; 
	font-weight: 500; 
	color: #669900; 
	line-height: 130%; 
	margin-bottom: 8px; 
} 

h2 { 
	font-size: 100%; 
	font-weight: 700; 
	color: #3399FF; 
	line-height: 120%; 
	margin-bottom: 8px; 
} 

h3 { 
	font-size: 100%; 
	font-weight: 700; 
	color: #999999; 
	line-height: 120%; 
	margin-bottom: 8px; 
	text-transform: uppercase; 
} 

a {
	color: #99CC00;
	text-decoration: none;
}

a:hover {
	color: #669900;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 900px;
	background: transparent;
	margin: 0 auto;
}

#header {
	overflow: hidden;
	width: 900px;
	height: 200px; 
	margin: 0 auto;
	background: transparent url(images/header.jpg) no-repeat top center;
}

#logo {
	float: left; 
	border: none; 
	margin: 0px 0px 0px 55px; 
}

#topmenu { 
	z-index: 1; 
	width: 630px; 
	position: absolute; 
	margin: 131px 10px 0px 260px; 
} 

#container {
	width: 900px;
	overflow: hidden;
	margin: 25px auto;
}

.breadcrumb { 
	margin-left: 300px;
	font-size: 90%; 
} 

.breadcrumb a { 
	text-decoration: none; 
} 

#content {
	float: right;
	width: 600px;
}

.post {
	margin-bottom: 50px;
	font-size: 100%; 
}

.post p { 
	line-height: 130%; 
} 

h1.post-title, h2.post-title {
	font-size: 180%; 
	font-weight: 500; 
	color: #669900; 
	line-height: 130%; 
	margin-bottom: 8px; 
}

.post-title a {
	color: #inherit;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 110%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content p {
	line-height: 140%;
	margin-bottom: 10px;
}

.post-content img.alignnone {
}

.post-content img.alignleft {
	float: left;
	margin: 0 25px 15px 0;
}

.post-content img.alignright {
	float: right;
	margin: 0 0 15px 25px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 130%;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.tabelle {
	border-top: 1px dotted #255700;
	border-bottom: 1px dotted #255700;
	margin: 30px 0px;
}

.tabelle ul { 
	margin: 0px; 
	padding: 0px; 
} 

.tabelle ul li {
	display: block;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 8px 20px 8px 20px;
	font-size: 100%;
	color: #999999;
}

.tabelle ul li.kopfzeile {
	background-color: #99CC00;
	color: #255700;
	font-weight: bold;
	border-bottom: 1px dotted #255700;
}

.tabelle ul li.bg {
	background-color: #E9F0D5;
	color: #888888;
} 

.tabelle em {
	width: 380px;
	display: block;
	float: right;
	color: #333333;
	font-weight: bold;
	font-style: normal;
}

.galerie { 
	margin: 25px 0px; 
	text-align: center; 
} 

.galerie div { 
	display: block; 
	float: left; 
	margin: 0px 8px 8px 0px; 
} 

.galerie img { 
	display: block; 
	border: 1px solid #99CC00; 
	padding: 5px; 
	background-color: transparent; 
} 

.galerie img:hover { 
	border: 1px solid #255700; 
	background-color: #99CC00; 
} 

.galerie div p { 
	display: block; 
	font-size: 90%; 
} 

.galerie div p a { 
	display: block; 
	padding: 8px 5px 8px 0px; 
	color: #255700; 
	text-decoration: none; 
} 

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: left;
	width: 250px;
}

#sidebar form.wpcf7-form { 
	padding: 15px; 
	overflow: hidden; 
} 

#sidebar form.wpcf7-form p { 
	font-size: 90%; 
} 

#sidebar form.wpcf7-form input[type=text], #sidebar form.wpcf7-form textarea { 
	width: 99%; 
	padding: 3px 5px; 
	border: 1px solid #CCCCCC; 
	margin: 3px 0px 5px 0px; 
} 

#sidebar form.wpcf7-form textarea { 
	height: 35px; 
} 

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px dotted #99CC00;
	padding: 0 0 8px 15px;
	color: #669900;
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 0px; 
}

.sidepanel ul li {
	line-height: 100%;
}

.sidepanel p {
	line-height: 130%;
}

.sidepanel a {
	display: block;
	padding: 8px 0px 8px 15px;
	text-decoration: none;
	color: #333333; 
	border-bottom: 1px dotted #99CC00;
}

.sidepanel a:hover {
	background-color: #99CC00;
	color: #FFFFFF;
}

.sidepanel ul li ul.children li a { 
	padding-left: 30px; 
	color: #666666; 
} 

.sidepanel ul li ul.children li a:hover { 
	color: #FFFFFF; 
} 

#footer {
	margin: 0 auto;
	width: 900px;
	height: 20px;
	border-top: 1px dotted #99CC00;
	padding: 15px;
}

#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

#wpml_credit_footer { 
	text-indent: -9999px; 
} 

.vollbild { 
	border-top: 1px solid #90aa41; 
	border-bottom: 10px solid #e9f0d5;
	margin: 8px 0px; 
	padding: 0px; 
	display: block; 
} 

.wpcf7-form textarea, .wpcf7-text {
	width: 350px;
	padding: 3px 4px;
}

.captcha-question { 
	width: 150px;
	padding: 3px 4px; 
	background-color: #FFFFFF;
}

.captcha-answer { 
	width: 150px;
	padding: 3px 4px; 
}

ul.kategorieliste { 
	display: block; 
	width: 600px; 
	margin: 0px; 
	padding: 0px;
} 
ul.kategorieliste li { 
	display: block; 
	width: 600px; 
	height: 210px; 
	overflow: hidden; 
	margin-bottom: 20px; 
	list-style: none; 
	liste-style-type: none; 
	margin: 0px 0px 20px 0px; 
	padding: 0;
} 
ul.kategorieliste li.gefluegel { 
	background: url(images/Halal-Gefluegel.jpg) no-repeat top left;
} 
ul.kategorieliste li.rindfleisch { 
	background: url(images/Halal-Rindfleisch.jpg) no-repeat top left;
} 
ul.kategorieliste li.vegetarisches { 
	background: url(images/Halal-Vegetarisch.jpg) no-repeat top left;
} 
ul.kategorieliste a { 
	display: block; 
	font-size: 100%; 
	font-weight: bold; 
	padding: 178px 10px 0px 40px; 
	white-space: nowrap; 
	color: #FFFFFF; 
	text-decoration: none; 
} 
#lang_sel_list { 
	border: none; 
	border: 0px; 
	width: 250px; 
	margin-top:8px; 
} 
#lang_sel_list a, #lang_sel_list a:visited { 
	display: block;
	padding: 8px 0px 8px 15px;
	text-decoration: none;
	color: #333333; 
	border-bottom: 1px dotted #99CC00;
} 
.lang_sel_sel { 
	border: none; 
	border: 0px; 
} 
.preisbutton { 
	display: block; 
	text-align: center; 
	-moz-border-radius: 8px; 
	-khtml-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px; 
	margin: 20px 100px; 
	padding: 6px 12px; 
	background-color: #CC0000; 
	color: #FFFFFF; 
} 
.preisbutton:hover { 
	background-color: #990000; 
	color: #FFFFFF; 
} 

.minicaptcha { 
	width: 120px; 
} 
