/* CSS Document */*,html {	margin:0;	padding:0;}body {	font-family:  "Trebuchet MS", Tahoma, "Lucida Sans";	color: #000000;	background-image: url(images/mandstro_sh2.jpg);	background-repeat: repeat;	}.container {	margin: auto;	width:800px;	height: 850px;	background-position: center top;	border: 6px solid #4a861d;	background-color: #e0fed5;	}/* her kommer topbarren*/.top {	background-image: url(images/mandstro_top800.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 #4a861d;		}.topmenu ul {	list-style : none;	font-size: 0.8em;	font-weight: bold;	color: #ffffff;	background-color: #2c2c50;	background-position: left;	height: 20px;	padding-top:4px;		}.topmenu li {	display : inline;	margin-left: 30px;	}/* unvisited link */	.topmenu a:link {	color: #cdd5fc;	text-decoration: none;	}		/* visited link */ .topmenu a:visited { color: #797ff3;	text-decoration: none; }   /* mouse over link */.topmenu a:hover {	color: #97f5fb;	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;		}			/* 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: 30px;	margin-top: 40px;	border-left: 1px dotted #4a861d;	margin-right: 10px;}.box p {	line-height: 1em;	padding-left:35px;	color: #333333;	font-size: 0.7em;	font-weight: normal;}/* unvisited link */	.box a:link {	color: #0e0e3a;	text-decoration: none;		}			/* visited link */ .box a:visited {	color: #19185E;	text-decoration: none;	 }  /* mouse over link */.box a:hover {	color: #797ff3;	text-decoration: none;			}/* her kommer footeren*/		.footer {		width : 800px;	height: 30px;	border-left: 6px solid #4a861d;	border-right: 6px solid #4a861d;	border-bottom: 6px solid #4a861d;	margin:auto;	background-color:#2c2c50;		}		.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;			}	