/* BASIC START */

html,body {
    margin: 0px;
    padding: 0px;
    height: 100%;
	background-color: #FFFFF5;
}

a:link { 
    font-weight: bold; 
    text-decoration: underline; 
    color: #352058;
}

a:visited { 
    font-weight: bold; 
    text-decoration: underline; 
    color: #000000;
}

a:hover, a:active { 
    text-decoration: underline; 
    color: #8BE8DD;
}

p { 
	font: normal 10pt verdana; 
	margin-top: 0px;
	color:#352058;
	}

h1 { 
	font: bold 18pt verdana; 
	letter-spacing: 1px; 
	margin-top: 2px;  
	margin-bottom: 0px;
	color: #634628;
	}
	
h2 {
	display:none;
}

h3 {
	font: normal 7pt verdana; 
	text-align:center;
	margin-top: 6px;
	padding: 2px;
	color: #352058;
}

/* BASIC FINISH */

/* CONTENT START */


#container {
	top:26px;
	position: absolute;
	padding: 0px;
	left: 50%;
	/*center box: tag width og divider med 2, 
	skriv tallet ind i margin-left*/
	margin-left: -390px;
	width: 810px;
}

#topbanner {
	width: 810px;
	height: 152px;
}


/* Top first row start */

#topflower {
	width: 174px;
	height: 104px;
	position:absolute;
	margin-top: 0px;
	background-image:url(images/topbanner_flower.gif);
}

#toplogo {
	width: 144px;
	height: 104px;
	position:absolute;
	margin-left: 174px;
}

#topletmegrow {
	width: 491px;
	height: 104px;
	position:absolute;
	margin-left: 318px;
	background-image:url(images/topbanner_letmegrowtop.gif);
}

/* Top first row finish */


/* Top second row start */
#topflowerbottom {
	width: 161px;
	height: 48px;
	position:absolute;
	margin-top: 104px;
	background-image:url(images/leftside_bottom.gif);
}
#toppagenumber {
	width: 74px;
	height: 48px;
	position:absolute;
	margin-left: 161px;
	margin-top: 104px;
}
#topblankbottom {
	width: 257px;
	height: 48px;
	position:absolute;
	margin-left: 235px;
	margin-top: 104px;
}
#topletmegrowbottom {
	width: 317px;
	height: 48px;
	position:absolute;
	margin-left: 492px;
	margin-top: 104px;
	background-image:url(images/letmegrow_bottom.gif);
}
/* Top second row finish */

/* Left side start */
#leftside {
	width: 161px;
	height: 247px;
	margin-top: 0px;
}

#menu1 {
	width: 161px;
	height: 15px;
	position:absolute;
}
#menu2 {
	width: 161px;
	height: 15px;
	position:absolute;
	margin-top: 15px;
}
#menu3 {
	width: 161px;
	height: 15px;
	position:absolute;
	margin-top: 30px;
}
#menu4 {
	width: 161px;
	height: 15px;
	position:absolute;
	margin-top: 45px;
}
#menu5 {
	width: 161px;
	height: 15px;
	position:absolute;
	margin-top: 60px;
}
#menu6 {
	width: 161px;
	height: 15px;
	position:absolute;
	margin-top: 75px;
}
#menu7 {
	width: 161px;
	height: 15px;
	position:absolute;
	margin-top: 90px;
}
#menu8 {
	width: 161px;
	height: 15px;
	position:absolute;
	margin-top: 105px;
}
#boxes {
	width: 161px;
	height: 156px;
	position:absolute;
	margin-top: 120px;
}
#flashmusicplayer {
	width: 161px;
	height: 68px;
	position:absolute;
	margin-top: 276px;
}
/* Left side finish */


/* middle start */
#contenttext {
	width: 412px;
	position:relative;
	margin-top: -250px;
	margin-left: 161px;
}

#bottomline {
	width: 431px;
	height: 24px;
	position:relative;
	margin-left: 161px;
	margin-top: 2px;
	background:url(images/bottom_line.gif);
}
	
#bottomheart {
	width: 161px;
	height: 64px;
	position:relative;
	margin-top: -64px;
	background:url(images/bottom_heart.gif);
}
/* middle finish */


/* Right side start */
#flashpictures {
	width: 236px;
	height: 384px;
	position:absolute;
	margin-left: 573px;
	margin-top: 0px;
}
/* Right side finish */
	
/* BOTTOM FINISH */


/* CONTENT FINISH */
