/* CSS Document */

*,html {
	margin:0;
	padding:0;
}

body {
	font-family:  "Trebuchet MS", Tahoma, "Lucida Sans";
	color: #000000;
	background-color: #0f3d06;
	background-repeat: repeat;
	}

.container {
	margin: auto;
	width:800px;
	height: 1000px;
	background-position: center top;
	border: 6px solid #ad3c04;
	background-color: #FFF;
	}

/* her kommer topbarren*/

.top {
	background-image: url(images/petrabg_top.jpg);
	background-repeat: no-repeat;
	height: 167px;
	width: 800px;
	float:left;
	background-position: center top;	
	}
	
/* her kommer topmenuen*/

.topmenu {
float:left;
	width : 800px;
	border-top: 6px solid #ad3c04;
	
	}

.topmenu ul {

	list-style : none;
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
	background-color: #591e02;
	background-position: left;
	height: 20px;
	padding-top:4px;
	
	
}
.topmenu li {
	display : inline;
	margin-left: 30px;
	

}

/* unvisited link */
	.topmenu a:link {
	color: #fd7113;
	text-decoration: none;
	}
	
	/* visited link */
 .topmenu a:visited {
 color: #77b911;
	text-decoration: none;
 }  
 
/* mouse over link */
.topmenu a:hover {
	color: #d8f6bf;
	text-decoration: none;
}  
/* her kommer venstre indholdsområde*/

.content {
float:left;
width: 490px;
margin-left: 30px;
margin-top: 20px;

}

.content p {
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
	text-align: left;
	line-height: 1.2em;
	
	color: #333333;	
	}
	
	/* unvisited link */
	.content a:link {
	color: #0e0e3a;
	text-decoration: none;
	font-weight: bold;
	
	}
	
	
	/* visited link */
 .content a:visited {
	color: #19185E;
	text-decoration: none;
	
 } 
 
/* mouse over link */
.content a:hover {
	color: #797ff3;
	text-decoration: none;
	
		}

	
	.content h1  {
	font-style: normal;
	font-weight: bold;
	font-size: 1.4em;
	text-align: left;
	line-height: 1.6em;
	font-variant: normal;
	color: #333333;
	}
	
	
	
	.content ul {
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
	text-align: left;
	line-height: 1.2em;
	font-variant: normal;
	color: #333333;
	padding-left:20px;
	}
	
	
/* her kommer højre indholdsområde*/		

.box {
	float:left;
	width: 220px;
	height:550px;
	margin-left: 15px;
	margin-top: 20px;
	border-left: 1px dotted #4a861d;
	margin-right: 10px;

}

.box p {
	line-height: 1em;
	padding-left:15px;
	color: #333333;
	font-size: 0.7em;
	font-weight: normal;
}


/* unvisited link */
	.box a:link {
	color: #4d6627;
	text-decoration: none;
	
	}
	
	
	/* visited link */
 .box a:visited {
	color: #6e9138;
	text-decoration: none;
	
 } 
 
/* mouse over link */
.box a:hover {
	color: #97de5e;
	text-decoration: none;
	
		}
/* her kommer footeren*/	
	
.footer {
	
	width : 800px;
	height: 30px;
	border-left: 6px solid #ad3c04;
	border-right: 6px solid #ad3c04;
	border-bottom: 6px solid #ad3c04;
	margin:auto;
	background-color:#591e02;
	
	}
	
	.footer p {
	font-style: normal;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
	color: #FFFFFF;
	padding-top:6px;
	
	}
/* unvisited link */
	.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	
	/* visited link */
 .footer a:visited {
	color: #19185E;
	text-decoration: none;
	
	
 } 
 
/* mouse over link */
.footer a:hover {
	color: #797ff3;
	text-decoration: none;
	
		}
	

