
html {
	background-color: #ccd7e7;
	/*background-image: url(images/striped_back_35x33.png);*/
	/*background-image: url(images/greylightblue_rectangle_pattern_smaller.png);*/
	background-image: url(../images/blue_square_back_25x13.png);
	/*background-image: url(images/circles_back_50x50.png);*/ /*(ugly)*/
	/*background-image: url(images/compact_circles_back_39x68.png);*/
	background-repeat: repeat;
	background-attachment: scroll;
}

body {
	font-size: 100%;
	font-family: "Lucida Grande", Arial, sans-serif;
	margin: 0;
	/*padding: 30px 0 50px 0;*/
	padding: 30px 0 0 0;
	border: 0px yellow solid;
}



#toparea_logo_holder {
	position: absolute;
	top: 0px;
	right: 71%;
	width: auto;
	height: 33%;
	z-index: 6;
	border-bottom: 0px #ff5800 solid;
	margin-bottom: 0px;
	border: 0px yellow solid;
}

#ontop_black_ribbon {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100%;
	min-width: 1000px;
	height: 100px;
	z-index: 25;
	border-bottom: 0px #ff5800 solid;
	margin-bottom: 0px;
	background-image: url(../images/black_ribbon_back_repeat.png);
	background-repeat: repeat;
	border-top: 1px #444444 dashed;
	border-bottom: 1px #444444 dashed;
}

#bottom_ribbon {
	position: fixed;
	clear: both;
	bottom: 0px;
	width: 100%;
	left: 0px;
	min-width: 1000px;
	margin-bottom: 1px;
	height: 50px;
	z-index: 25;
	border-top: 1px #444444 dashed;
	border-bottom: 1px #444444 dashed;
	border-bottom: 0px #ff5800 solid;
	margin-bottom: 0px;
	background-image: url(../images/black_ribbon_back_repeat.png);
	background-repeat: repeat;
}

/*#text_logo {
position: absolute;
bottom: 12px; left: 27px;
width: 250px; 
height: 50px;
background: url(images/small_logo_text.png);
background-repeat: no-repeat;
z-index:50;
}*/


#workspace_top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	z-index: 5;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 0px #555555 solid;
	background: none;
}

#left_corner {
	float: left;
	width: 20px;
	height: 20px;
	border: 0px yellow solid;
	background: url(../images/top_left_corner_blackborder_20x20.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#between_corners {
	position:absolute;
	left: 20px;
	right: 20px;
	height: 20px;
	border: 0px green solid;
	/*border-top: 1px #4f5f76 solid;*/
	border-top: 1px #637692 solid;
	background: #7288a9;
}

#right_corner {
	float: right;
	width: 20px;
	height: 20px;
	border: 0px yellow solid;
	background: url(../images/top_right_corner_blackborder_20x20.png);
	background-position: top right;
	background-repeat: no-repeat;
}

form {
	z-index: 7;
	top: 30px;
	bottom: 50px;
	width: 1000px;
	/*height: 898px;*/
	min-height: 700px;
	margin: 0 auto;
	background: none;
	overflow: hidden;
	border: 0px yellow solid;
}

span {
	vertical-align: 100%;
}


#workspace_header {
	position: relative;
	/*clear: both;*/
	top: 0px;
	left: 0px;
	right: 0px;
	/*width: 100%;*/
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	z-index: 5;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 0px #555555 solid;
	background: #7288a9;
	/*border: 1px #4f5f76 solid;*/
	border: 1px #637692 solid;
	border-top: 0px black solid;
	border-bottom: 0px black solid;
	/*font-size:50px;
	font-weight:bold;
	text-align:center;
	letter-spacing: 0.1mm;
	text-transform: uppercase;*//*lowercase;*/

	/*word-spacing: 5mm;*/
	/*baseline 	{ vertical-align: baseline; }
	sub 	{ vertical-align: sub; }
	super 	{ vertical-align: super; }
	top 	{ vertical-align: top; }
	text-top 	{ vertical-align: text-top; }
	middle 	{ vertical-align: middle; }
	bottom 	{ vertical-align: bottom; }
	text-bottom 	{ vertical-align: text-bottom; }
	percentage 	{ vertical-align: 25%; }
	*/
	/*vertical-align: 100px;*/
}


#workspace_middle {
	position: relative;
	/*clear: both;*/
	top: 0px;
/*	width: 100%;*/
	left: 0px;
	right: 0px;
	padding: 0px;
	padding-top: 1px;
	padding-bottom: 5px;
	z-index: 7;
	background: #7288a9;
	/*border: 1px #4f5f76 solid;*/
	border: 1px #637692 solid;
	border-top: 1px #7288a9 dotted;
/*	filter: alpha(opacity=50);
	-moz-opacity:.25
	opacity: .25;*/
}

#workspace_footer {
	position: relative;
	/*clear: both;*/
	width: 100%;
	height: 30px;
	background: #7288a9;
}

#maintext {
	width: 100%;
	border: 0px #b0b1ba solid;
	margin-left: 0;
	margin-right: 0;
}

	


#item_content_left img {
	border: none;
	padding: 0px;
	margin: 0px;
}

#item_content_right img {
	border: none;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: black;
	padding: 0px 0px;
	margin: 0px;
}

a.boxedtext{
	padding: 5px 5px;
	border: 1px #444444 dashed;
	margin: 5px;
	right: 5px;
	color: #444444;
}

img.boxedimage {
	border: 1px black solid;
}

/*a.imglink{
	padding: 0px 0px;
	margin: 0px;
}*/

h2, h3, h4, h5 {
	color: #6882ab;
	background-color: transparent;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
}

h1 {
	padding-left: 20px;
	padding-right: 250px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #a8bad5;
	background-color: #6882ab;
}

h6 {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 85%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #6882ab;
}


/*#meny{margin-left: 150px; margin-top: 25px; padding-left: 0;
	font: 70% Verdana, Helvetica, sans-serif;}*/

/*#meny li{display: inline; list-style-type: none; height: 50px;}*/
#menu {
	position: relative; top: 18px; left: 150px; margin-left: 0px; margin-top: 0px; padding-left: 0;
	font: 14px "Verdana", Helvetica, sans-serif;
	text-transform: uppercase;
}
#menu li {display: inline; list-style-type: none; padding: 0px 0px; margin: 0px 0px;}
#menu a {
	padding-top: 18px; padding-bottom: 18px; padding-right: 10px; padding-left: 10px;
	text-decoration: none;
	border: 1px black dashed;
}
#menu a:link{color: #ffffff; background: #555555;}
#menu a:visited{color: #ffffff; background: #555555;}
#menu a:hover{background: #333333;}
#menu a#current{background: #ccd7e7; color: #000000; border: 1px black solid;}


#display_item {
	display: block;
	z-index: 5;
	width: 940px;
	height:100%;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 80%;
	font-family: "Lucida Grande", Arial, sans-serif;	
	text-decoration: none;
	/*background: #8a95a6;*/
	/*background: #ccd7e7;*/
	background: #a8bad5;
	border: 1px #7288a9 dotted;
	color: #444444;
}

#item_content_left {
/*	position: absolute;
	width: 450px;
	padding: 10px;
	margin: 0px;
	border: 1px gray solid;
	background: #a8bad5;
	z-index: 60;*/
	float:left;
	width:460px; /*50%;*/
	padding-right: 0px;
	border: 0px green solid;
	padding-bottom: 6px;
}
#item_content_right {
/*	position: relative;
	width: 450px;
	padding: 10px;
	margin: 0px;
	right: 0px;
	top: 0px;
	margin-left: 470px;
	border: 1px gray solid;
	background: #a8bad5;
	z-index: 40;*/
	/*margin-left:50%;
	width:50%;*/
	margin-left:480px;
	width:460px;
	border: 0px yellow solid;
	padding-bottom: 6px;
}

#div1 { float:left; width:50%;border: 1px black solid;}
#div2 { margin-left:50%; width:50%; border: 1px yellow solid;}

#clear_both {
clear: both;
}

#item_content_left p {
	padding: 5px;
}

#item_content_right p {
	padding: 5px;
}

#items{
	margin: 50px;
    top: 0px;
	height: 100%;
	/*right: 50px;*/
	list-style-type: none;
	font: 70% Verdana, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
#items li {
	display: block;
	width: auto;
	height:100%;
	padding-left: 0.25em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;	
	text-decoration: none;
	background: #8a95a6;
	border: 1px black dashed;
}
#items a
{
	display: block;
	width: auto;
	height:100%;
	padding-left: 0.25em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;	
	text-decoration: none;
	/*border-top: 1px solid #996666;
	border-right: 1px solid #996666;
	border-left: 1px solid #996666;*/
	/*background: #8a95a6;
	border: 1px black dashed;*/
}
#items a:link{color: #ffffff;}
#items a:visited{color: #ffffff;}
#items a:hover{background: #996666;}
#items a#current{background: #FFCC66; color: #000000;}

