/*
CSS für die manuellen technischen Daten
*/

#manuelle_daten table
{
	border:0px solid #ffffff;
         width:100%;
         color:#452002;
         font-size:10pt;
         background-color:#ffffff;
         border-spacing: 2px 7px;
         margin-top:10px;
}

#manuelle_daten table td.title
{
	font-size:10pt;
         color:#2C2C2C;
         height:24px;
         border-bottom:1px solid #743908;
         background-color:#ffffff;
}

#manuelle_daten table tr.farbig
{
	background-color:#E8E3DE;
}


/*
CSS für die Übersicht bei einer Kaffeemaschine
*/
#imgbox
{
	float: left;
}

#imgbox img
{
	border:2px solid #d4d0c8;
}

#imgbox p
{
	font-size:8pt;
         margin-top:3px;
         text-align:right;
         padding-right:10px;
}

#imgbox a
{
         text-decoration:none;
         color:#60320D;
}

#imgbox a:hover
{
	text-decoration:underline;
}

#textbox
{
	float:left;
         margin-left:40px;
}

#textbox h1
{
	margin:0px;
         font-size: 11pt;
         font-weight: bold;
         color:#713A0D;
         letter-spacing:0.05em;
}

#textbox h3
{
	margin: 12 0 0 19px;
         font-size: 10pt;
         font-weight:normal;
}

#textbox h3 a
{
	text-decoration:underline;
         color:#713A0D;
}

#textbox h3 a:hover
{
	text-decoration:none;
         color:#000000;
}

#textbox ul
{
         margin-left:45px;
}

#textbox li
{
	line-height:18px;
         height:18px;
         background-color:white;
         width:350px;
         font-family:verdana;
         font-size:10pt;
         margin: 7px;
         color:black;
         margin-left:7px;

}

#textbox li a
{
         text-decoration:none;
         color:#713A0D;
}

#textbox li a:hover
{
         margin-left:5px;
	text-decoration:none;
         color:#000000;
}