/*
	Std. tags
	Layout
	Typografi
	Nav
	Fotobox
	Misc
*/

body {
	background: #eeeeee url("/images/bg_body.gif");
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: "Trebuchet MS", georgia, sans-serif;
	font-size: 10pt;
	line-height: 140%;
	color: #000000;
	text-align: center;
}


/********************** Layouot *******************/

#wrapper	{
	margin: 10px auto;
	padding: 0px;
	border: 0px;
	width: 834px;
}

#maincontent {
	background: #ffffff url("/images/bg_maincontent_right.gif") right repeat-y;
	margin: 0px;
	padding: 0px;
	padding-bottom: 24px;
	padding-right: 1px;
	border: 0px;
	text-align: center;
	font-weight: bold;
	color: #000;
}

#nav {
 	background: #000000;
	height: 32px;
	color: #ffffff;
}

#leftbox {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 400px;
}

#rightbox {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 400px;
}

#fotobox {
	 overflow: auto;
     height: 125px;
     width: 599px;

}

/********************* Typografi ****************/

h1, h2, h3, h4, h5, h6	{
	font-family: "Trebuchet MS", georgia,  sans-serif;
	margin: 0px;
	color: #000000;
}

h1 { /*overskrift*/
	font-size: 16pt;
	letter-spacing: normal;
	padding: 21pt 0pt 12pt 9pt;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #009;
}

h2 { /*mellemrubrik*/
	font-weight: bold;
	font-size: 12pt;
	letter-spacing: normal;
	padding: 12pt 0pt 3pt 9pt;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #33F;
	text-align: center;
}

h3 { /*paragrafstart*/
	display: inline;
	font-weight: bold;
	font-size: 9pt;
	letter-spacing: normal;
}

a {
	text-decoration: none;
	border:0px;
	border-bottom:1px dotted #666;
	color: #009;
}

p {
	margin: 0pt 9pt 12pt 9pt;
	padding: 0px;
	left: auto;
	text-align: left;
	font-weight: normal;
}

/********************* Maincontent ****************/

#maincontenttop {
	clear: both;
	background: url("/images/bg_maincontent_top.gif") bottom left no-repeat;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 20px;
	font-size: 5pt;
	color: #FFF;
}

#maincontentbottom {
	clear: both;
	background: url("/images/bg_maincontent_bottom.gif") top left no-repeat;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 20px;
}

/********************* Nav ************************/

#nav a {
	color: #ffffff;
	border: none;
	font-weight: bold;
}

#nav ul {
	margin: 0px;
	margin-left: 5pt;
	padding: 0px;
	list-style: none;
	border: 0px;
}

#nav ul li {
	float: left;
	padding: 7px 7px;
}

body#sectionone #nav ul li#one a, 
body#sectiontwo #nav ul li#two a,
body#sectionthree #nav ul li#three a,
body#sectionfour #nav ul li#four a,
body#sectionfive #nav ul li#five a,
body#sectionsix #nav ul li#six a,
body#sectionseven #nav ul li#seven a,
body#sectioneight #nav ul li#eight  {
	
	border-bottom: 4px solid #ffffff;
	}
 /******************** Fotobox *********************/
 
#fotobox img {
	display: inline;
}

 /******************* Misc ************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.cursor {
	cursor:pointer;
}

.photolink {
	border: 0px;
}

.photoimg {
	margin: 0xp;
	padding: 0px;
	border: 0px;
} 
.leftalign {
	text-align: left;
}
