/* GLOBAL RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL STYLES */
body {
  background: url(../img/body-bg.jpg) no-repeat center top #FEF17F;
  color: #000;
  font-family: Arial;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
strong {
  font-weight: bold;
}

/* BASIC POSITIONING */
#container {
  margin: 0 auto;
  width: 940px;
  text-align: left;
}
.inner, #header, #footer, #navigation, #content {
  clear: both;
  float: left;
  overflow: hidden;
  width: 100%;
}
.inner {
  background: url(../img/shadow-bg.png) repeat-y;
  margin: 38px 0;
}
#header {
  background: url(../img/shadow-top-bg.gif) no-repeat;
  padding: 15px 15px 0;
  width: 910px;
}
#navigation {
  background: url(../img/shadow-middle-bg.gif) no-repeat;
  padding: 0 17px;
  width: 910px;
}
#content {
  background: url(../img/shadow-middle-2-bg.gif) no-repeat;
  padding: 0 17px;
  width: 910px;
}
#footer {
  background: url(../img/shadow-bottom-bg.gif) no-repeat left bottom;
  min-height: 30px;
  padding: 15px;
  width: 910px;
}

/* HEADER */
#header .wrapper {
  float: left;
  height: 102px;
  width: 100%;
}
#header .wrapper a img {
  vertical-align: top;
}

/* NAVIGATION */
#navigation ul {
  float: left;
}
#navigation ul li {
  float: left;
}
#navigation ul .recipeBrowse {
  padding-right: 29px;
}
#navigation ul .recipeSearch {
  padding-right: 50px;
}
#navigation ul .imprint {
  float: right;
  font-weight: normal;
}
#navigation ul .contact {
  float: right;
  font-weight: normal;
}
#navigation ul li a {
  color: #4C3001;
  display: block;
  float: left;
  font-size: 11px;
  font-weight: bold;
  padding: 7px 10px 6px;
  text-decoration: none;
}
#navigation ul li a:hover {
  text-decoration: underline;
}


.rezept_links a {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.rezept_links {
  padding: 7px 0px;
  border-bottom: 1px solid #000000;
}
a.stdLink {
  color: #D3021D;
  font-size: 11px;
  padding: 0 5px;
  text-decoration: none;
}

a.stdLink2 {
  color: #D3021D;
  font-size: 11px;
  padding: 0 5px;
  text-decoration: underline;
}
a.stdLink:hover {
  text-decoration: underline;
}

a.stdLink2:hover {
  text-decoration: none;
}

/* CONTENT */
#content #main {
  float: left;
  width: 682px;
}
#content #main h1 {
  font-family: Arial, Georgia, Garamond, serif;
  font-weight: bold;
  line-height: 30px;
}
#content #main .entry {
  background: url(../img/content-main-entry-bg.gif) repeat-x #FFCD68;
  border: 1px solid #FFF;
  float: left;
  margin-bottom: 2px;
  width: 680px;
}
#content #main .entry .wrapper {
  float: left;
  min-height: 207px;
  padding: 25px 10px 25px 275px;
}
#content #main .competition a.img {
 float: left;
}
#content #main .competition .wrapper {
 float: right;
 padding: 25px 10px 0 0;
 width: 398px;
}
#content #main .form .wrapper {
  background: url(../img/competition-bg.jpg) no-repeat left top;
}
#content #main .recipeOfTheDay .wrapper {
  background: url(../img/recipeOfTheDay-bg.gif) no-repeat left bottom;
}
#content #main .competition .wrapper h1, #content #main .form .wrapper h1 {
  font-size: 24px;
}
#content #main .recipeOfTheDay .wrapper h1 {
  font-size: 24px;
}
#content #main .entry .wrapper a.boeppel {
  background: url(../img/link-bg.gif) no-repeat left center;
  color: #D3021D;
  display: block;
  font-size: 18px;
  margin-top: 9px;
  min-height: 40px;
  padding-left: 50px;
  text-decoration: none;
  float: left;
}
#content #main .entry .wrapper .boeppel {
  background: url(../img/link-bg.gif) no-repeat left center;
  color: #D3021D;
  display: block;
  font-size: 18px;
  margin-top: 9px;
  min-height: 40px;
  padding-left: 50px;
  text-decoration: none;
  float: left;
  border: none;
  text-align: left;
}
#content #main .entry .wrapper a:hover {
  text-decoration: underline;
}
#content #main .competition .wrapper .boeppel {
  line-height: 1.4;
}
#content #main .recipeOfTheDay .wrapper .boeppel {
  line-height: 40px;
  clear: both;
}
#content #main .btn {
  background: url(../img/btn-bg.gif) repeat-x #F2AF24;
  float: left;
  margin-right: 2px;
}
#content #main .last {
  margin: 0;
}
#content #main .btn a {
  border: 1px solid #FFF;
  color: #d3021d;
  display: block;
  float: left;
  text-decoration: none;
  width: 268px;
}
#content #main .btn a:hover {
  border-color: #D3021D;
}
#content #main .recipeDict a {
  background: url(../img/recipeDict-bg.jpg) no-repeat;
  font-size: 18px;
  line-height: 24px;
  padding: 2px 0px 2px 70px;
  /*padding: 8px 10px 8px 60px;*/
}
#content #main .recipeDownload a {
  background: url(../img/recipeDownload-bg.jpg) no-repeat;
  font-size: 18px;
  line-height: 24px;
  padding: 2px 10px 2px 60px;
}
#content #sidebar {
  background: #FDD06B;
  border: 1px solid #FFF;
  float: left;
  margin-left: 2px;
  width: 220px;
}
#content #sidebar .entry .wrapper {
  clear: both;
  float: left;
  overflow: hidden;
  width: 200px;
}
#content #sidebar .entry .wrapper h1 {
  font-family: Arial, Georgia, Garamond, serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;

}
#content #sidebar .recipeTop3 .wrapper {
  background: url(../img/recipeTop3-bg.jpg) no-repeat;
  padding: 127px 10px 18px;
}
#content #sidebar .recipeNew .wrapper {
  background: url(../img/recipeNew-bg.jpg) no-repeat;
  padding: 5px 10px 18px;
}
#content #sidebar .recipeNew .wrapper h1 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  width: 75px;
}

#content .recipe-img {
  border: 1px solid #FDDD94;
  float: right;
  margin: 0 10px 9px 0;
  padding: 3px;
}
#content .recipe-img img {
  width: 120px;
}

/* FORMULAR */
.formHolder p {
  padding-top: 10px;
}
.formHolder ul {
  list-style: disc;
  padding: 0 0 0 18px;
}
.formHolder ol {
  float: left;
  width: 100%;
}
.formHolder ol li {
  background: url(../img/sidebar-li-bg.gif) repeat-x left bottom;
  float: left;
  padding: 9px 0;
  width: 100%;
}
.formHolder ol li.last {
  background: transparent;
}
.formHolder ol li label {
  display: block;
  float: left;
  font-weight: bold;
  padding: 2px 0;
  width: 112px;
}
.formHolder ol li .textInput {
  background: url(../img/content-input-bg.gif) repeat-x left bottom #FFC257;
  border: 1px solid #FFF2D9;
  float: left;
  padding: 3px;
  width: 270px;
}
.formHolder ol li .textareaInput {
  background: url(../img/content-input-bg.gif) repeat-x left bottom #FFC257;
  border: 1px solid #FFF2D9;
  color: #4C441E;
  float: left;
  font-size: 12px;
  font-family: Arial, Verdana, sans-serif;
  padding: 3px;
  width: 270px;
}
.formHolder ol li .dropdown {
  background: url(../img/content-input-bg.gif) repeat-x left bottom #FFC257;
  border: 1px solid #FFF2D9;
  float: left;
  padding: 3px;
  width: 270px;
}
.formHolder ol li .fileInput {
  width: 270px;
}
.formVorschlag p {
  padding-top: 10px;
}
.formVorschlag ul {
  list-style: disc;
  padding: 0 0 0 18px;
}
.formVorschlag ol {
  float: left;
  width: 100%;
}
.formVorschlag ol li {
  float: left;
  padding: 9px 0;
  width: 100%;
}
.formVorschlag ol li.last {
  background: transparent;
}
.formVorschlag ol li label {
  display: block;
  font-weight: bold;
  padding: 2px 0;
}
.formVorschlag ol li .textInput {
  background: url(../img/content-input-bg.gif) repeat-x left bottom #FFC257;
  border: 1px solid #FFF2D9;
  float: left;
  padding: 3px;
  width: 368px;
}
.formVorschlag ol li .dropdown {
  background: url(../img/content-input-bg.gif) repeat-x left bottom #FFC257;
  border: 1px solid #FFF2D9;
  float: left;
  padding: 3px;
  width: 376px;
}

/* FOOTER */
#footer .wrapper p {
  font-size: 11px;
  padding: 9px 0;
  text-align: center;
}

/* ÄNDERUNGEN 25.11.11 */
a.special-link {
	color:#D3021D;
}
ul.checked-boxes {
    padding: 10px 0;
}
ul.checked-boxes li {
    background: url("../img/icons-check.png") no-repeat scroll 0 3px transparent;
    font-size: 13px;
    font-weight: bold;
    list-style: none outside none;
    padding: 6px 0 6px 33px;
} 	
/* TABLES */

table.voting {
    padding-bottom: 10px;
    width: 95%;
}
table.voting .sort {
	text-align:right;
}
table.voting thead th {
    border-bottom: 1px solid #B49D48;
    font-weight: bold;
    padding-bottom: 2px;
}
table.voting tbody td {
    padding-top: 5px;
}
