/*
#######################################################################################
#######################################################################################
                                                                                     ##
	Externe Style-Dateien														     ##
                                                                                     ##
                                                                                     ##
*/

/*Styles für Themenseiten-Editor*/
@import url("/admin/themenseiten/editor/inc/css/styles.css"); 

/*
#######################################################################################
#######################################################################################
                                                                                     ##
	Styles für makeHeader function                                                     ##
                                                                                     ##
                                                                                     ##
*/

.makeHeader {
	margin:0 0 10px 0;
}

.makeHeader_Outer  {
 position:absolute;
 height:1px;
 width:589px;
 background:url('/img/header_ende.gif') no-repeat;
}

.makeHeader_Inner {
 padding:3px 0 2px 0;
 width:589px;
 border-left:1px solid #FFEAA3;
}

.makeHeader_Text {
 margin:0 0 0 10px;
 font-weight:bold;
 font-family:Arial;
 color: #740403;
 letter-spacing:1px;
 text-indent:0px;
 display:block;
}

/*
                                                                                     ##
                                                                                     ##
                                                                                     ##
Ende Styles für makeHeader function                                                  ##
                                                                                     ##
#######################################################################################
#######################################################################################
*/

/*
#######################################################################################
#######################################################################################
                                                                                     ##
	Styles für Startkasten auf der Startseite                                          ##
                                                                                     ##
                                                                                     ##
*/

.startkasten
{
  position:relative;
  display: block;
  width: 186px;
  /*height: 265px;*/
  overflow: hidden;
  border: 2px solid #f8e6a8;
  float: left;
  margin: 3px;
  padding:0;
}

.startkasten h1
{
  display: block;
  margin: 0 0 2px 0;
  padding: 2px 0 2px 4px;
  background-color: #9e322f;
  color: #f8e6a8;
  font-size: 12px;
  text-align: left;
}

.startkasten p {
  display: block;
  line-height: 13px;
  
  overflow: hidden;
  margin: 5px 0 2px 0;
  padding: 2px;
  color: #743e00;
  font-size: 12px;
  text-align: left;
}

.startkasten ul {
	color: #743e00;
	padding:0 0 0 15px;
	margin:10px 5px 0 10px;	
}

.startkasten li {
	margin-left:0px;
	margin-bottom:5px;
}

/*.startkasten p:first-letter {
  font-size: 15px;
}*/


.startkasten a.weiter {
  display: block;
  
  position:absolute;
  bottom:5px;
  right:5px;	
  padding-left:13px;
  
  color: #7b3f01;
  font-size: 12px;
  font-weight: bold;

  text-decoration: none;  
  text-align: right;
  
  background: url('/img/moreinfo10x10_outline.gif') no-repeat left center;
}
/*
#######################################################################################
# Verfeinerungen
#######################################################################################
*/

.startkasten_newsletter {
}

.startkasten_newsletter img {
	float:right;
	border:0px none;
}

.startkasten_special {
	background:url('/img/icon_spring_wochen.gif') no-repeat right 15px;
	height:110px;
}

.startkasten_beratung {
	background:url('/img/icon_telefon.gif') no-repeat right 0;
	height:75px;
}

.startkasten_beratung span {
	display:block;
	width:185px;
	position:absolute;
	bottom:5px;
	text-align:center;
	font-weight:bold;
}

/*
                                                                                     ##
                                                                                     ##
                                                                                     ##
Ende Styles für Startkasten auf der Startseite                                       ##
                                                                                     ##
#######################################################################################
#######################################################################################
*/

/*
#######################################################################################
#######################################################################################
                                                                                     ##
	Styles für Überschriften                                                           ##
                                                                                     ##
                                                                                     ##
*/

h1 {
 margin:0 0 10px 0;
 font-weight:normal;
 font-family:Verdana;
 font-size:18px;
 color: #000000;
 letter-spacing:1px;
}

h2 {
 margin:10px 0 10px 0;
 font-weight:bold;
 font-family:Arial;
 font-size:20px;
 color: #740403;
 letter-spacing:1px;
}

/*
                                                                                     ##
                                                                                     ##
                                                                                     ##
Ende Styles für Überschriften                                                        ##
                                                                                     ##
#######################################################################################
#######################################################################################
*/


/*
#######################################################################################
#######################################################################################
                                                                                     ##
	Spezial-Formulare                                                                ##
                                                                                     ##
                                                                                     ##
*/

#Twinny fieldset{
	padding-left: 10px;
	margin: 20px 0;
}

#Twinny label {
	width: 100px;
	float: left;
}

#Twinny fieldset {
	border: 1px #740403 solid;
}


/*                                                                                     ##
                                                                                     ##
                                                                                     ##
Ende Styles für Überschriften                                                        ##
                                                                                     ##
#######################################################################################
#######################################################################################
*/



.kasten {

}

.kasten h3 {
	color:#FFD8B8;
	font-size:13px;
	font-family:Verdana;
	margin:0;
	padding:2px 2px 2px 5px;
	background-color:#740403;
}

.kasteninhalt {
	margin:0;
	padding:6px 0 6px 5px;
}

.kasten a {
	background: url('/img/pfeil.gif') no-repeat;
	background-position:-1px 4px;
}

.pfeillink {
	padding-left: 13px;
	background: url('/img/moreinfo.gif') no-repeat;
	background-position:-1px 1px;
}

.line {
 height:1px;
 width:589px;
 padding:0;
 margin:10px 0 10px 0; 
 background:url('/img/header_ende.gif') no-repeat;
}



.fehler {
	text-decoration: none;
	font-weight: bold;
	font-family: verdana;
	font-size: 12px;
	color: red;
}

.keinfehler {
	text-decoration: none;
	font-weight: bold;
	font-family: verdana;
	font-size: 12px;
	color: green;
}

.fehlerkasten {
	text-decoration: none;
	font-weight: bold;
	font-family: verdana;
	font-size: 12px;
	color: red;
	border: 1px dotted red;
	width: 230px;
	height: 50px;
	overflow: auto;
	padding: 2px;
}

.keinfehlerkasten {
	text-decoration: none;
	font-weight: bold;
	font-family: verdana;
	font-size: 12px;
	color: green;
	border: 1px dotted green;
	width: 230px;
	height: 24px;
	overflow: auto;
	padding: 2px;
}

.text {
	font-size:12px;
}

.pfeil_link {
	padding:0 14px 0 14px;
	background:url('/img/pfeil.gif') no-repeat;
	background-position:0 4px;
	
	font-family: arial;
    font-weight: bold;
    color: #740403;
    font-size: 13px;
    text-decoration: none;	
}

/*
#######################################################################################
#######################################################################################
                                                                                     ##
	Random-Dynamic-Ausgabe                                                                      ##
                                                                                     ##
                                                                                     ##
*/
.ausgabe_random_dynamic {
	display: block;
	
	position : relative;
	width: 186px;
	margin-bottom: 5px;
	margin-top:5px;
}

.ausgabe_random_dynamic .bildlink
{
	float:left;
	display: block;
	position: relative;
	
	width: 100px;
	height:88px;

	border: 0 none black;
	background-image: url('/img/no_bild.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

.ausgabe_random_dynamic .bildlink img
{
	border: 0 none black;
}

.ausgabe_random_dynamic .logo
{
	float:right;
	position: relative;
	border: 0 none black;
}

.ausgabe_random_dynamic .logo img
{
	border: 0 none black;
}

.ausgabe_random_dynamic .bild
{
	display: inline;
	border: 0 none black;
}

.ausgabe_random_dynamic .name
{
	font-size: 12px;
	display: block;
	padding: 0 5px 0 5px;
	text-decoration: none;
	line-height: 13px;
}

.ausgabe_random_dynamic h3
{
	font-weight: normal;
	padding: 0;
	margin:0;
}

.ausgabe_random_dynamic a {
	font-weight: bold;
	font-size:12px;
}

.ausgabe_random_dynamic .textbox
{
	display: block;
	position:relative;
	width:180px;
}

.ausgabe_random_dynamic .info
{
	position:relative;
	padding: 0 5px 0 5px;
	font-size: 11px;
	text-decoration: none;
	margin-bottom: 5px;
	display: block;
}

.ausgabe_random_dynamic .preis
{
	position:relative;
	display: block;
	text-align:right;
	padding-left: 10px;
	font-size: 12px;
	text-decoration: none;
	color: #C00000;
	font-weight: bold;
}

.ausgabe_random_dynamic .link 
{
  display: block;
  
  position:relative;
  
  color: #7b3f01;
  font-size: 12px;
  font-weight: bold;

  text-decoration: none;  
  text-align: right;
  
  width:186px;
  
  background: url('/img/moreinfo10x10_outline.gif') no-repeat 90px center;
}


/* #######################################################################
   #######################################################################
                                                                       ###
                        START Bestellvorgang                           ###
*/

/* Schritte */

.steps{
	height: 30px;
	margin: 0 0 10px 0;
	padding: 0;
}

.steps .stepcontainer{
	background: url('/img/steps_text_bg.png') no-repeat right top;
	border: 2px solid #ffeaa3;
	display: block;
	float: left;
	position: relative;
	height: 30px;
	margin-right: 10px;
	padding: 0;
	color: #740403;
}

.steps .stepcontainer.stepdone {
	background: #740403;
	color: #ffeaa3;
}

.steps .stepcontainer.stepaktuell {
	background: #740403;
	color: #ffeaa3;
	font-weight: bold;
}

.steps img{
	position: absolute;
	left: 0;
}

.steps .stepcontainer span{
	display:block;
	float:left;
	font-size:0.85em;
	padding:9px 10px 0px 37px;
}

/* Bestell-Vorgang Startseite */
#bestelllogin {
	padding: 0 20px 10px 20px;	
	text-align: right;
}

#bestelllogin input.text {
	background: #ffffff;
	width: 135px;
}

#bestelllogin label {
	width: 75px;
}

#bestelllogin input.text, #bestelllogin label {
	display: block;
	float: left;
	text-align: left;
}

/* #######################################################################
   #######################################################################
                                                                       ###
                       REZEPTE				                           ###
*/

.rezepte th {
	font-weight:normal;
	font-size:11px;
	color:#FFFFFF;
	background-color:#A0A0A0;
	text-align:left;
}

.rezepte a {
	background-image: url('/img/pfeil.gif');
	background-position: 1px 7px;
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
	padding: 4px 0px 4px 16px;
	border-bottom: 1px solid #eeeeee;
}

.rezepte a:hover {
	background-color:#F9CF85;
}

#zutaten {
	background-image: url('/img/rezepte/zutaten_bg.jpg');
	
	width:550px;
	
	text-align:left;	
	margin:15px auto;
	padding:0;
}

#zutaten_top {
	background-image: url('/img/rezepte/zutaten_top.jpg');
	background-repeat: repeat-x;
	
	height:38px;
	
	margin:0;
	padding:0;
		
	font-size:14px;
	font-weight:bold;
}

#zutaten_top p {
	padding: 10px 0 0 10px;
}

#zutaten_content {
	line-height:21px;
	
	margin:0;
	padding:10px;
}

#zutaten_content ul {
	margin:0 0 0 25px;
	padding:0;
}

/* MENU LINKS */
.tabbed ul
{
	list-style-type: none;
	padding-left: 0px;
	margin:0;
}

.tabbed ul li
{
	padding:0;
	background-image: url('/img/pfeil.gif');
	background-position: 1px 7px;
	background-repeat: no-repeat;
	margin: 0px;
}

.tabbed ul li a {
	font-size: 11px;
	text-decoration: none;
}

