/*
=====================================================
CSS file for screen media
FileName:   stylesheet.css
Version:    2005.01.15
Author:     R. Hoefakker, Mobillion BV
=====================================================
*/

@import url("header.css");
@import url("main.css");
@import url("footer.css");

body {
   background-color: #596781; /* navy */
   background-image: url(http://powerweb.mobelle.nl/img/achtergrond.jpg);
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 16px;
	scrollbar-face-color: #a8a5b6;
	scrollbar-highlight-color: #93A1BB; /* lightblue */
	scrollbar-shadow-color: #000000; /* black */
	scrollbar-arrow-color: #000000; /* black */
	scrollbar-track-color: #596781; /* navy */
	scrollbar-darkshadow-color: #c16b3b; /* brownred */
	text-align: center;
}

#container {
   /*border: 1px solid #00FF00;*/
   z-index:auto;
   width:970px;
   top: 0px;
   margin: 0px auto auto auto;
   text-align: left;
   position: ralative;
   border-left: 2px solid #000000;
   border-right: 2px solid #000000;
   background-color: #dbcb7d; /* lightbrown */
}

img { 
   border: 0px;
}

input, button, .extendedSearchType {
   border: 1px solid #CCCCCC;
   font-family: verdana, arial, sans-serif;
   font-size: 10px;
   background-color: #5F6A7C;
   color: #e5d271;
   font-weight: bold;
}
input.img {
   position: relative;
   z-index: auto;
   border: 0px;
   top: 6px;
}
option {
   font-family: verdana, arial, sans-serif;
   font-size: 10px;
}
select {
   border: 1px solid #CCCCCC;
   font-family: verdana, arial, sans-serif;
   font-size: 10px;
}

div {
   text-align: left;
}

td { 
   text-align:left; 
}

strong {
   font-family: verdana, arial, sans-serif;
   font-size: 11px;
   color: #FFEA01;
}

/* H I P P O C M S */

.H1L, .H1L:hover {
   font-size: 20px;
   font-weight: bold;
}
.btnDownloadLarge {
   background: url(/img/btnDownloadLarge.gif) no-repeat; width: 136px; height: 26px;
}
.btnDownloadSmall {
   background: url(/img/btnDownloadSmall.gif) no-repeat; width: 71px; height: 16px;
}    
.doubleBackArrow { background: url(http://partners.mobelle.nl/img/doublebackarrow.gif) no-repeat; width: 18px; height: 18px; }
.backArrow { background: url(http://partners.mobelle.nl/img/backarrow.gif) no-repeat; width: 18px; height: 18px; }
.nextArrow { background: url(http://partners.mobelle.nl/img/nextarrow.gif) no-repeat; width: 18px; height: 18px; }
.doubleNextArrow { background: url(http://partners.mobelle.nl/img/doublenextarrow.gif) no-repeat; width: 18px; height: 18px; }
.orderSmall { background: url(/img/btnDownloadSmall.png) no-repeat; width:71px; height: 16px; }
