@CHARSET "UTF-8";

#kategorien {
	position: relative;
	top: 11px;
	height: 47px;
}

#kategorien ul {
	height: 36px;
	margin: 0px;
	padding: 0px;
	padding-left: 35px;
}

#kategorien ul li {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	behavior: url(border-radius.htc);
	
	background: #e3e3e3;
	
	display: block;
	padding: 10px;
	padding-left: 17px;
	padding-right: 17px;
	float: left;
	box-shadow: 0px 0px 6px  #666;
	
	font-size: 14px;
	letter-spacing: 1px;
	
    list-style-type: none;
    margin-right: 5px;
}

#kategorien ul li.active {
	position: relative;
	bottom: 10px;
	background: #ec6504;
	padding-bottom: 20px;
}

#kategorien ul li a {
	color: #000000;
	text-decoration: none;
}

#kategorien ul li.active a {
	color: #ffffff;
}

#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 175px;
	width: 920px;
}

#main .inside {
	background: #ec6504;
	min-height: 200px;
	padding-bottom: 10px;
	box-shadow: 0px 0px 6px  #666;	
}

#main #subnav {
	position: relative;
	text-align: left;
	height: 44px;
	z-index: 5;
}

#main #subnav .link {
	float: left;
	margin-right: 50px;
	margin-top: 11px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	/*font-weight: bold;*/
	cursor: pointer;
}

#main #subnav .link.sub {
	padding-right: 30px;
	background: url(../images/rezepte_subnav_arrowdown.png) no-repeat scroll right center transparent;
}

#main #subnav .link a {
	color: #fff;
	text-decoration: none;
}

#main #subnav div.first {
	margin-left: 10px;	
}

#main #subnav .hidden {
	display: none;
}

#main #subnav .popup {
	box-shadow: 0px 0px 6px  #666;
	padding: 10px;
	top: 40px;
	left: 20px;
	background-image: url(../images/rezepte_box_bg.png);
	position: absolute;
	z-index: 500;
}

#main #subnav .popup.suche {
	left: 150px;
	width: 335px;
}

#main form {
	color: #004e9e;
	font-size: 16px;
}

#main form input, #main form select, #main form textarea {
	border: 1px solid #e86708;
}

#main form textarea {
	width: 300px;
	height: 100px;
}


#main form button#anmelden, #main form input#searchsubmit, #main form input#profilsubmit, #main form input#submitrezept {
	cursor: pointer;
	border: 0px;
	color: #fff;
	width: 120px;
	float: right;
	background: #e86708;
	
	padding: 1px;
	margin-top: 0px;
	
	box-shadow: none;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	behavior: url(border-radius.htc);
}

#main #rezepteliste {
	width: 580px;
	float: left;
}

#main #rezepteliste.small {
	height: 335px;
	overflow: hidden;
	position:relative;
}

#main .rezept {
	position: relative;
	font-size: 14px;
	background: #efefef;
	width: 565px;
	height: 108px;
	margin-left: 5px;
	margin-bottom: 5px;
}

#main .rezept span.name {
	/*text-transform: uppercase;*/
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}

#main .rezept p {
	margin: 0px;
}

#main .rezept .imagewrapper {
	float: left;
	padding: 1px;
}


#main .rezept .image {
	width: 141px;
	height: 106px;
	background-color: #ffffff;
}

#main .rezept .beschreibung {
	margin-left: 141px;
	padding: 20px;
}

#main .rezept .beschreibung a {
	color: #004E9E;
    text-decoration: none;
}

#main .rezept .beschreibung a:hover {
	color: #004E9E;
    text-decoration: underline;
}

#main .rezept .bewertungen {
	position: absolute;
	bottom: 2px;
	right: 10px;
	color: #666;
	font-size: 10px;
}

#main .rezept .bewertungen .bewertungssterne img {
	margin-bottom: -3px;
	margin-left: -7px;
}

#right {
	width: 330px;
	margin-left: 580px;
	padding-bottom: 10px;
}

#right .kategoriebild {
	height: 332px;
	border: 1px solid #efefef;
	background-color: #efefef;
}

#rezept {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #ededed;
}

#rezept #left {
	width: 350px;
	float: left;
}

#rezept #content {
	font-size: 14px;
	padding-top: 15px;
	padding-right: 15px;
	margin-left: 430px;
}

#rezept #content .name {
	/*text-transform: uppercase;*/
	font-weight: bold;
	margin-bottom: 40px;
}


#rezept #content .zubereitung {
	padding-bottom: 20px;
}

#rezept #content table {
	width: 100%;
	margin-bottom: 20px;
}

#rezept #content table td {
	padding: 2px;
}

#rezept #content table tr.headline td {
	font-weight: bold;
}

#rezept #content table tr.leerzeile td {
	height: 30px;
}

#rezept #content table tr.odd td {
	background-color: #ffffff;
}

#rezept #left .info {
	margin: 15px;
	font-size: 14px;
	line-height: 24px;
}

#rezept #left .info a {
    color: #004E9E;
	text-decoration: none;
}

#rezept #left .info a:hover {
	text-decoration: underline;
}


#rezept #left .image {
	margin: 15px; 
	height: 332px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
}

#rezept #left .bewertungssterne {
	margin-left: 7px;
}

#rezept #left .bewertungssterne img {
	margin-bottom: -3px;
	margin-left: -7px;
}

#registrieren, #rezeptedit, #benutzerprofil, #rezepteliste .leer, #benutzer-anzeigen, #hinweis {
	padding: 20px;
	margin-left: 10px;
	margin-right: 10px;	
	background-color: #ededed;
}

#benutzer-anzeigen h1 {
	color: #004e9e;
	font-size: 22px; 
}

.print_only {
	display: none;
}

#main .inside .button.expandtoggle {
	text-align: center;
	cursor: pointer;
	border: 0px;
	color: #fff;
	width: 150px;
	float: right;
	background: #004e9e;
	
	padding: 1px;
	margin-top: 0px;
	margin-right: 10px;
	
	box-shadow: none;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	behavior: url(border-radius.htc);
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

#rezeptedit textarea#zubereitung, #rezeptedit textarea#info {
	width: 100%;
}
#rezeptedit .zutat, #rezeptedit .produktzutat {
	margin-right: 10px;
	width: 150px;
	margin-bottom: 2px;
}
#rezeptedit #zutat_headline-element div.einheit,
#rezeptedit #zutat_headline-element div.menge,
#rezeptedit #zutat_headline-element div.zutat,
#rezeptedit #produkt_headline-element div.einheit,
#rezeptedit #produkt_headline-element div.menge,
#rezeptedit #produkt_headline-element div.zutat {
	float: left;
	margin-right: 10px;
	width: 152px;
}

#rezeptedit #kalorien-menge {
	margin-right: 10px;
}

#rezeptedit button {
	border: 0px;
	cursor: pointer;
	
	color: #fff;
	width: 120px;
	margin-left: 340px;
	background: #e86708;
	position: relative;
	top: -10px;
	padding: 1px;
	
	box-shadow: none;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	behavior: url(border-radius.htc);
}