body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: arial,tahoma,verdana,sans-serif;
}
/* -------------------- */
#main{
	width: 800px;
	margin: 0 auto;
}
#top {
	width: 800px;
   	height: 114px;
}
#top_menu {
	width: 800px;
	height: 32px;
	text-align: center;
	background: transparent url('../gfx/menu.jpg') no-repeat 50% 50%;
	color:#ffffff;padding-top:10px;
}
#top_menu a  {font-weight:normal;text-decoration:none;padding:0 10px;font-size:16px;color:#ffffff;}
#top_menu a:hover  {text-decoration:none;}
/* -------------------- */
#logos {
	width: 800px;
	height: 151px;
	margin: 0;
	padding: 0;
}
#localiser {width:785px;height:22px;padding-top:5px;padding-left:15px;font-size:10px;color:#ffffff;background: transparent url('../gfx/localizer.jpg') no-repeat 50% 50%;}
#localiser a{font-weight:normal;padding:0px 5px;color:#ffffff;font-size:11px;}
/* -------------------- */
#content {
	margin: 0 auto;
	width: 800px;
	padding: 0;
	background: transparent url('../gfx/content.jpg') repeat-y 50% 0%;
}
#left {
	float:left;
	width: 250px;
	font-size: 11px;
	color: #281B15;
	margin:0px;
}

#right {
	float:right;
	width: 540px;
	font-size: 11px;
	color: #281B15;
	margin:0px;
}

/* -------------------- */

#tekst {
	width: 520px;
	font-size: 11px;
	color: #281B15;
}
#tekst h1 {
	font-size: 13px;
	color: #281B15;
}
#tekst a {
	color: #281B15;
	text-decoration: underline;
}
#tekst a:hover {
	color: #281B15;
	text-decoration: underline;
}
#tekst img {
	padding: 1px;
	border:none;
}
#tekst a img {
	border:none;
}
#tekst table {
	width: 100%;
}
#tekst table td {
	padding:3px;
}
/* -------------------- */
#navcontainer{
    margin: 1px 0 10px 0;
    width: 225px;
    float:right;
    background:#ffffff;
    
}
#navlist {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#navlist a{
    text-decoration:none;
    font-weight:normal;
    display:block;
    margin: 0px;
    padding:6px 20px;
    margin-top: 6px;
    width: 142px;
    border-bottom: 1px solid #cecece;
}
#navlist li a{
    color:#000000;
    background: url('../gfx/menu.gif') no-repeat right 10px;
}

#navlist li a:hover{
    color:#0071c1;
    background: url('../gfx/menu.gif') no-repeat right 10px;
}

#navlist li.selected a{
    color:#0071c1;
    background: url('../gfx/menu.gif') no-repeat right 10px;
}
#navlist ul { 
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#subnavlist ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-top: 0px;
}

#subnavlist li a{
	color:#000000;/* color:#BE722E; */
	background: url('../gfx/menu.gif') no-repeat right 10px;
	padding-left:30px;
	width: 132px;
}
#subnavlist li a:hover{
    color:#cb0167;
    background: url('../gfx/menu.gif') no-repeat right 10px;
}
#subnavlist li.selected a{
    color:#cb0167;
    background: url('../gfx/menu.gif') no-repeat right 10px;
    padding-left:30px;
}

/* -------------------- */
#footer{
	background: transparent url('../gfx/footer.jpg') no-repeat 50% 50%;
	width: 770px;
	height:31px;
	text-align:right;
	color:#6d6d6d;
	padding: 5px 15px;
}
#footer a {
	font-weight: normal;
	text-decoration: none;
	color: #6d6d6d;
	padding: 0 10px;
	font-size: 11px;
}
#footer a:hover {
	color: #a8a8a8;
	text-decoration: underline;
}
#footer a.selected {
	font-weight: bold;
	color: #a8a8a8;
	text-decoration: none;
}
/* -------------------- */
.clearing {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}


input,textarea,select { vertical-align: middle;font-family:arial, tahoma, sans-serif; }

textarea.text, input.text, select { border: 1px solid #d0d3d9; background-color: #FFF; width: 200px;  padding: 1px 4px; margin-bottom: 2px;font-size: 11px; line-height: 14px; }

input.check { border: 1px solid #d0d3d9; background-color: #FFF; }

input.text { background-color: #FFF; border: 1px solid #d0d3d9; }

input:focus { background-color: #FFF; border: 1px solid #d0d3d9; }

input.button { border:0px; background-color:#d0d3d9; font-weight: bold; padding: 2px 5px; color: #00437a; cursor: pointer; width: auto; overflow: visible; }

input.light { background-color:#ccc; }