@charset "utf-8";
/* CSS Document */

html{ overflow:auto; }
a { text-decoration:none; font-weight:bold }

#container{
	width:900px;
	margin-left: auto ;
	margin-right: auto ;
	border-left:1px #000000 solid;
	border-right:1px #000000 solid;
}

#top{
	height:34px;
	background-color:#405384;
	background-image:url(../images/back_top.gif);
	background-repeat:repeat-x;
}

#top #tekst{ padding-left:5px;float:left; line-height:34px;color:white;font-size:14px;}
#top #tekst a{ color:white; text-decoration:none;}
#top #tekst a:hover{ color:lightgray;}
#top #search{  padding-right:5px;float:right; line-height:34px; height:34px; _padding-top:7px;}
#top #search form{ margin:0;}
#top #search input{ color:white;background-color:#fff;border:1px white solid;font-size:10px;}
#top #search input.submit{ color:#405384;background-color:#fff;border-top:1px black solid;border-right:1px black solid; cursor:pointer; font-size:14px; _height:18px;}

#header{
	height:164px;
	background-image:url(../images/header1.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#d5d5d5;
	position:relative;
}

#tabs{
	position:absolute;
	bottom:0px;
	right:0px;
	color:#2573a4;
	height:16px;
	line-height:16px;
	font-weight:bold;
	z-index:100;
}

#tableft{float:right;width:14px; background-image:url(../images/tableft.png); background-repeat:repeat-x;padding-top:2px; }
#tabmiddle{float:right;background-image:url(../images/tabmiddle.png); background-repeat:repeat-x; text-align:center;width:60px; text-align:center;padding-top:2px;}
#tabmiddle a{color:#2573a4;text-decoration:none;}
#tabmiddle a:hover{color:black;text-decoration:none;}
#tabright{float:right;width:14px; background-image:url(../images/tabright.png); background-repeat:repeat-x;padding-top:2px;}

p{ margin-right:25px;}

#content_wrapper{
	background-image:url(../images/leftback.jpg);
	background-repeat:repeat-y;
	background-position:left;
	height:100%;
}

#left{
	float:left;
	width:226px;
	padding-left:5px;
	_padding-top:5px;
	/*background-color:#00FF00;*/
	text-align:left;
}

#right{
	padding-left:5px;
	padding-top:0px;
	_padding-top:5px;
	_padding-left:0px;
	text-align:left;
	float:right;
	width:650px;
	z-index:10;
	background-color:#FFFFFF;
	position:relative;
}

#submenu{
	position:relative;
	color:black;
}

#footer{
	clear:both;
	height:18px;
	border-top:1px #666666 solid;
	color:#a7a7a7;
	background-color:#FFFFFF;
	text-align:right;
	padding-right:5px;
	z-index:15;
}

#language{
	line-height:18px;
	float:left;
	margin-top:3px;
	margin-left:3px;
}
#horizontal-menu {		margin:0;				padding: 0;				list-style-type: none; }
#horizontal-menu li{	position: relative;		padding-right: 15px; 	display: inline;	float: left;	}
