/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #bcbdbf;
	color: #FFFFFF;
}
#debug {
	position:absolute; 
	width: 200px;
	height: 200px;
	right: 0;
	background-color: #fff;
	border: thin solid red;
	color: #f00;
	display: none;
}
#content {
	position:absolute;
	height:570px;
	width:810px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-top: -285px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -405px;
}
#header {
}
#container{
	height: 405px;
	width:100%;
	background-color:#0099FF;
	/*overflow: hidden;*/
}
#footer {
	height:50px;
	clear: left;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	background-color: #32428B;
}
#menuwithscroll {
	width: 200px;
	height: 370px;
	top: 5px;
	position: relative;
	overflow:hidden;
}
#menu {
	width: 180px;
	clear: left;
	float: left;
	overflow:hidden;
	position: relative;
}
#menucontainer {
	height: 370px;
	width: 180px;
	clear: left;
	float: left;
	overflow:hidden;
}
#separator {
	display: block;
	height: 370px;
	width: 20px;
	clear: none;
	float: left;
	text-align:center;
}
#arrowabove {
	position: relative;
	width: 20px;
	height: 17px;
	display: none;
}
#arrowtop {
	position: relative;
	width: 20px;
}
#arrowmiddle {
	position: relative;
	width: 20px;
	height: 342px;
}
#arrowbottom {
	position: relative;
	width: 20px;
}
/*
#main{
	width: 360px;
	height: 405px;
}
*/
#main {
	background-color: #0099FF;
	height: 375px;
	width: 590px;
	clear: none;
	float:left;
	padding-top:30px;
	/*overflow: hidden;*/
}
#textRegion {
	background-color: #0099FF;
	width: 360px;
	float: left;
	/*overflow: hidden;*/
}
#textwithscroll {
	width: 360px;
	height: 300px;
	overflow: hidden;
}
#textContainer {
	width: 330px;
	height:300px;
	float: left;
	clear: left;
	position: absolute;
 	overflow: hidden;
}
#tekst {
	background-color: #0099FF;
	width: 325px;
	padding-left:5px;
	overflow:hidden;
	position: relative;
}
#separator2 {
	background-color: #0099FF;
	width: 20px;
	height: 100%;
	display: inline;
	float: right;
	text-align:center;
}
#textwithscroll_Big {
	width: 360px;
	height: 355px;
	overflow: hidden;
}
#textContainer_Big {
	width: 330px;
	height:355px;
	float: left;
	clear: left;
	position: absolute;
 	overflow: hidden;
}

#arrowtop2 {
	position: relative;
	top:0;
	width: 20px;
}
#arrowmiddle2 {
	position: relative;
	width: 20px;
	height: 90%;
}
#arrowbottom2 {
	position: relative;
	bottom:1px;
	width: 20px;
}
#highlight {
	background-color:#0081C5;
	width:350px;
	height:50px;
	padding-left:5px;
	margin-top:10px;
}
#photo {
	width:215px;
	clear: none;
	float:right;
}
h1{
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: -1px;
	margin-bottom: 2px;
}

a:link,
a:visited,
a:active{
	text-decoration:none;
	color:#FAA21A;
	font-weight:bold;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
li {
	margin-left: -25px;
}
.form {
	font-size: 8pt;
	font-style: normal;
	color: #000000;
	border-color : #FAA21A;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}  
.button {
	background:#ffffff;
	font-weight:bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding:3px;
	height:30px;
	margin-left:0px;
	margin-right:0px;
	border:0px solid #FAA21A;
	color:#444444;
	font-size:8pt;
	line-height:0.7em;
	text-align:center;
}
.maxius {
	font-weight:bold;
}
.languageSelect {
	font-size:16px;
}


