body {
	overflow-y:scroll;
}

body, td {
	font-size:12px;
	font-family:arial;
}

#container {
	position:relative;
	width:780px;
	border:solid 0px black;
}

#header {
	position:relative;
	height:300px;
	width:780px;
	background: url('images/header.jpg') no-repeat;
}

#keeled {
	position:absolute;
	left:20px;
	top:268px;
	height:20px;
	width:104px;
	border: solid 0px green;
}

#keeled span {cursor:pointer;}

#keeled #eng {
	position:absolute;
	left:0px;
	top:0px;
	width:30px;
	height:20px;
	
}
#keeled #est {
	position:absolute;
	left:34px;
	top:0px;
	width:30px;
	height:20px;
	
}
#keeled #swe {
	position:absolute;
	left:71px;
	top:0px;
	width:30px;
	height:20px;
	
}

#title {
	height:25px;
	width:500px;
	margin-top:5px;
	background: url('images/titleback.jpg') left no-repeat;
	color:#f05521;
	font-size:15px;
	text-transform:uppercase;
	padding:8px 0px 0px 15px;
}

#content {
	border-right:solid 1px black;
	border-left:solid 1px black;
}

#content #text {
	margin:0px 10px 10px 15px;
	border:solid 0px red;
	color:#636262;
	line-height:130%;
}

#content a:link, #content a:visited {
	color:#f05522;
	text-decoration:underline;
}

#content a:hover {
	color:black;
}

.footer {
	height:28px;
	width:780px;
	background: url('images/footer.jpg') no-repeat;
}

#footer a:link, #footer a:visited {
	color:white;
	text-decoration:none;
}
#footer a:hover {
	color:black;
	text-decoration:none;
}

#footer td {
	color:white;
	padding:0px 10px 0px 10px;
}

#footer {
	margin-top:10px;
}

#headerclick {
	position:absolute;
	left:0px;
	border:solid 0px blue;
	height:260px;
	width:780px;
	cursor:pointer;
}

#menu {
	position:absolute;
	left:170px;
	top:280px;
	border:solid 0px black;
	height:15px;
}


#menu table td {
	font-size:12px;
	font-family:arial;
	padding:0px 10px 0px 10px;
	text-transform:uppercase;
}

#menu #mbr {
	padding:0px 0px 0px 0px;
	width:1px;
	line-height:10px;
	font-size:0px;
	background:white;
}

#menu a:link, #menu a:visited {
	color:#fefdfd;
	text-decoration:none;
}

#menu a:hover {
	color:#000000;
	text-decoration:none;
}

#menu #selmenu a:link, #menu #selmenu a:visited, #menu #selmenu a:hover {
	color:black;
}

.submenus td {
	text-align:left;
}

.submenus .sub {
	padding-left:11px;
}

.submenus a:link, .submenus a:visited {
	color:black;
	text-decoration:none;
}

.submenus a:hover {
	color:#f05522;
}

.submenus #selmenu a:link, .submenus #selmenu a:visited, .submenus #selmenu a:hover{
	color:#f05522;
}




