/*Basic Text Properties*/

body,font,div,span {color: rgb(0, 0, 0);
font-family: Arial, Helvetica;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: none;}

p {color: rgb(0, 0, 0);
font-family: Arial, Helvetica;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: none;}

h1 {color: rgb(0, 0, 0);
font-family: Arial, Helvetica;
font-size: 12px;
font-weight: bold;
font-style: normal;
text-decoration: none;}

h2 {color: rgb(0, 0, 0);
font-family: Arial, Helvetica;
font-size: 12px;
font-weight: normal;
font-style: italic;
text-decoration: none;}

ul {color: rgb(0, 0, 0);
font-family: Arial, Helvetica;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: none;}

ol {color: rgb(0, 0, 0);
font-family: Arial, Helvetica;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: none;}

li {color: rgb(0, 0, 0);
font-family: Arial, Helvetica;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: none;}

/*Basic Table Properties*/

table {}

tr {}

td {color: rgb(0, 0, 0);
font-family: Arial, Helvetica;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: none;}

/*Background Colors*/

.BackGrey50 {background-color: rgb(127,127,127);}

.BackGrey30 {background-color: rgb(180,180,180);}

.BackGrey10 {background-color: rgb(230,230,230);}

.BackWhite {background-color:rgb(255,255,255);}

.BackOrange {background-color: rgb(245,130,32);}

.BackRed {background-color: rgb(234,4,55);}

.BackBlue {background-color: rgb(0,48,130);}

.BackYellow {background-color: rgb(255,242,0);}

/*Special BackGround Properties for /produkte/index.php*/

.SolarInverter {background-color: rgb(234,4,55);}
.MonokristallineSolarCell {background-color: rgb(0,48,130);}
.MonocrystallineSolarCell {background-color: rgb(0,48,130);}
.MultikristallineSolarCell {background-color: rgb(0,48,130);}
.MulticrystallineSolarCell {background-color: rgb(0,48,130);}
.TransparenteSolarCell {background-color: rgb(255,242,0);}
.TransparentSolarCell {background-color: rgb(255,242,0);}
.Produktanwendungen {background-color: rgb(245,130,32);}
.Productapplications {background-color: rgb(245,130,32);}
.MHHSolarsysteme {background-color: rgb(245,130,32);}
.MHHSolarSystems {background-color: rgb(245,130,32);}



/*InfoBox Properties*/

td.BoxHead {background-color: rgb(230,230,230);
color: rgb(127,127,127);
font-weight: bold;}

td.BoxBody {color: rgb(127,127,127);}

td.Nav2Head {
background-color: rgb(245,130,32);
color: rgb(255,255,255);
}

.SearchHead {background-color: rgb(230,230,230);
color: rgb(127,127,127);
font-weight: bold;}

.TableHead {font-weight: bold;}