@charset "utf-8";

html, body {
	height: 100%;
	margin: 0;
}

body {
	background-image: url(pix/top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0a2056;
}


#container {
	position: relative;
	float: left;
	left: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -137px; /* the bottom margin is the negative value of the footer's height */
	padding-left: 25px;
	width: 900px;
	overflow: auto;
	z-index: 10;

}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#txtleft {
	float: left;
	padding-top: 189px;
	padding-bottom: 137px;
	width:420px;
	z-index:2;
}

#txtright {
	float: right;
	padding-top: 189px;
	padding-bottom: 137px;
	width:420px;
	z-index:2;
}

#bottom {
	position: relative;
	padding: 0px;
    bottom: 0px;
    width: 100%;
	min-width:1002px;
	margin: 0px;
    height:137px;   /* Height of the footer */
	background-image:url(pix/onder.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}



h1 {
	font-size: medium;
	color: #ff7c10;
	margin-bottom: -5pt;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: -10pt;
}


#navcontainer
{
	position: absolute;
	left: 27px;
	top: 149px;
	height: 25px;
	margin: 0;
	padding:0;
	width: 850px;
}

ul#navlist
{
margin: 0;
padding: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
font-weight:bold;
font-size: 10,8pt;
}

#navlist a {padding: 0px 50px 0px 0px;}

#navlist a:link, #navlist a:visited
{
color: #FFF;
text-decoration: none;
}

#navlist a:hover
{
color: #0a2056;
text-decoration: none;
}

#navlist a#current {
color: #0a2056;
}

a {
	text-decoration:none;
	font-weight:bold;
	color: #ff7c10;}
	
a:hover {
	text-decoration: underline;
	color: #0a2056;}

