/* LAYOUT */
/* LAYOUT */
/* LAYOUT */
body,html{
	margin: 0px;
	background: url("images/background.jpg") repeat-y center top #e0f6c8;
}
#frame{
	margin: 0px auto;
	width: 750px;
}
#header {
	margin: 0px;
	background: url("images/header.jpg") no-repeat left top;
	width: 750px;
	height: 151px;
	float:left;
}
#footer {
	margin: 0px;
	padding: 0px;
	height: 15px;
	overflow: hidden;
	text-align: center;
	font: 10px Georgia, "Times New Roman", Times, serif;
}
#footer a{
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	color: #616b22;
}
#menu_container {
	margin: 0px;
	background: url("images/menu.jpg") no-repeat left top;
	width: 202px;
	height: 294px;
	float: left;
}
#content_container {
	margin: 0px;
	background: url("images/content.jpg") no-repeat left top;
	width: 548px;
	height: 269px;
	float: left;
}
/* MENU */
/* MENU */
/* MENU */
#menu ul {
	/* to display the list horizontaly */
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}
#menu li {
	display: inline;
}
#menu a{
	width: 100%;
	padding: 0;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #616b22;
	font: 14px/20px "Times New Roman", Georgia, Times, serif;
	font-weight: bold;
}
#menu a:hover{
	background: url("images/menu_inner_rollover.jpg") no-repeat;
}
#menu #active.item1 a {
	background: url("images/menu_inner_rollover.jpg") no-repeat;
	background-position: 0 -1px;
}
#menu #active.item2 a {
	background: url("images/menu_inner_rollover.jpg") no-repeat;
	background-position: 0 -21px;
}
#menu #active.item3 a {
	background: url("images/menu_inner_rollover.jpg") no-repeat;
	background-position: 0 -41px;
}
#menu #active.item4 a {
	background: url("images/menu_inner_rollover.jpg") no-repeat;
	background-position: 0 -61px;
}
#menu #active.item5 a {
	background: url("images/menu_inner_rollover.jpg") no-repeat;
	background-position: 0 -81px;
}
#menu #active.item6 a {
	background: url("images/menu_inner_rollover.jpg") no-repeat;
	background-position: 0 -101px;
}
#menu #active.item7 a {
	background: url("images/menu_inner_rollover.jpg") no-repeat;
	background-position: 0 -121px;
}
#menu #active.item8 a {
	background: url("images/menu_inner_rollover.jpg") no-repeat;
	background-position: 0 -141px;
}
#menu #active.item9 a {
	background: url("images/menu_inner_rollover.jpg") no-repeat;
	background-position: 0 -61px;
}

#menu .item1 a:hover{
	background-position: 0 -1px;
}
#menu .item2 a:hover{
	background-position: 0 -21px;
}
#menu .item3 a:hover{
	background-position: 0 -41px;
}
#menu .item4 a:hover{
	background-position: 0 -61px;
}
#menu .item5 a:hover{
	background-position: 0 -81px;
}
#menu .item6 a:hover{
	background-position: 0 -101px;
}
#menu .item7 a:hover{
	background-position: 0 -121px;
}
#menu .item8 a:hover{
	background-position: 0 -141px;
}
#menu .item9 a:hover{
	background-position: 0 -61px;
}

/* OTHER */
/* OTHER */
/* OTHER */
#menu {
	margin: 0px 2px 0px 10px;
	padding: 20px 0px 0px 0px;
	background: url("images/menu_inner.jpg") no-repeat 0px -1px #fef9ff;
	_background: url("images/menu_inner.jpg") no-repeat 2px -1px #fef9ff;
	border: 2px solid #b3a051;
	border-top: 0;
}

#content {
	margin: 0px 10px 0px 3px;
	padding: 20px 25px 0px 25px;
	background: url("images/content_inner.jpg") no-repeat -1px -1px #fef9ff;
	_background: url("images/content_inner.jpg") no-repeat top left #fef9ff;
	font: 12px/22px Georgia, "Times New Roman", Times, serif;
	border: 2px solid #616b22;
	border-top: 0;
}
#content img{
	margin: 10px;
	margin-bottom: 0px;
	padding: 2px;
	border: 1px solid #616b22;
}
#content img.left{
	float:left;
}
#content img.right{
	float: right;
}
#content a {
	color: #616b22;
	text-decoration: none;
	font-weight:bolder;
}
#content a:hover{
	text-decoration: underline;
}
#content h1 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dashed;
	color: #616b22;
}
#content h2 {
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #616b22;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: bolder;
}
#content table{
	border: 1px solid #616b22;
	width: 100%;
	margin: auto;
}
#content table td{
	font: 10px/22px Georgia, "Times New Roman", Times, serif;
}
#content table td.right{
	text-align: right;
}
#content table th{
	text-align:left;
}
#content form input{
	color:#616b22;
	font: 12px/22px Georgia, "Times New Roman", Times, serif;
	height: 22px;
	margin: auto;
	padding: auto;
}
#content form input.kort{
	width: 50px;
}
#content form input.lang{
	width: 200px;
}
#content form input.submit{
	width: 100%;
	height: 25px;
	border: 2px solid #616b22;
	background: #FFFFFF;
	font: 14px/22px Georgia, "Times New Roman", Times, serif;
	margin: auto;
}
#content form textarea{
	width: 95%;
	margin: auto;
	color: #616b22;
	font: 12px/22px Georgia, "Times New Roman", Times, serif;
}
