*
{
	outline: none;
}

body
{
	background-color:#DFE1E2;
	margin: 0;
	padding: 0;
}
#headerbg
{
	background:url('/images/bg_header.gif') repeat-x scroll left top #E8EAEB;
	margin: 8px 0;
	height: 132px;
	width: 100%;
	position: absolute;
}

#wrapper
{
	position: relative;
	top: 10px;
	width: 1000px;
	margin: 0 auto;
	height: auto;
}

#logo
{
	left:0;
	position:relative;
	height: 128px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	background:url('/images/header_logo.jpg') no-repeat scroll left top;
}

.nicebutton {
	background: url("/images/butt_bg.png") repeat scroll center bottom transparent;
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	border-style: solid;
	border-width: 1px;
	cursor:pointer;
	font:15px arial,sans-serif;
	height:30px;
	margin:0;
	outline:0 none;
	vertical-align:top;
	margin: 1px 0 4px 4px;
}

.nicebutton:active
{
	background: none repeat scroll 0 0 #CCCCCC;
}

#body
{
	position: relative;
	top: 0px;
	width: 1000px;
	min-height: 640px;
}

/*  Header links  */
#headerhome
{
	display: block;
	position: absolute;
	left: 43px;
	top: 21px;
	width: 406px;
	height: 78px;
}
#contactenvelope
{
	display: block;
	position: absolute;
	left: 880px;
	top: 37px;
	width: 14px;
	height: 10px;
}
#nl_flag
{
	display: block;
	position: absolute;
	left: 861px;
	top: 37px;
	width: 16px;
	height: 10px;
}

#en_flag
{
	display: block;
	position: absolute;
	left: 842px;
	top: 37px;
	width: 16px;
	height: 10px;
}
/*  End Header links  */

.flag_gfx
{
	width: 16px;
	height: 10px;
}

/* Right blocks */
.rightblocks
{
	float:right;
	background-color: #FFFFFF;
	width: 196px;
	height: 196px;
	padding: 12px;
	margin-right: 20px;
	margin-top: 25px;
}

.news_wrapper a, .news_wrapper a:link, .news_wrapper a:visited, .news_wrapper a:hover
{
	font-weight: normal;
}

#twitterlogo
{
	position: absolute;
	bottom: 0px;
	right: 50px;
        width: 100px;
}

#twitterlogo img
{
	width: 100px;
}

/* End Right Blocks */
#menubar
{
    position:absolute;
    margin: 0px;
    padding: 0px;
    width: 1000px;
	text-align: right;
	bottom: 10px;
	right: 20px;
}

#buttons
{
    font-family: Verdana,Arial,Helvetica;
}

#buttons a, #buttons a:link, #buttons a:visited, #buttons a:hover
{
    color: #222222;
    font-size: 10pt;
    text-decoration: none;
    margin-right: 30px;
    font-weight: bold;
}

#buttons a.menu-current
{
    color: #222222;
	text-decoration: underline;
}
#buttons a:hover
{
	color: #F29303;
	text-decoration: underline;
}

#contentwrap
{
	float: left;
	width: 720px;
}

#site_gfx img
{
	width: 720px;
	height: 180px;
}
#site_gfx
{
	width: 720px;
	margin-top: 20px;
	margin-left: 20px;
	height: 180px;
/*        background-color: #FFFFFF; */
/*	background: url('/media/header/header2.jpg') no-repeat scroll center center; */
}

#content
{
	padding: 15px;
	margin-top: 20px;
	margin-left: 20px;
	position: relative;
	width: 690px;
	min-height: 540px;
	color: #000;
	background-color: #FFF;
}

#bottom
{
/*	position: relative; */
	float: left;
	/* top: 20px;*/
	margin-top: 20px;
	left: 0px;
	width: 980px;
	height: 106px;
	background:url('/images/bottom.jpg') repeat-x scroll left top;
	text-align: right;
	color: #9a9a9a;
	font-size: 8pt;
	padding-right: 20px;
}

#bottom_text
{
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 8pt;
    width: 250px;
    color: #9a9a9a
}

.callbackbutton
{
	width: 170px;
	border:1px solid #ccc;
	border-bottom-color:#999;
	border-right-color:#999;
	font:13px arial,sans-serif bold;
	height:20px;
	margin:0;
	margin-bottom: 5px;
	padding:2px 8px 0 6px;
	vertical-align:top;
}

