body,html
	{
	position:relative;
	width:100%;
	height:100%;
	min-height:670px;
	_height:670px;
	font-family:'Myriad Pro';
	font-size:1.1em;
	background-image:url('images/gradian.jpg');
	background-repeat: repeat-x;
	color:#2d3231;
	z-index:1;
	}
	
*
	{	
	margin:0;
	padding:0;
	}

b
	{
	color:#fc8e00;
	}
	
ul
	{
	padding-left:6%;
	}
	
li	{
	margin:10px;
	}

h1      {
        width:96%;
        float:left;
        background:#a8bfe1;
        padding:2%;
        margin-bottom:10px;
        text-align: center;
        font-size: 1.5em;
}

h2      {
        font-size: 1.3em;
        background:#c6c5c6;
        padding:10px;
}

h3      {
        padding:2% 2% 2% 0;
}

h4{
        font-size: 1.3em;
        color:#fc8e00; 
        background-color: #115d1a;
        padding: 10px;
        margin: 20px 0;
        text-transform:uppercase; 
}

h5{
        font-size: 1.3em;
        background-color: #115d1a;
        padding:10px;
         margin: 20px 0;
        color:#fff;
        text-transform: uppercase;
}

table{
	float:left;
	width:100%;
	}
	
input{
	width:259px;
	}
	
.sub{
	width:80px;
	background:#a8bfe1;
	cursor:pointer;
	}
	
	#container
		{
		position:relative;
		width:80%;
		height:100%;
		min-width:980px;
		max-width:1400px;
		min-height:630px;
		margin-left:auto;
		margin-right:auto;
		background:-moz-linear-gradiendt(top,#a8bfe1,#fff);
		z-index:2;
		}
		
		#logo
			{
			position:absolute;
			width:12%;
			height:14%;
			top:2%;
			left:0%;
			}
		
		#logo_text
			{
			position:absolute;
			width:76%;
			height:15%;
			top:1%;
			left:12%;
			}
			
		#logo_to
			{
			position:absolute;
			width:12%;
			height:14%;
			top:2%;
			left:88%;
			}
		
/*                       #top{
                            position:absolute;
                            top: 15%;
                            height: 21%;
                            background: #000;
                            color: #fff;
                            font-weight: bold;
                        }*/
                        
		#images
			{
			position:absolute;
			width:100%;
			height:15%;	
			top:18%;
			left:0%;
			border-top:1px solid #000;
			}
			
				.im
					{
					position: relative;
					width:17%;
					height:98%;
					float:left;
					margin-left:6%;
					}
		
		#menu
			{
			position:absolute;
			width:100%;
			height:6%;
			top:36%;
			left:0%;
			border-bottom:1px solid #000;
			text-align:center;
			}
			
		#left
			{
			position:absolute;
			width:60%;
			height:53%;
			top:42%;
			left:0%;
			}
			
			.halv{
			width:50%;
			float:left;
			text-align:center;
			margin-bottom:4%;
			}
				
		#right
			{
			position:absolute;
			width:40%;
			height:53%;
			top:42%;
			left:60%;
			}
			
				.right_box
					{
					position:relative;
					width:92%;
					height:46%;
					margin-top:4%;
					margin-left:4%
					}
					
				.right_menu
					{
					position:relative;
					width:94%;
					height:10%;
					margin-top:4%;
					margin-left:4%;
					clear:both;
					}

/*Billede visning af fleksible billeder*/					
					
#center
	{
	position:relative;
	max-width:720px;
	top:17%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-top: 1px solid #000;
	z-index:22;
	}
	
img
	{
	border:0;
	}
	
.imgcontainer 
	{
	position:relavtive;
	width:29%;
	float:left;
	margin:1%;
	margin-left:3%;
	}

.imglarge
	{
	position:relative;
	width:80%;
	float:left;
	}
	
	.next
	{
	position:relative;
	width:10%;
	float:left;
	}
	
	.bottom
	{
	position:relative;
	width:100%;
	float:left;
	text-align:center;
	}	

	.img
	{
	position:relative;
	max-width:100%;
	float:left;
	border:2px solid #000;
	}
	
/*Billede visning slutter*/


		#foot
			{
			width:99%;
			height:3%;
			padding-right:1%;
			bottom:2%;
			left:0%;
			text-align:right;
			border-top:1px solid #000;
			}
			
			
			.text
				{
				position:absolute;
				width:92%;
				height:94;
				top:4%;
				left:3%;
				}
				
			.background
				{
				position:absolute;
				width:100%;
				height:100%;
				top:0%;
				left:0%;
				}
				
.scroll
{
position:absolute;
top:4%;
left:3%;
width:94%;
height:92%;
padding-right: 2%;
overflow: scroll;
scrollbar-face-color: #a8bfe1;
scrollbar-shadow-color: #000; 
scrollbar-highlight-color: #000; 
scrollbar-3dlight-color: #ccc; 
scrollbar-darkshadow-color: #E0E0E0;
scrollbar-track-color: #a8bfe1;
scrollbar-arrow-color: #fff;
overflow-x:hidden;
}
				
					.link a 
						{
						color:#000;
						font-size:1.1em;
						font-style:bold;
						text-decoration: none;
						}
			
					a:visited
						{
						color:#000;
						text-decoration: none;
						}
			
					a:hover
						{
						color:#fc8e00;
						text-decoration: none;
						}
			
					a:active
						{
						color:#ff0;
						text-decoration:none;
						}
