/* CSS Document */

body
{
	background-color:#CCCCCC;
	color:#000000;
	font-weight: bolder;
}
h1
{
	color:#CC0000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;	
}
h2
{
	color:#FF0000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;		
}
td.link
{
    background-color:#eeeeee;
	color:#0055cc;
	border:1px solid farbe;
}
/* Tabellenspalte der Haupttabelle, in der sich alles befindet */
td.hintergrund
{
    background-color:#ffffff;
}
td.link
{
    background-color:#eeeeee;
	color:#0055cc;
	border:1px solid #ff0000;
}

a {
	color: #CC0000;
	font-weight: bold;
}
a:hover {
    background: #cccccc; 
	color: #000000;
}

/* Style vom Menü: hellrot*/
div#gelb {
   font: 16px arial, sans-serif; width: 160px; 
}
div#gelb a {
    border-right: #ffffff 3px solid; padding-right: 10px;
    display: block; padding-left: 10px; border-left-width: 0px;
    background: #FFFF00; border-bottom-width: 0px;
	/*	
    background: #f9eec8; border-bottom-width: 0px;

    background: #cc8585; border-bottom-width: 0px;
	*/	
    padding-bottom: 5px; margin: 0px 0px 2px; color: #000000;
    padding-top: 5px; text-align: center; text-decoration: none; }
	
div#gelb a:hover {
    border-right: #805353 3px dashed; background: #cccccc; color: #805353
}
.hauptInhalt {
	font-weight: bold;
}
#bild {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #990000;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
#preis {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
#beschreibung {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
}

#konditionen {
	background-color: #eeeeFF;
	border: thin solid #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}