/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #29292b;
	font-size: 0.85em;
	margin-top:-20px;
}

td   {font-size: 11px; font-family: verdana; color: #000000;}
p   {font-size: 11px; font-family: verdana; color: #000000;}
h1  {font-size: 14px; font-family: verdana; color: #000000;}
img {border: 0px solid black;}
ul 	{font-size: 11px; font-family: verdana; color: #000000;}

a {font-size: 11px; color: #0b2d0e; text-decoration: none;}
a:hover { color: #b1dbb4; text-decoration: none; }

.gb {font-size: 11px; font-family: verdana; color: #000000;}
.gb a{font-size: 11px; font-family: verdana; color: #0b2d0e; font-style:italic;}
.gb a:hover {font-size: 11px; font-family: verdana; color: #ffffff;}

.white {font-size: 10px; font-family: verdana; color: #75746d;}

.borderdotted {border-top: 1px dotted #549058; }

/*halvdelen af width skal være margin-left*/
#main
{
	position:absolute;
	width: 1024px;
	height: 768px;
	left:50%;
	margin-left:-512px;
}

#sub_main
{
	position:absolute;
	width: 1024px;
	height: 768px;
	left:50%;
	margin-left:-512px;
	margin-top: 20px;
}

#quote_box
{
	
	width: 490px;
	min-height: 40px;
	background-color: #73b17a;
	border: 1px dashed #c0c0c0;
	font-style:italic;
	font-size:11px;
	font-family: verdana; color:#334435;
	padding: 20px;
}

#seperate_box
{
	
	width: 510px;
	height: 20px;
	
}

#index
{
	position:absolute;
	width: 1024px;
	height: 768px;
	left:50%;
	margin-left:-512px;
	z-index:1;
}


#text
{
	position:absolute;
	width: 555px;
	height: 560px;
	margin-left: 50px;
	margin-top: 80px;
	padding: 30px;
	overflow:auto;
	scrollbar-arrow-color: #6ea472; /*farve på pilene*/
	scrollbar-darkshadow-color: #0b2d0e; /*udvendig border right*/
	scrollbar-track-color: #38603b; /*farve på banen */
	scrollbar-face-color: #0b2d0e; /*fuld farven*/
	scrollbar-shadow-color: #6ea472; /*indenvendig border right*/
	scrollbar-highlight-color:  #6ea472; /*indenvendig border left*/
	scrollbar-3dlight-color:#0b2d0e; /*udvendig border left*/
	z-index: 2;
	left: 7px;
	top: -6px;
}

#box1
{
	position:absolute;
	width: 210px;
	height: 150px;
	margin-top: 275px;
	margin-left: 687px;
	padding: 10px;
	z-index:2;
	border-left: 1px dashed #38603b;
}

#box2
{
	position:absolute;
	width: 150px;
	height: 130px;
	margin-top: 435px;
	margin-left: 677px;
	padding: 10px;
	z-index:2;
}

#box3
{
	position:absolute;
	width: 300px;
	height: 10px;
	margin-top: 743px;
	margin-left: 70px;
	padding: 10px;
	z-index:1;
}

#box_full
{
	position:absolute;
	width: 200px;
	height: 410px;
	margin-top: 275px;
	margin-left: 687px;
	padding: 10px;
	z-index:2;
	border-left: 1px dashed #38603b;
}
