@charset "utf-8";

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

ol,ul { list-style : none; }

a:link, a:visited {
	color:#f90;
	text-decoration:none;
}

a:hover {
	color:#f70;
	text-decoration:none;
}

img{
	border:0;
}

h1 {
	font-size:1.6em;
	color:#b8c34b;
}

h2 {
	font-size:1.4em;
}

h3 {
	font-size:1.2em;
}


body{
	background-color:#edf0d2;
	font: 80% Trebuchet MS, Geneva, Verdana;
}

.floatr {
	float:right;
	display: block;
}

.wrap{
	width: 900px;
	margin:auto;
}

.header{
	background-color:#181818;
	width: 900px;
	height: 100px;
	position:relative;
}

.header h1{
	position:absolute;
	background-image:url(img/logo2.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width: 300px;
	height: 100px;
}

.searchbox{
	width: 180px;
	height: 30px;
	float:right;
	margin-top: 10px;
}

input{
	height: 1.8em;
	font-family: Trebuchet MS, Verdana;
	font-size: 1em;
	border: 1px solid #DDD;
}

textarea{
	font-family: Trebuchet MS, Verdana;
	font-size: 1em;
	font-weight: normal;
	border: 1px solid #DDD;
}

select{
	height: 1.8em;
	font-size: 1em;
	font-family: Trebuchet MS, Verdana;
	border: 1px solid #DDD;
}

#submit{
	height: 20px;
	padding: 1px;
	font-size: 0.8em;
	color:#fff;
	background-color:#999999;
	border:1px solid #EEE;
}

.navigation{
	height: 22px;
	background-color:#da9538;
	width: 900px;
	padding-top: 5px;
}

ul#nav_tools {
	text-align:right;
	color:#FFF;
	font-size: 11px;
}

ul#nav_tools li {
	display:inline;
}

ul#nav_tools li a{
	margin-right: 10px;
	padding-right: 10px;
	color:#fff;
	text-decoration:none;
}
	
li#nav_logout a. li#nav_rss a {
	margin-right: 0;
	padding-right: 0;
	color:#fff;
}

.welcomebar{
	width:900px;
	height: 50px;
	background-color:#d8dbc1;
	color:#FFF;
}

.welcomebox {
float:left;
}

.welcomebar h2{
	color:#181818;
	position:relative;
	top: 14px;
	left: 15px;
	font-size: 16px;
	width: 550px;
}

.lname {
	color:#da9538;
}

.buttonbox {
	width: 300px;
	float: right;
}

.but_anmelden{
	background-image:url(img/anmelden.png);
	height: 50px;
	width: 100px;
	float:left;
	text-indent:-9999px;

}

.but_auftischen{
	background-image:url(img/auftischen.png);
	height: 50px;
	width: 100px;
	float:left;
	text-indent:-9999px;

}

.but_abwaschen{
	background-image:url(img/abwaschen.png);
	height: 50px;
	width: 100px;
	float:left;
	text-indent:-9999px;

}

.content{
	width: 900px;
	min-height: 800px;
	background-color:#FFF;
	font-size:0.9em;
	/*background-color:#899d2c;
	background-image:url(img/bg_green.jpg);*/
	background-repeat:repeat-x;
	float:left;
}

.rezeptbox{
	width: 570px;
	min-height: 580px;
	padding: 15px;
}

.rezeptbox h2{
	color:#b8c34b;
}

.lbar{
	width: 600px;
	float:left;
}

.sidebar{
	min-height: 800px;
	height: 100%;
	width: 299px;
	background-image:url(img/sidebar_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	background-position:bottom;
	font-size: 0.9em;
	border-left: 1px dotted #DDD;
	float:left;
}

.sidebox{
	width: 270px;
	padding: 15px;
}

.sidebox h3 {
	color:#b8c34b;
	margin-top: 0.6em;
}

.sidebox h2 {
	color:#b8c34b;
}

.sidebox h3 a{
	font-size:0.8em;
	text-decoration:none;
}

.pictainer {
	width: 70px;
	height: 70px;
	border: 1px solid #DDD;
	padding: 5px;
	float:left;
	margin: 10px 8px 0 0;
}

.my_clear{
clear:both;
height: 1px;
overflow: hidden;
}

/*a:hover img {
	width: 150px;
	height: 150px;
	z-index:100;
}*/


.footer{
	clear:both;
	height: 60px;
	width: 885px;
	background-color:#181818;
	margin:auto;
	color:#fff;
	font-size: 10px;
	padding-top: 10px;
	padding-left: 15px;
}

#rezept{
	padding-bottom: 20px;
	border-bottom: 1px dotted #DDD;
}

#zubereitung{
	padding-bottom: 20px;
	border-bottom: 1px dotted #DDD;
}

.fdesc{
	margin-top: 10px;
}

.flash{
	margin: 15px;
	padding: 5px;
	border: 1px solid #da9538;
	background-color:#EEE;
	color: #da9538;
	font-weight: bold;
	font-size: 1.2em;
}


/*Startseite*/

.spicbox{
	width: 200px;
	float: left;
}

.smallimg{
	width: 180px;
	height: 130px;
	padding: 2px;
	border:1px solid #DDD;
	margin-bottom: 5px;
}

.summary{
	width: 360px;
	float: left;
}

.summary h3{
	font-size:1.2em;
	margin-bottom: 0.2em;
}

.summary h1{
	font-size:3.2em;
	text-align:center;
}

/*Rezepte zeigen*/

.title {
	width: 100px;
	font-weight: bold;
	float: left;
	display: inline;
	margin-top: 10px;
}

.stitle {
	width: 70px;
	font-weight: bold;
	display: inline;
	margin-top: 10px;
	float: left;
}

.rcontent {
	width: 420px;
	float: left;
	display: inline;
	margin-top: 10px;
}

.scontent {
	width: 150px;
	float: left;
	display: inline;
	margin-top: 10px;
}

.ingredients {
	width: 240px;
	float: left;
	font-size: 12px;
}

.pictainer_big {
	border: 1px solid #DDD;
	padding: 4px;
	float:left;
	margin-top: 15px;
}

/*comments*/

.cstatus {
	border: 2px solid #FF9900;
	padding: 8px;
	margin: 10px 0;
}

.comment {
	padding:5px 0 10px 5px;
	border-bottom: 1px solid #AAA;
}

.commentinfo {
	font-size:10px;
	font-style:italic;
	margin-bottom: 5px;
}

.commentinput {
	padding: 5px;
}

/*rating*/

.ratingblock {
	display:block;
	padding-bottom:8px;
	margin-bottom:8px;
	margin-top: 20px;
	}

.loading {
	height: 30px;
	background: url('../images/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('../images/starrating.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('../images/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('../images/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}		
