<!--
/* ausprobieren: table-layout:fixed . das bestimmt fixe oder variable breiten */
a:link {
    color: #000000;
    text-decoration: none
}

a:visited {
    color: #555555;
    text-decoration: none
}

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

a:active {
    color: #ff0000;
    text-decoration: none
}

body {
    background-color: #eee; /* definiert spez. tag */
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    margin: 10pt
}

td {
    vertical-align: top;
}

/* definiert spez. tag */
div.center {
    text-align: center;
}

table.center {
    margin: auto;
}

.centerall table {
    margin-left: auto;
    margin-right: auto
}

.centerall div {
    text-align: center;
}

td.head {
    background-color: #f5f5f5;
    text-align: center;
    font-weight: bolder;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
}

td.colorhead {
    background-color: #ffcc00;
}

td.navbar {
    background-color: #d7d7d7;
    padding: 3px;
    font-size: 9pt;
}

td.dark {
    background-color: #ddd;
}

/* in rohstoffneu.php */
tr.rohstoffhead {
    text-align: left;
    font-size: 9pt;
}

.pos {
    background-color: #ef0;
    color: black;
    padding: 2px;
}

.neg {
    background-color: #ff5700;
    color: white;
    font-weight: bolder;
}

input.button {
    color: white;
    background-color: #666;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

input.buttonred {
    color: white;
    background-color: red;
    border: 1px solid black;
}

.underline {
    text-decoration: underline;
}

a img {
    border: none;
}

/* F A R B E N */
.greybg {
    background-color: #e7e7e7;
}

.color1 {
    background-color: #bcc;
}

.darkhead {
    background-color: #444;
}

.white {
    color: #fff;
}

.greybox {
    background-color: #aaa;
}

.ibox {
    background-color: white;
}

.bibox {
    background-color: #f04;
}

.greyed-out {
    color: #e0e0e0;
}

/* S C H R I F T */
.small {
    font-size: 9pt;
}

.mediumsize {
    font-size: .9em;
}

.bold {
    font-weight: bold;
}

/* B O R D E R */
/* S O N S T I G E S */
.paddinglow {
    padding: 6px
}

/* B O X E S */
.greybox1 {
    background-color: #ddd;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding: 10px;
}

/* K A T E G O R I E L O S */
a.img {
    border: 0
}

.rahmendash {
    border-width: 1px;
    border-style: dashed;
    border-color: black;
    padding: 4px;
    text-align: left;
}

.rahmendash2 {
    border-width: 1px;
    border-style: dashed;
    border-color: black;
    padding: 14px;
    text-align: left;
}

.rahmenrezept {
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding: 20px;
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
}

table.nosp1 {
    border-spacing: 0px;
    border-collapse: collapse;
}

/* fuer Rezeptliste: */
.list_bem {
    font-size: .7em;
    padding-left: 10px;
    padding-right: 10px;
}

.medium {
    font-size: 14px;
    margin-top: 3px;
}

.titel {
    margin-top: 7px;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: bold;
    font-variant: small-caps;
}

.bemerkung {
    font-size: 16px;
    font-style: italic;
}

.zubereitung {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tip {
    border-top-width: 1px;
    border-top-color: black;
    border-top-style: solid;
    padding-bottom: 4px;
    padding-top: 4px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    clear: left
}

.zutatenliste {
    border-width: 1px;
    border-style: dotted;
    padding: 4px;
    text-align: left;
    margin-top: 10px;
    margin-left: 100px;
    margin-right: 100px;
    clear: left;
}

.zutatenicons {
    border: 2px solid white;
    padding: 4px;
    text-align: left;
    margin-top: 10px;
    margin-left: 100px;
    margin-right: 100px;
    clear: left;
}

.zutatrow {
    border-bottom: 1px dashed gray;
}

.zutatenicons b {
    color: #999;
    font-weight: bold;
    font-size: 1.1em;
}

.zutatenicons i {
    color: #aaa;
    font-style: oblique;
    font-size: 0.8em;
}

.zutatenicons b i {
    color: #555;
    font-style: normal;
    font-weight: bold;
    font-size: 0.8em;
}

.zutatenicons .einheiten {
    font-size: .7em
}

.zutatenicons img {
    border: none;
}

tr.hov-light:hover, td.hov-light:hover, td.hov-right:hover {
    background-color: #f6f6f6;
    text-decoration: none;
}

table.nobspac {
    border-spacing: 0px;
    margin-left: auto;
    margin-right: auto
}

a.hovcolor:hover {
    background-color: #aaa
}

td.colborder_left {
    border-left: 4px solid white;
    padding-left: 20px;
}

td.hov-right {
    padding-right: 20px;
}

.this-f1 {
    width: 100%;
    background-color: #aaa;
    color: white
}

.this-f2 {
    background-color: #aaa;
    color: white
}

.this-vorschau {
    background-color: e1e1e1;
    margin-left: 0px;
    margin-top: 10px;
    border-color: black;
    border-style: dashed;
    border-width: 2px;
}

/* fuer Navbar 2 */
.navbar2 {
    margin-left: 30px;
    margin-right: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
}

.navtab2 {
    width: 70%;
    margin: auto;
}

.navtd2 {
    width: auto;
    text-align: center;
}

/* fuer Navbar */
.nactive {
    background-color: white;
    padding: 1px;
}

.navbar img {
    vertical-align: middle;
}

/* fuer Navbar3 */
.navtab3 {
    margin: auto;
}

.navtd3 {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    text-align: center;
}

/* fuer rohstoffneu popup */
.bgr {
    background-color: #aaa;
}

/* fuer adminrezept und myown */
td.padnobg {
    padding-left: 20px;
}

tr.adm:hover, tr.admrez:hover {
    background-color: #fff;
    text-decoration: none;
}

tr.admagg {
    display:
}

.admagg td {
    background-color: #efa
}

.admrez td.padnobg {
    border-top: 1px solid black
}

table.c1a {
    border-spacing: 0px;
    margin: auto;
}

.fsa {
    font-size: 8pt;
}

a.del:hover {
    background-color: #f70
}

a.cha:hover {
    background-color: #9d0
}

a.view:hover {
    background-color: #abe;
}

/* fuer rezeptdeletepre */
.warnbox {
    background-color: #e6e6e6;
    border-style: solid;
    border-width: 3px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 10px
}

.bg-d {
    background-color: #e6e6e6;
}

/* fuer einheiten */
.lighthead {
    background-color: #e1e1e1;
    padding-right: 10px;
}

.lightrow {
    background-color: #e9e9e9;
}

/* fuer zutatpopup */
.titels {
    margin-top: 4px;
    letter-spacing: 1px;
    font-size: 19px;
    font-weight: bold;
    font-variant: small-caps;
}

.fleisch {
    font-size: 12px;
}

.gruppe {
    font-size: 13px;
    font-style: italic;
    margin-top: 10px;
}

.popbemerk {
    font-size: 13px;
    margin-top: 10px;
    padding-top: 5px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: black;
}

/* fuer adminrohstoffe */
table.centerpad {
    margin: auto;
    padding-left: 10px;
    border-spacing: 0px;
}

/* fuer kommentare */
.rkommentar {
    border-width: 1px;
    border-style: solid;
    border-color: #aaa;
    padding: 5px;
    margin-left: 30px;
    margin-right: 30px;
}

.kommentar {
    border-width: 4px;
    border-style: solid;
    border-color: white;
    background-color: #f3f3f3;
    padding: 4px;
    text-align: left;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.kommhead {
    background-color: #ddd;
    margin-bottom: 10px;
}

.lkomm {
    margin-left: 30px;
    margin-right: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    text-align: center;
    background-color: #fff
}

/* fuer kommentaradmin */
td.bottomborder {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: black
}

/* for news */
.news {
    border-top-width: 2px;
    border-top-style: solid;
    border-color: black;
    background-color: #f7f7f7;
    padding: 4px;
    text-align: left;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 20px;
}

.newsalert {
    border-top-width: 2px;
    border-top-style: solid;
    border-color: black;
    background-color: #999;
    padding: 4px;
    text-align: left;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 20px;
    color: white;
}

.newstop {
    border-width: 0px;
    border-style: solid;
    border-color: #fff;
    background-color: #fff;
    padding-left: 4px;
    text-align: left;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;
    color: black
}

.newsexit {
    background-color: #ef0;
    padding-left: 4px;
    text-align: left;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;
    color: black;
}

.newsbad {
    border-width: 4px;
    border-style: solid;
    border-color: black;
    background-color: #fb0;
    padding: 4px;
    text-align: left;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 20px;
}

/* for CHARSBAR */
.charsbar {
    border-width: 1px;
    border-style: dotted;
    border-color: #888;
    padding-left: 2px;
    margin-top: 5px;
    color: #aaa
}

.chars {
    background-color: #e6e6e6;
}

/* for pwdchange */
.changebox {
    background-color: #e6e6e6;
    border-style: solid;
    border-width: 3px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 10px
}

/* for rubrikliste */
tr.zutat_icons:hover {
    background-color: #fff;
    text-decoration: none;
}

.zutat_icons a:hover {
    color: #000;
}

.zutat_icons td.rubrik_rezept:hover {
    text-decoration: underline;
}

th.zutat_icons {
    color: #fff;
    background-color: #aaa;
    font-size: 11px;
    vertical-align: middle;
    text-align: left;
}

.zutat_icons td {
    font-size: 11px;
    vertical-align: middle;
}

.zutat_icons span {
    line-height: 26px;
    font-size: 18px
}

.zutat_icons span.rezept_icon {
    background-color: #eee;
    font-size: 18px;
    border: 1px dotted #999;
    padding-left: 1px;
    padding-right: 2px;
    margin-bottom: 20px
}

/* NEUES DESIGN */
table.rezept_meta {
    border-collapse: collapse;
    border-spacing: 0px;
}

.rezept_meta td.header {
    text-align: right;
    padding-right: 1em;
}

.rezept_meta td.header:after {
    content: ":";
    font-weight: bold;
    color: #f07;
}

.rezept_meta tr.headerline td.header {
    text-align: center;
    padding-top: 1em;
}

.rezept_meta input, .rezept_meta textarea, .rezept_meta select {
    background: #f8f8f8;
    border: none;
    color: black;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: .8em;
}

.rezept_meta input:hover, .rezept_meta textarea:hover, .rezept_meta select:hover {
    background: #fff;
}

.rezept_meta input:focus, .rezept_meta textarea:focus, .rezept_meta select:focus {
    background: #fde;
}

.rezept_meta tr.bottomline > td {
    border-bottom: 1px dotted grey;
}

.rezept_meta table {
    width: 100%;
}

input.linklike {
    font-weight: bold;
    background: none;
    color: black;
    border: none;
    font-size: inherit;
    font-family: inherit;
    padding: 0em;
}

input.linklike:hover {
    cursor: pointer;
    color: white;
    background: none;
}

table.ingredienttable tr.zutathead td {
    font-weight: bold;
    color: #f07;
}

table.ingredienttable td {
    text-align: center;
}

table.ingredienttable {
    border-collapse: collapse;
    border-spacing: 0px;
}

.rezept_meta input.buttonbig {
    border: 3px solid #f07;
    font-weight: bold;
    background-color: #f07;
    color: white;
}

.rezept_meta input.buttonbig:hover {
    border: 3px solid white;
    background-color: white;
    color: black;
    cursor: pointer;
}

.text_right {
    text-align: right;
}

.changedField {
    border: 1px solid red;
}

table.aggtrans {
    border-collapse: collapse;
    border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    margin-top: 1em;
}

table.aggtrans tr {
    border-bottom: 2px dotted #fff;
}

table.aggtrans td {
    padding: 5px;
}

table.aggtrans input {
    border: 2px solid #ddd;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: #ddd;
    background: #ddd;
    color: black;
}

table.aggtrans input:hover {
    background: #fff;
}

table.aggtrans input:focus {
    background: #eee;
    border-color: #000;
}

table.aggtrans input.changedField {
    background: #efa;
}

table.aggtrans input.empty {
    background: #aaa;
}

.jscheck, .jscheckedit, .jscheck:link, .jscheckedit:link {
    cursor: pointer;
    font-size: .6em;
    border: 2px solid white;
    background-color: #279;
    color: white;
    padding: 2px;
}

.jscheckedit, .jscheckedit:link {
    background-color: #aaa;
    margin-left: 1em;
}

.letternav a:link, .letternav a:visited {
    margin: 2px;
    border: 1px dotted white;
    background-color: transparent;
    color: black;
    font-weight: bold;
    padding: .5em;
    display: inline-block;
    width: 1em;
}

.letternav a:hover {
    background-color: white;
}

table.rectrn {
    font-size: 1em;
    margin-top: 1.5em;
    border-collapse: collapse;
    border-spacing: 0px;
    text-align: left;
}

table.rectrn tr.primlan {
    border-top: 1px solid #999;
    background-color: transparent;
}

table.rectrn tr:hover {
    background-color: white;
}

table.rectrn td, table.rectrn th {
    padding-left: 1em;
    padding-right: 1em;
}

table.rectrn tr.translation td.recttl {
    padding-left: 3em;
}

table.rectrn a.trn {
    margin: 0em 1em 0em 0em;
    color: #f07;
    /*background-color:#9cf;
     padding: 0em .5em 0em .5em;
     */
}

table.rectrn td.edit, table.rectrn td.edit a:link, table.rectrn td.edit a:visited{
	color: #07f;
}

table.translateingredient th, table.translateingredient td{
	text-align:left;
	font-size:.9em;
}

.faint{
	color:#999;
}

.lngn{
	color:#f07;
	font-size:.8em;
}
-->
