/* Überschriften */

h1 {
	font-size:20px;
	font-weight:bold;
	margin:0 0 15px 0;
	letter-spacing:0px;
}

h2 {
	font-size:17px;
	font-weight:bold;
	margin:0 0 10px 0;
	letter-spacing:0px;
}


h3 {
	font-size:17px;
	font-weight:bold;
	margin:0;
	letter-spacing:0px;
}




/*  Links */

a:link {
	text-decoration:none;
	color:#000066;
	font-weight:bold;
}

a:visited {
	text-decoration:none;
	color:#000066;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
	color:#000066;
	font-weight:bold;
}

a:active {
	text-decoration:none;
	color:#000066;
	font-weight:bold;
}





/*    Textkästen Flammkuchen   */

.h1_kasten {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.h2_kasten {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}

.text_kasten {
	color: #000000;
	height: 195px;
}

.bestellen {
	font-size: 14px;
	font-weight: bold;
	color: #B51A15;
	text-align: right;
	margin-top: 10px;
	bottom:0;
}





li{ 
	padding-bottom:8px;	
}

ul{
	list-style-position:outside; 
	margin-left:12px;
}

.bild_im_text {
	border:1px solid #000000;
	margin: 5px 10px 10px 0px;
	float: left;
}

.rand {
	border:1px solid #ffffff;
}


/* ------ Bestellung ------- */
.endpreis_1 { 
	background-color: #954e00;
	border: none;
	color: #ffffff;
	width: 45px;
}

.endpreis_2 { 
	background-color: #e87900;
	border: none;
	color: #ffffff;
	width: 45px;
}

.menge_1 { 
	background-color: #954e00;
	color: #ffffff;
	width: 25px;
	border: 1px solid #954e00;
}

.menge_2 { 
	background-color: #e87900;
	color: #ffffff;
	width: 25px;
	border: 1px solid #e87900;
}

input.menge_1:focus, textarea.menge_1:focus {
 background: #ffdfbc;
 color: #000000;
}

input.menge_2:focus, textarea.menge_2:focus {
 background: #ffdfbc;
 color: #000000;
}

input.endpreis_1:focus, textarea.endpreis_1:focus {
 background: #954e00;
 color: #ffffff;
 border: #954e00;
}

input.endpreis_2:focus, textarea.endpreis_2:focus {
 background: #e87900;
 color: #ffffff;
 border: #e87900;
}

.tabelle_1 {
	background-color: #954e00;
	text-align: center;
}

.tabelle_2 {
	background-color: #e87900;
	text-align: center;
}

td {
	padding: 0px;
}

hr {
	height:1px;
	color: #ffffff;
}
