/* ---------------
layout
--------------- */

body {
	font-size: 12px;
	background-color: #fff;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#layout {
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

#preheader {
	padding: 0px;
}


#header {
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#postheader {
	background-image: url('/images/postheader.jpg');
	height: 46px;
	color: #000;
	padding: 0px;
}

#postheader a {
	color: #034ab2;
	text-decoration: none;
}

#postheader div {
	
	padding-top: 18px;
	padding-left: 10px;
	color: #666666;
	font-size: 18px;
	
}
#topmenu {
	text-align: left;
}


#content {
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	width: 760px;
	padding: 15px;
	padding-top: 20px;
}

#content td {
	padding: 3px;
}



td.menuSpacer {
	background-color: #a8b0ba;
	width: 1px;
	height: 24px;
	padding: 0px;
}

td.menu {
	padding-left: 10px;
	padding-right: 10px;
	color: #a8b0ba;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}


.borderLeft {
	width: 15px;
	background-image: url('/images/borderLeft.jpg');
	background-repeat: repeat-y;
}

.borderRight {
	width: 15px;
	background-image: url('/images/borderRight.jpg');
	background-repeat: repeat-y;
}

.borderLeftBottom {
	width: 15px;
	height: 79px;
	background-image: url('/images/borderLeftBottom.jpg');
	background-repeat: no-repeat;
}

.borderRightBottom {
	width: 15px;
	height: 79px;
	background-image: url('/images/borderRightBottom.jpg');
	background-repeat: no-repeat;
}

#menuRightTop {
	height: 31px;
	background-image: url('/images/menuBackTop.jpg');
	background-repeat: no-repeat;
}

#menuRight {
	background-image: url('/images/menuBack.jpg');
	background-repeat: repeat-y;
	text-align: center;
	padding: 0px 10px 0px 10px;
}

#menuRightBottom {
	height: 47px;
	background-image: url('/images/menuBackBottom.jpg');
	background-repeat: no-repeat;
}

#submenu {
	padding: 0px;
	border-spacing: 0px;
}

#submenu td.submenuSpacer {
	background-color: #a8b0ba;
	width: 1px;
	height: 24px;
	padding: 0px;
}

#submenu td.submenu {
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	color: #a8b0ba;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}




/* ---------------
form & table
--------------- */
table {
	border: 0px;
}

th {
	text-align: center;
	text-decoration: bold;
}

td {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.fieldreports {
	border: 1px solid #CCCCCC;
}


/* ---------------
formating
--------------- */
strong {
	COLOR: #ffffff;
}

a {
	color: #034ab2;
	text-decoration: none;
}

.menu a {
	color: #a8b0ba;
}


small {
	font-size: 12px;
}

big {
	font-size: 18px;
}

.highlight {
	background-color: #E9E9E9;
}

.noborder {
	border: 0px;
}





/* ---------------
elements & specials
--------------- */
hr {
	color: #FFFFFF;
	height: 1px;
	width: 100%;
	border: 0px;
	border-top: 1px solid #CCCCCC;
}

img {
	border: 0px;
}

img.border {
	border: 1px solid #0080AA;
}

img.lightborder {
	border: 1px solid #CCCCCC;
}


input, textarea, select {
	border: 1px solid #000000;
	background-color: #f4f4f4;
	border-bottom: 2px solid;
}



.icon_map {
	background-image: url('/images/icons/map_de.png');
	height: 43px;
	width: 33px;
}


.languageselector {
	z-index: 85;
}

input.button {
	height: 22px;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background-color: #e3e3e3;
	background-image: url(/images/button.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}

#spanPrice {
	/* for ie compatibility */
	height: 20px;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-image: url('/images/overlay.png');
}
	
	
#enginesDiv {
	z-index: 200;
	border: 1px solid;
	padding: 10px;
	background-color: #ffffff;
	width: 300px;
	position: absolute;
	visibility: hidden;
}


#fieldreportsAvailable {
	border: 1px solid #cccccc;
	text-align: center;
	padding: 4px;
	width: 165px;
}





table.pagination {
	border-spacing: 0px;
	border-collapse: collapse;
}

td.paginationPages {
	border: 1px solid #cccccc;
	white-space: pre;
}

td.pagination {
	border: 1px solid #cccccc;
	border-left: 0px;
	white-space: no-wrap;
}

td.paginationSelected {
	border: 1px solid #cccccc;
	border-left: 0px;
	background-color: #dfdfdf;
	white-space: no-wrap;
}


