/*******Import***********/
@import "templates.css";
@import "menu.css";
/*********Generalt***********/
body {
	margin:auto;
	text-align:center;
	background-color:#AAB1A3;}

td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#494949;
	margin:0px;}

td{
	vertical-align:top;}

p,form {margin:0px;}

a:link {color: #63B302; text-decoration: underline;}
a:hover{color: #63B302; text-decoration: underline;}
a:visited {color: #63B302; text-decoration: underline;}
a:visited:hover {color: #63B302; text-decoration: underline;}

#top_link a:link {color: #494949; text-decoration: none; font-size:10px;}
#top_link a:hover{color: #494949; text-decoration: underline; font-size:10px;}
#top_link a:visited {color: #494949; text-decoration: none; font-size:10px;}
#top_link a:visited:hover {color: #494949; text-decoration: underline; font-size:10px;}

h1{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#494949;
	margin:0 0 8px 0;}

h3{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#494949;
	margin:0 0 5px 0;}

hr{
	border:1px dotted #ccc;
	height:1px;}

.clear{clear:both;}
	
#wrapper{
	width:958px;
	margin:auto;
	background-color:#FFFFFF;
	text-align:left;}

#main_logo{
	float:left;}

#main_searchbar{
	float:right;}

#main_searchField{
	height:13px;}

#main_menubar{
	background-color:#494949;
	padding:5px 0 4px 10px;
	border-bottom:2px solid #FFFFFF;
	float:left;
	width:818px;}

#main_flags{
	background-color:#494949;
	padding:6px 0 3px 0;
	border-bottom:2px solid #FFFFFF;
	float:right;
	width:130px;}

#footer{
	width:938px;
	padding:5px 10px;
	color:#989797;
	font-size:10px;
	background-color:#FFF;
	border-top:1px solid #F2F3EE;
	margin-top:1px;}