html, body {
	height:100%;
	scrollbar-face-color: #1B3289;
	scrollbar-shadow-color: #A3A3A3;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #C9C9C9;
	scrollbar-track-color:#EFEFEF;
	scrollbar-arrow-color: #FFFFFF;
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background-color: #FFFFFF;
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}

.style1 {
font-size: 18px;
}
.style2 {
font-size: 14px;
}

a {color: #187E00; font-family : Arial, Helvetica, sans-serif; font-size :  12px; letter-spacing: 0px ; text-decoration: none}

a:Visited  {color: #187E00; font-family : Arial, Helvetica, sans-serif; font-size :  12px; letter-spacing: 0px ; text-decoration: none}

a:Active  {color: #187E00; font-family : Arial, Helvetica, sans-serif; font-size :  12px; letter-spacing: 0px ; text-decoration: none}

a:Hover  { color: #187E00; font-family : Arial, Helvetica, sans-serif; font-size :  12px; TEXT-DECORATION: underline; letter-spacing: 0px ;}

h1
{
  font-size:14px;
}

h2
{
  font-size:12px;
}


.kop1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.kop2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
}
.plane_is {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	clip: rect(auto,auto,auto,auto);
	padding-left: 90px;
}
.plane {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: normal;
}
.adres {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 15px;
	margin: 10px;
	padding-top: 15px;
}

.centertext {
	text-align:center;
	/*border: solid 1px #000;*/
}

.sitecontainer {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 586px;         /* required - desired height */
	width: 1022px;        /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

div#distance { 
	margin-bottom: -294px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}

#top {
	width: 1022px;
	height: 111px;
	background-image: url(../img/top.gif);
	top: 0px;
	float: left;	/*border: 1px solid #000*/
	/*left: 50%;
	margin-left: -511px;
	z-index:1;*/
	} 

#left {
	width: 239px;
	height:487px;
	float: left;
	background-image: url(../img/left.gif);
	background-repeat: no-repeat;
	/*border: 1px solid #00F;*/
}

#leftinner
{
	margin-left:16px;
}

#inner
{
	width: 783px;
	height:473px;
	overflow:auto;
}

#innerinner
{
	padding-top:2px;
	padding-left:2px;
	padding-bottom:2px;
	padding-right:350px;
}

#main {
	width: 783px;
	height:487px;
	float: left;
	background-image: url(../img/right-images.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	/*background-attachment: fixed;
	background-repeat: no-repeat; */
	}
