/* Kodet af Jonas Krat for Frankly Web */
/*  Startet 16. maj 2006 version 1.0   */

body
{
	font-family: trebuchet, trebuchet MS, helvetica, arial, sans serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-color: #efeae1;
}

p
{
	text-align: left;
	line-height: 13px;
}
h1, h2, h3, h4
{
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
}
li { text-align: left; }
div { text-align: left; }
a
{
	text-decoration: none;
	color: #242923;
}
a:hover, a:active, a.active { color: #b6447f; }
table { border-collapse: collapse; }
table td, table tr
{
	text-align: left;
	vertical-align: top;
}
img { border: 0px; }


/* Generelle tilpasninger */

li { }
ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}


/* Layout */

#allaround
{
	width: 759px;
	margin-left: auto;
	margin-right: auto;
}

#top
{
	height: 158px;
	width: 759px;
}

#bund
{
	height: 128px;
	width: 759px;
	background-image: url(/grafik/baggrund/afmelding.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

#midt
{
	width: 759px;
	height: auto;
	background-image: url(/grafik/baggrund/menu_midt.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	vertical-align: top;
}

#content
{
	vertical-align: top;
	width: 552px;
	height: auto;
	padding-top: 0px;
}

#menu
{
	vertical-align: top;
	width: 199px;
	height: auto;
	background-image: url(/grafik/baggrund/menu_bund.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-top: 0px;
}

#contentbund
{
	width: 759px;
	height: 26px;
	position: relative;
}

#contentbund .menu
{
	background-image: url(/grafik/baggrund/menu_bund.gif);
	background-repeat: no-repeat;
	width: 199px;
	height: 15px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#contentbund .content
{
	background-image: url(/grafik/baggrund/blackbox_bund.gif);
	background-position: 3px 0px;
	background-repeat: no-repeat;
	width: 552px;
	height: 15px;
	position: absolute;
	top: -1px;
	right: 1px;
}

#contentbund .contentwhite
{
	background-image: url(/grafik/baggrund/menu_bund.gif);
	background-repeat: no-repeat;
	width: 199px;
	height: 15px;
}

div.contentMenu
{
	background-image: url(/grafik/baggrund/menu_top.gif);
	background-repeat: no-repeat;
	height: 15px;
	position: relative;
	left: -1px;
}

div.contentBund
{
	background-image: url(/grafik/baggrund/blackbox_bund.gif);
	background-position: 5px 0px;
	background-repeat: no-repeat;
	height: 15px;
}

div.contentWhiteBund
{
	background-image: url(/grafik/baggrund/whitebox_bund.gif);
	background-repeat: no-repeat;
	height: 15px;
}


/* Top menu */

#top ul
{
	padding: 0;
	margin: 0;
	padding-left: 15px;
	padding-top: 102px;
	height: 48px;
}

#top li
{
	float: left;
	font-weight: bold;
	height: 23px;
	margin-top: 9px;
	text-align: center;
	padding: 0;
}

#top li a
{
	display: block;
	height: 23px;
}

#top li.forside a{ width: 89px; }
#top li.indretning a{ width: 109px; }
#top li.stylistopgaver a{ width: 126px; }
#top li.mig a{ width: 78px; }
#top li.inspiration a{ width: 90px; }

/* Right menu */

#menu ul
{
	padding-left: 22px;
	padding-top: 0px;
}

#menu ul li
{
	font-weight: bold;
	line-height: 26px;
	background-image: url(/grafik/menudot.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding-left: 16px;
}

#menu ul li a
{
	display: block;
	width: 150px;
}

/* Content */

div.whitebox
{
	background-image: url(/grafik/baggrund/whitebox_midt.gif);
	background-repeat: repeat-y;
}

div.whitebox h1
{
	background-image: url(/grafik/baggrund/overskrift.gif);
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 18px;
	padding-left: 34px;
	padding-bottom: 8px;
}

div.whitebox h2
{
	margin-left: 34px;
	margin-right: 32px;
	margin-bottom: 5px;
	margin-top: 16px;
}

div.whitebox p
{
	margin-left: 34px;
	margin-right: 32px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 13px;
}

div.whiteboxend
{
	background-image: url(/grafik/baggrund/whitebox_bund.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 15px;
	margin-bottom: 10px;
}

div.blackbox
{
	background-image: url(/grafik/baggrund/blackbox_midt.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	color: #fff;
	height: auto;
	padding: 0px;
	margin-left: 5px;
}

div.blackbox h3
{
	background-image: url(/grafik/baggrund/blackbox_top.gif);
	background-repeat: no-repeat;
	padding-top: 22px;
	padding-left: 34px;
	padding-bottom: 0px;
}

div.blackbox p
{
	margin-left: 34px;
	margin-right: 24px;
	margin-bottom: 0px;
	padding-bottom: 7px;
	margin-top: 5px;
}

div.blackboxend
{
	background-image: url(/grafik/baggrund/blackbox_bund.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 15px;
	margin-bottom: 30px;
	margin-left: 5px;
}

#content p a, #content li a
{
	color: #b6447f;
	font-weight: bold;
}

#content p a:hover, #content p a:active
{
	color: #242923;
	text-decoration: underline;
}

div.imagebox
{
	background-image: url(/grafik/baggrund/whitebox_midt.gif);
	background-repeat: y-repeat;
	position: relative;
	height: auto;
}

div.imagebox h2
{
	background-image: url(/grafik/baggrund/whitebox_top.gif);
	background-repeat: no-repeat;
	padding-top: 23px;
	padding-left: 35px;
	padding-bottom: 9px;
}

div.imagebox div
{
	background-image: url(/grafik/baggrund/whitebox_bund.gif);
	background-repeat: no-repeat;
	padding-left: 32px;
	margin-bottom: 2px;
	background-position: 0px bottom;
}

div.imagebox ul
{
	position: absolute;
	top: 24px;
	right: 42px;
}

div.imagebox li
{
	float: left;
	width: 15px;
	height: 15px;
}

div.imagebox li img { padding-left: 10px; }

div.imagebox img.hoz
{
	background-image: url(/grafik/shadows/horizontal.gif);
	background-repeat: no-repeat;
	padding: 4px 4px 35px 4px;
	background-position: 2px 2px;
}

div.imagebox img.vert
{
	background-image: url(/grafik/shadows/vertical.gif);
	background-repeat: no-repeat;
	padding: 4px 4px 35px 4px;
	background-position: 2px 2px;
}

/* Bund */

#bund p
{
	padding-top: 55px;
	padding-left: 30px;
	color: #fff;
}

#bund p a
{
	color: #b6447f;
}

#bund p a:hover, #bund p a:active
{
	color: #fff;
	text-decoration: underline;
}

/* Area specific kodes */
.mig #top
{
	background-image: url(/grafik/baggrund/mig.gif);
	background-repeat: no-repeat;
}

.indretning #top
{
	background-image: url(/grafik/baggrund/indretning.gif);
	background-repeat: no-repeat;
}

.inspiration #top
{
	background-image: url(/grafik/baggrund/inspiration.gif);
	background-repeat: no-repeat;
}

.stylistopgaver #top
{
	background-image: url(/grafik/baggrund/stylistopgaver.gif);
	background-repeat: no-repeat;
}

/* frontpage flash */

.frontpageFlash {
	text-align: center;
}