/*
OVERALL BACKGROUND = #FEFEFE;
OVERALL TEXT COLOR = #333344;
OVERALL BORDER COLOR = #BBBBBB;
OVERALL LINK COLOR = #2878B4;

old: 155BA3
FOOTER COLOR = #CCCCCC;
HIGHLIGHT COLOR = #EEEEEE;
*/

body
{
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #FEFEFE;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333344; /* 	background-image: url("../images/wallpaper.gif"); 	background-repeat: repeat; 	*/
}

#topBox
{
	text-align: right;
	position: fixed;
	bottom: 0px;
	right: 0px;
}

#Top
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.main a
{
	text-decoration: none;
	font-weight: bold;
	color: #2878B4;
}

.main a i
{
	display: none;
}

.main a:hover
{
	text-decoration: underline;
}

.main a:visited:hover
{
	text-decoration: underline;
}

.main li
{
	/* list-style: circle url('../images/bullet.gif'); */
}

.main input, select, textarea
{
	/* 	border: 1px solid #BBBBBB; 	padding: 0px; 	*/
}

.main .errorinput
{
	border: 1px solid #FF0000;
}

.main .small
{
	font-size: 80%;
}

.main .large
{
	font-size: 120%;
}

.help
{
	border-bottom: 1px dotted;
	cursor: help;
}

.horizsep
{
	width: 80%;
	border-top: dotted 1px #BBBBBB;
	margin: 5px auto 5px auto;
	height: 0px;
}
.vertsep
{
	height: 80%;
	border-left: dotted 1px #BBBBBB;
	margin: auto 5px auto 5px;
	width: 0px;
}

form
{
	padding: 0px;
	margin: 0px;
}

h3
{
	padding: 0;
	margin: 0;
	font-size: 100%;
}

.hidden
{
	display: inline;
	left: -9999px;
	position: absolute;
}

/** Container ****************************************************************************************************************************************/
/****************************************************************************************************************************************************/
/****************************************************************************************************************************************************/

.main #container
{
	width: 780px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


/** Header *****************************************************************************************************************************************/

.main #header
{
	padding: 0;
	margin: 10px 0 10px 0;
	border: 1px solid #BBBBBB;
	height: 100px;
	width: 780px;
	position: relative; /* 	background-image: url('../images/titlebglarge.png'); 	background-repeat: repeat-x; 	background-position: left top; 	*/
}

.main #header .logo
{
	background-image: url("../images/allemania.gif");
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	width: 520px;
	height: 100px;
	float: left;
	text-decoration: none;
}

.main #header .address
{
	height: 60px;
	width: 240px;
	float: right;
	overflow: hidden;
	background: none;
	color: #000000;
	margin-top: 10px;
	text-align: right;
	vertical-align: middle;
	padding-top: 38px;
	padding-right: 10px;
}


/** Sidebar *****************************************************************************************************************************************/
/****************************************************************************************************************************************************/

.main #sidebar
{
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}

/** Item ********************************************************************************************************************************************/

.main #sidebar .item
{
	border: 0;
	padding: 0;
	margin-bottom: 10px;
}

.main #sidebar .item .hd
{
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #BBBBBB;
	background-color: #4D99CC;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	color: #FFFFFF;
	background-image: url('../images/titlebg.gif');
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
}

/*
.main #sidebar .item .hd .minimizebutton
{
	position: absolute;
	right: 5px;
	top: 1px;
	width: 10px;
	height: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
}
*/

.main #sidebar .item .bd
{
	border: 1px #BBBBBB solid;
	padding: 5px;
	overflow: hidden;
	display: block;
}

/*
//////////////// Sidebar menu ////////////////////
*/
.main #sidebar .item .menuitem
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	color: #2878B4;
}

.main #sidebar .item .menuitem:hover
{
	background-color: #4D99CC;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url('../images/titlebg.gif');
	background-repeat: repeat-x;
	background-position: left top;
}

.main #sidebar .item .menuitem:hover:visited
{
	color: #FFFFFF;
}

.main #sidebar .item .menuitem:active
{
	color: #FFFFFF;
}

.main #sidebar .item .menuitem:visited
{
	color: #2878B4;
}
/*
//////////////// End Sidebar menu ////////////////////
*/

.main #sidebar .item .typemenuitem
{
	display: block;
	padding-right: 0px;
	padding-left: 21px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-repeat: no-repeat;
	background-position: left center;
}

.main #sidebar .item .typemenuitem:hover
{
	text-decoration: underline;
}

/** MainContent *************************************************************************************************************************************/
/****************************************************************************************************************************************************/

.main #mainContent
{
	margin: auto; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align: top;
	float: right;
	width: 570px;
	min-height: 520px;
}

/** Item *****************************************************************************************************************************************/
.main #mainContent .outerlabel
{
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #BBBBBB;
	background-color: #4D99CC;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	color: #FFFFFF;
	background-image: url( '../images/titlebg.gif' );
	background-repeat: repeat-x;
	background-position: left top;
	width: 560px;
	position: relative;
}

.main #mainContent .item
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: #BBBBBB 1px solid;
	overflow: auto;
	width: 570px;
	position: relative;
}

.main .highlight
{
	background-color: #EEEEEE;
	background-image: url("../images/highlightbg.gif");
	background-repeat: repeat;
	background-position: bottom;
	background-repeat: repeat-x;
}

.main #mainContent .item .simpletitle
{
	font-weight: bold;
	border: 0;
	padding: 5px;
	margin: 0;
	overflow: hidden;
}

.main #mainContent .item .errortitle
{
	background-image: url('../images/icons/exclamation.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 25px;
}

.main #mainContent .item .successtitle
{
	background-image: url('../images/icons/done.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 25px;
}

.main #mainContent .item .headerlink
{
	font-weight: bold;
	padding-right: 0px;
	min-height: 16px;
	display: block;
	margin: 5px 5px 0px 5px;
}

.main #mainContent .item .headerlink:visited
{
	font-weight: bold;
	padding-right: 16px;
	background-image: url('../images/icons/done.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

.main #mainContent .item .imageholder
{
	padding: 5px;
	vertical-align: top;
	text-align: center;
	background: url(../images/loading.gif) no-repeat center;
	float: left;
	overflow: hidden;
	width: 77px;
	min-height: 27px;
}

.main #mainContent .item .utilitydetailsholder
{
	padding: 5px;
	vertical-align: top;
	float: left;
	width: 473px; /*border: #155BA3 1px solid;*/
}

.main #mainContent .item .details
{
	font-size: 75%;
	border: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	color: #d3d3d3;
}

.main .error
{
	padding: 0px 0px 0px 26px;
	background-color: #FFD2D2; /* 	background-image: url("../images/exclamationopaque.gif" ); 	background-repeat: no-repeat; 	background-position: 5px 5px; 	*/
}

.main .success
{
	background-color: #CCFFCC;
	padding-left: 126px; /* 	background-image: url("../images/successopaque.gif"); 	background-repeat: no-repeat; 	background-position: 5px 5px; 	*/
}

.main .warning
{
	background-color: #FFFFCC;
	padding-left: 126px; /* 	background-image: url("../images/exclamationopaque.gif"); 	background-repeat: no-repeat; 	background-position: 5px 5px; 	*/
	border-color: #FFCC33;
}

.main #mainContent .item .info
{
	text-align: justify;
	border: 0;
	padding: 5px 5px 5px 30px;
	margin: 0;
	overflow: hidden;
	background-image: url("../images/icons/info.gif");
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.main #mainContent .item .content
{
	text-align: justify;
	border: 0;
	padding: 5px;
	margin: 0;
	overflow: auto;
	position: relative;
}

.main #mainContent .item p
{
	text-align: justify;
	border: 0;
	padding: 5px;
	margin: 0;
	overflow: auto;
	position: relative;
}

.main #mainContent .item .hiddencontent
{
	text-align: justify;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: 0px;
	display: none;
}

/** TruckInfo ***************************************************************************/
/** Panelholder **/
.main #mainContent .item .panelholder
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	overflow: hidden;
	width: 100%;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.main #mainContent .item .showifvisited
{
	padding-right: 0px;
}

.main #mainContent .item .showifvisited:visited
{
	padding-right: 16px;
	background-image: url('../images/done.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

.main #mainContent .item .right .largeimagecontainer
{
	background: url('../images/loading.gif') no-repeat center;
	vertical-align: middle;
	text-align: center;
	border-right: #BBBBBB 1px solid;
	border-top: #BBBBBB 1px solid;
	border-left: #BBBBBB 1px solid;
	border-bottom: #BBBBBB 1px solid;
	margin-bottom: 10px;
}

.main #mainContent .item .right .largeimage
{
	width: 275px;
	border: 0;
}

/** Left **/
.main #mainContent .item .left
{
	border: 1px;
	padding: 0px;
	float: left; /*One pixel short so that the two panels stay one near the other*/
	width: 280px; /*border: #000000 1px solid;*/
}

/** Right **/
.main #mainContent .item .right
{
	padding: 0px;
	width: 287px;
	float: right;
	vertical-align: top; /*border: #000000 1px solid;*/
}

/** Truck ************************************************************************************************************************************/

.main #mainContent .truck
{
	padding: 0;
	margin: 0 0 10px 0;
	border: #BBBBBB 1px solid;
	overflow: hidden;
	width: 570px;
	position: relative;
}

.main #mainContent .truck .header
{
	margin: 0;
	border: 0;
	background-color: #4D99CC;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 2px 5px 2px 5px;
	background-image: url('../images/titlebg.gif');
	background-repeat: repeat-x;
	background-position: left top;
}

.main #mainContent .truck .headerlink
{
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 0px;
}

.main #mainContent .truck .headerlink:visited
{
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 16px;
	background-image: url('../images/icons/done.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

.main #mainContent .truck .truckcontent
{
	padding: 5px;
	vertical-align: top;
	float: left;
	width: 473px;
}

.main #mainContent .truck .type
{
	vertical-align: top;
	width: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.main #mainContent .truck .spacer
{
	clear: both;
}

.main #mainContent .truck .imageholder
{
	padding: 5px;
	vertical-align: top;
	text-align: center;
	background: url('../images/loading.gif') no-repeat center;
	float: left;
	overflow: hidden;
	width: 77px;
}

.main #mainContent .truck .truckimage
{
	border: #BBBBBB 0px solid;
	width: 75px;
	min-height: 39px;
}


/** Footer *****************************************************************************************************************************************/
/****************************************************************************************************************************************************/

.main #footer
{
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding: 0; /* 	background-image: url("../images/wallpaper.gif"); 	background-repeat: repeat; 	*/
	background: #EEEEEE;
	border: 1px solid #BBBBBB;
	margin: 0px auto 10px auto;
	text-align: center;
	width: 780px;
}

.main #footer .content
{
	padding: 5px;
	border: none;
	width: 770px;
}

.main .iconedlink
{
	padding-left: 21px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-repeat: no-repeat;
	background-position: left center;
}

.main .hiddenimage
{
	display: none;
}

/** Advanced **********************************************************************************************************************************/
/**********************************************************************************************************************************************/
/**********************************************************************************************************************************************/

/*
This class should be placed on a div or break element
and should be the final element before the close of a container
that should fully contain a float
*/
.clearfloat
{
	clear: both;
}
