/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	background-color: rgb(240,240,240);
}
#outer{ 
	height:100%;
	width:760px;
	color: #000000;
	text-align:left;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:50px;
	background-image:url(main.jpg);
	background-repeat: no-repeat;
	position:relative;
}
 
#outertop{
	height:100px;
	width:700px;
	border-style:none;
}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:700px;
	height:660px;
}

#header{
	position:absolute;
	top:30px;
	left:30px;
	width:700px;
	height:150px;
	background:white;
	border-bottom:1px solid silver;
	text-align:center;
	overflow:hidden;
	color: #000000;
	z-index:100;
}

#leftboks {
	position:absolute;
	width:175px;
	height:150px;
	left: 0px;
	top:0px;
	background-color:white;
	font-family:Verdana;
	font-style: italic; 
}

#lefttekst {
	padding-top: 30px;
	padding-left: 30px;
}
	
#rightboks {
	width: 175px;
	height: 150px;
	right: 0;
	background-color: white;
	position: absolute;
	font-family: verdana;
	font-style: italic;
}

#righttekst {
	padding-top: 30px;
	padding-right: 40px;
}

#logo {
	padding-top:18px;		
	border-style: none;
}

#left {
	position:relative;/*ie needs this to show float */
	width:120px;
	height:305px;
	left:55px;
	top:211px;
	float:left;
	background-color:rgb(220,25,35);
	text-align:center;
	font-family:Verdana;
	font-style: normal; 
	padding-top:17px;/*needed to make room for header*/
    padding-bottom:15px;/* needed to make room for footer */
}

.links {font-size:0.8em;text-decoration:none;margin-top:-7px;}
  
p.line {
	margin-top:-7px;
}

a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: silver;
	text-decoration: none;
} 
a:active {
	color: black;
	text-decoration: none;
}

a#link1{ color:black;background:transparent;font-size:13px;}
a#link2{ color:black;background:transparent;font-size:13px;}
a#link3{ color:black;background:transparent;font-size:13px;}
a#link4{ color:black;background:transparent;font-size:13px;}
a#link5{ color:black;background:transparent;font-size:13px;}
a#link6{ color:black;background:transparent;font-size:13px;}
a#link7{ color:black;background:transparent;font-size:13px;}
a#link8{ color:black;background:transparent;font-size:13px;}
a#link9{ color:black;background:transparent;font-size:13px;}

#footer {
	width:760px;
	clear:both;
	height:20px;
	background-color: rgb(240,240,240);
	color: #000000;
	text-align:center;
	left:0;
	position: absolute;
}
div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent {
	position:relative;
	width:480px;
	float:right;
	overflow:auto;
	height:59%;
	top:206px;
	padding-bottom:32px;/* needed to make room for footer */
}
#centrecontent {padding-left:17px}
#centrecontent {padding-right:17px}

#centrecontent p{padding-left:15px}
#centrecontent p{padding-right:15px}

#mail p {padding:0;}

.images {
	border:2px solid silver;
	margin-left:5px;
	margin-right:5px;
}

#imagelocation {
	width:460px;
	color:silver;
	text-align:center;
	font-size:20px;
} 

.image {
	width:460px;
	color:silver;
	text-align:center;
	font-size:20px;
	padding-top:36px;
	border-style: none;
} 
 
h3 {
	padding-left:15px;
}

#mail {
	color:black;
	top:113px;
	left:260px;
	width:200px;
	position:relative;
}

#mobil {
    color:black;
	left:25px;
	top:149px;
	width:150px;
	position:relative;
}

#mailes {
	color:black;
}

#ramme {
	position:absolute;
	left:68px;
}

#billede {
	position:absolute;
	top:25px;
}

#billede1 {
	position:absolute;
	left:235px;
	top:25px;
}

#billede2 {
	float:right;
}

#plus {
	width:120px;
	height:79px;
	position:relative;
	padding-top:0px;
	left:55px;
	top:206px;
}

#plusimg { 
	border-style:none;
}

#box {
	width:500px;
	height:140px;
}

#copyright {
	font-size:9px;
	font-family:Verdana;
}

#clearfooter {width:100%;height:20px;clear:both} /* to clear footer */
