﻿body 
{ 
    font-family:Verdana,Helvetica,Arial,sans-serif; 
    font-size:11px;
    COLOR:#000000;
    margin: 0px;
    background-color: #DCDCDC;
}

A {	COLOR: #000000;	TEXT-DECORATION: underline; }
A:hover { COLOR: #000000; TEXT-DECORATION: underline; }
A.footer { COLOR: #ABABAB; TEXT-DECORATION: underline; }
TD.footer { COLOR: #ABABAB; font-size: 10px; text-align: right; }
TD.logo { background-color: #F1F1F1; BORDER-LEFT: #ffffff 2px solid; BORDER-RIGHT: #ffffff 2px solid; }
TD.header { background-color: #E02A26; border-top: #ffffff 2px solid; border-bottom: #ffffff 2px solid; }
TD.bgNavigation { background-color: #F1F1F1; BORDER-LEFT: #ffffff 2px solid; BORDER-RIGHT: #575757 1px dotted; border-bottom: #ffffff 2px solid; vertical-align: top; }
TD.bgNavigationButtom { background-color: #F1F1F1; BORDER-LEFT: #ffffff 2px solid; BORDER-RIGHT: #575757 1px dotted; border-bottom: #ffffff 2px solid; }
TD.navigation1st { background-color: #C8C8C8; border-bottom: #ffffff 1px solid; }
TD.navigation2nd { background-color: #C8C8C8; border-bottom: #ffffff 1px solid; text-align:left; }

A.navi { font-size: 14px; color: #555555; font-weight: bold; text-decoration: none }
A.navi:Hover { font-size: 14px; color: #EFEFEF; font-weight: bold; text-decoration: none }
A.naviHeizung { font-size: 14px; color: #555555; font-weight: bold; text-decoration: none }
A.naviHeizung:Hover { font-size: 14px; color: #E02A26; font-weight: bold; text-decoration: none }  
A.naviSanitaer { font-size: 14px; color: #555555; font-weight: bold; text-decoration: none }
A.naviSanitaer:Hover { font-size: 14px; color: #000080; font-weight: bold; text-decoration: none }
A.naviSpengler { font-size: 14px; color: #555555; font-weight: bold; text-decoration: none }
A.naviSpengler:Hover { font-size: 14px; color: #CB5300; font-weight: bold; text-decoration: none }
A.naviPlanung { font-size: 14px; color: #555555; font-weight: bold; text-decoration: none }
A.naviPlanung:Hover { font-size: 14px; color: #008000; font-weight: bold; text-decoration: none }
A.naviKontakt { font-size: 14px; color: #555555; font-weight: bold; text-decoration: none }
A.naviKontakt:Hover { font-size: 14px; color: #E02A26; font-weight: bold; text-decoration: none }

TD.address { text-align: left; }
TD.title { font-size: 14px; color: #E02A26; font-weight: bold; }
TD.home { font-size:12px; }

/* Input Fields */
INPUT, SELECT, TEXTAREA {
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;
	BORDER-LEFT: #999999 1px solid;
	BORDER-BOTTOM: #999999 1px solid;
	background-color: #ffffff;
	font-size: 11px
}
INPUT.tbxSmall
{
    width: 60px
}
INPUT.tbxMedium
{
    width: 150px
}
INPUT.tbxSmallError
{
    width: 60px;
    background: #ef524a;
}
INPUT.tbxMediumError
{
    width: 150px;
    background: #ef524a;
}
TEXTAREA.tbxLarge
{
    width: 300px;
}
TEXTAREA.tbxLargeError
{
    width: 300px;
    background: #ef524a;
}
