@charset "utf-8";

A:link              {
	color:#ea6f34;
	text-decoration:none;
}
A:visited           {
	color:#ea6f34;
	text-decoration:none;
}
A:hover             {
	color:#5f6fa0;
}

.style4 {
	font-size: 0.75em;
}

.style5 {
	font-size: 0.88em;
}

.style6 {
	font-size: 0.63em;
	color: #FFFFFF;
}

.style8 {
	color: #E36828
}

.style7 {
	color: #FFFFFF
}

.background1 { 
background-image: url(images/na_02.gif); 
background-repeat: no-repeat; 
} 

.background2 { 
background-image: url(images/transport_02.gif); 
background-repeat: no-repeat; 
} 

.background3 {
	background-image: url(images/selva_02.gif);
	background-repeat: no-repeat;
	background-position: right;

} 

/* CSS Document */

html{
	font-family: "Century Gothic", Arial;
	background: url(images/content2.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #4d609b;
	margin: 0px auto;
	height: 100%;
}

#tekst{
	display: none;
	width: 200px;
	border: 1px solid black;
	background-color: #cccccc;
	padding: 5px;
	font-size: 12px;
}

body{
	height: 100%;
}

#nonFooter{
	position: relative;
	min-height: 100%;
}

* html #nonFooter{
	height: 100%;
}

#wrapper{
	margin: 0px auto;
	width: 659px;
	height: 100%;
/*	background-image: url(images/content2.gif);
	background-repeat: repeat-y;*/
	margin-top: 0px;
}

#header{
	margin: 0px auto;
	width: 659px;
	height: 193px;
	background-image: url(images/header.gif);
}

#menu{
	margin: 0px auto;
	width: 659px;
	height: 71px;
}

#content{
	margin: 0px auto;
	padding-top: 10px;
	width: 659px;
	height: 100%;
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 1em;
}

#content p{
	margin-left: 40px;
	margin-right: 40px;
	color: #5f6fa0;
	margin-bottom: 10px;
}

#content h1{
	margin-left: 40px;
	margin-right: 40px;
	color: #ea6f34;
	font-size: 1.2em;
}
#content td{
	color: #5f6fa0;
}

#footer{
	position: relative;
	margin-top: 0em;
}

/*------------------------------------------------------------------------------FORM---------*/

.contact_form{
	background-color: #ffffff;
	border: 1px solid #5f6fa0;
	color: #000000;
}

.contact_form2{
	background-image:url(images/AG_contentbox.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 1px solid #5f6fa0;
	color: #000000;
}

.button{
	background-color: #ea6f34;
	border: 1px solid #3e4b77;
	color: #fff;
}
