body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: rgb(35,35,35);
}

#bxBody {
	position:relative;
	width: 800px;
	height: 100%;
	text-align: left;
	margin-top: 2px;
}

#bxHead {
	width: 499px;
	float: left;
	border-top: 5px solid rgb(225,225,225);
}

#bxHeadLogo {
	float: left;
	float: left;
	width: 800px;
	vertical-align: middle;
	margin-bottom: 15px;
	/* background: url( theme/default/images/layout/eezeefax_logo_big_de.jpg ) center center no-repeat; */
}

#bxHeadMenu {
	float: right;
	width: 300px;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
	color: rgb(180,180,0);
}

#bxHeadMenu a {
	color: rgb(55,55,55);
	text-decoration: none;
}

#bxHeadMenu #bxHeadMenuImprint {
	float: left;
	width: 96px;
	border-top: 5px solid rgb(200,200,0);
	border-left: 1px solid rgb(200,200,0);
	margin-left: 1px;
}

#bxHeadMenu #bxHeadMenuContact {
	float: left;
	width: 96px;
	border-top: 5px solid rgb(233,233,102);
	border-left: 1px solid rgb(233,233,102);
	margin-left: 1px;
}

#bxHeadMenu #bxHeadMenuHome {
	float: left;
	width: 96px;
	border-top: 5px solid rgb(245,245,152);
	border-left: 1px solid rgb(245,245,152);
	margin-left: 1px;
}

#bxHeadMenu #bxHeadMenuLogo {
	margin-top: 5px;
	/*background: url( theme/default/images/layout/eezeefax_logo.jpg ) center center no-repeat;*/
	width: 380px;
	height: 150px;
}

#bxHeadPath {
	clear: both;
	width: 100%;
	/*height: 2px;*/
	padding: 5px 0px 5px 0px;
	margin-bottom: 10px;
	border-top: 1px solid rgb(220,220,152);
	border-bottom: 1px solid rgb(220,220,152);
	background: rgb(250,250,250);
}

#bxHeadPath a {
	color: rgb(55,55,55);
	text-decoration: none;
}

#bxHeadPath a.active {
	color: rgb(180,180,0);
	text-decoration: none;
}

#bxHeadPath a:hover {
	color: rgb(150,150,0);
	text-decoration: underline;
}


#bxContentMenu {
	float: left;
	width: 180px;
	margin-right: 9px;
	height: auto;
	line-height: 17px;
	vertical-align: middle;
	color: rgb(180,180,0);
	border-top: 1px solid rgb(205,205,205);
}

#bxContentMenu a {
	margin-left: 5px;
	color: rgb(55,55,55);
	text-decoration: none;
}

#bxContentMenu a:hover {
	margin-left: 5px;
	color: rgb(150,150,0);
	text-decoration: underline;
}

#bxContentMenu a.active {
	margin-left: 5px;
	color: rgb(180,180,0);
	text-decoration: none;
}

#bxContentMenu a.active:hover {
	margin-left: 5px;
	color: rgb(150,150,0);
	text-decoration: underline;
}

#bxContentMenu .itemLvl1 {
	border-bottom: 1px solid rgb(205,205,205);
	border-left: 4px solid rgb(245,245,182);
	padding: 2px 5px 2px 5px;
	background: rgb(245,245,245);
}

#bxContentMenu .itemLvl2 {
	border-bottom: 1px solid rgb(205,205,205);
	border-left: 4px solid rgb(220,220,152);
	padding: 2px 5px 2px 15px;
	background: rgb(235,235,235);
}

#bxContentMenu .itemLvl3 {
	border-bottom: 1px solid rgb(205,205,205);
	border-left: 4px solid rgb(200,200,132);
	padding: 2px 5px 2px 25px;
	background: rgb(225,225,225);
}

#bxContent {
	float: left;
	width: 600px;
	border-left: 1px solid rgb(205,205,205);
	padding-left: 9px;
}

#bxContent p {
	text-align: justify;
	line-height: 18px;
}

#bxContent li {
	text-align: justify;
	line-height: 18px;
	margin-bottom: 10px;
	/*list-style-image: url(../images/layout/header_bars.jpg);*/
}

#bxContent h1 {
	color: rgb(200,200,0);
	font-size: 22px;
	margin-top: 0px;
	width: 100%;
	border-bottom: 1px dashed;
}

#bxContent a {
	color: rgb(180,180,0);
	text-decoration: none;
}

#bxContent a:hover {
	color: rgb(150,150,0);
	text-decoration: underline;
}


#bxContent img.left {
	float: left;
	padding: 5px;
	border: 1px dashed rgb(150,150,150);
	margin: 0px 10px 5px 0px;
}

#bxContent img.right{
	float: right;
	padding: 5px;
	border: 1px dashed rgb(150,150,150);
	margin: 0px 0px 5px 10px;
}

#bxContent .eezee {
	font-weight: bold;
	font-style: italic;
	background: rgb(0,0,0);
	color: rgb(255,255,255);
	padding: 1px 5px 1px 5px;
	text-decoration: none;
}

#bxContent .eezee .fax {
	/*color: rgb(255,204,0);*/
	color: rgb(255,195,0);
}

#bxFooter {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgb(220,220,152);
}

#bxFooter small {
	/*border-top: 1px dashed rgb(205,205,205);*/
	color: rgb(185,185,185);
}

#bxFooter small a {
	color: rgb(180,180,0);
	text-decoration: none;
}

#bxFooter small a:hover {
	color: rgb(150,150,0);
	text-decoration: none;
}

.clear {
	clear: both;
}

#bxContent .bxFormLeft {
	width: 35%;
	float: left;
	font-weight: bold;
}

#bxContent form p
{
	line-height: 30px;
	vertical-align: middle;
}

#bxContent br
{
	clear: both;
}


#bxContent p.error {
	color: rgb( 200,0,0 );
	margin-left: 25px;
}

#bxContent .bxLeft40b{
	width: 40%;
	float: left;
	font-weight: bold;
}


#bxContent input[type=button], #bxContent input[type=reset], #bxContent input[type=submit] {
	border: 1px outset rgb( 171, 171, 171 );
	height: 22px;
	line-height: 19px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

#bxContent input[type=button]:focus, #bxContent input[type=reset]:focus, #bxContent input[type=submit]:focus, #bxContent input[type=button]:hover, #bxContent input[type=reset]:hover, #bxContent input[type=submit]:hover {
	border: 1px outset rgb( 220, 180, 20);
	height: 22px;
	line-height: 19px;
	vertical-align: middle;
	text-align:center;
	cursor:pointer;
	font-weight: bold;
}

#bxContent input[type=text], #bxContent input[type=textarea], #bxContent input[type=select], #bxContent input[type=password] {
	border: 1px outset rgb( 171, 171, 171 );
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
	width: 45%;
}

#bxContent textarea {
	border: 1px outset rgb( 171, 171, 171 );
	line-height: 14px;
	vertical-align: top;
	width: 45%;
}

#bxContent select {
	border: 1px outset rgb( 171, 171, 171 );
	vertical-align: middle;
	width: 45%;
} 

#bxContent .bxRight{
	width: 45%;
	float: left;
}

#bxContent .bxLeft{
	width: 45%;
	float: left;
}

#bxContent table.tblTec
{
	width: 100%;
}

#bxContent .tblTec th:first-child
{
	width: 40%;
	text-align: left;
	border-top: 5px solid rgb(175,175,125);
	border-right: 1px solid rgb(175,175,125);
	color: rgb(75,75,25);
}

#bxContent .tblTec th
{
	width: 20%;
	font-size: 18px;
	text-align: center;
	border-top: 5px solid rgb(200,200,150);
	border-right: 1px solid rgb(200,200,150);
	color: rgb(100,100,50);
}

#bxContent .tblTec td
{
	border-top: 1px dashed rgb(150,150,150);
	border-right: 1px dashed rgb(150,150,150);
	text-align: center;
	padding: 5px 3px 1px 1px;
}

#bxContent .tblTec tbody tr:hover
{
	background: rgb(255,255,200);
}

#bxContent .tblTec td:first-child
{
	text-align: left;
	font-weight: bold;
}



#bxContent table.tblTec2
{
	width: 100%;
}

#bxContent .tblTec2 th
{
	text-align: left;
	border-top: 5px solid rgb(175,175,125);
	border-right: 1px solid rgb(175,175,125);
	color: rgb(100,100,50);
	font-size: 18px;
}

#bxContent .tblTec2 td
{
	border-top: 1px dashed rgb(150,150,150);
	border-right: 1px dashed rgb(150,150,150);
	text-align: left;
	padding: 7px 5px 3px 3px;
}

#bxContent .tblTec2 tbody tr:hover
{
	background: rgb(255,255,200);
}

#bxContent .tblTec2 td:first-child, #bxContent .tblTec2 td:first-child +td +td
{
	text-align: left;
	font-weight: bold;
	width: 40%;
}

#bxContent small.info 
{
	color: rgb(100,100,50);
	background: url(../images/icons/icon_info_11x11.gif) no-repeat left center;
	padding-left: 15px;
	line-height: 21px;
	vertical-align: middle;
	font-size: 9px;
	font-weight: bold;
	width: 100%;
}

#bxContent h3 {
	color: rgb(150,150,0);
	border-bottom: 1px dashed rgb(150,150,0);
	margin-right: 35px;
	padding-right: 0px;
	font-size: 13px;
}

