/*
-------------------- MAIN
*/
html
	{
	min-height: 100%;
	height: 100%;
	}
body
	{
	margin: 0px auto; 
	text-align: center;
	background-color: #000000;
	}

/*
-------------------- MISC
*/
.sep
	{
	color: #8b6e31;
	float: left;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	display: inline;
	font-size: 10px;
	padding-top: 2px;
	}

.block-screen
	{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px; 
	top: 0px; 
	filter: alpha(opacity = 50);
	opacity:.50;
	z-index: 400;
	background-color: #000000;
	text-align: center;
	}

#div-questions
	{
	top: 20%;
	position: relative;
	z-index: 500;
	}

/*
-------------------- NEWSLETTER/TILMELDING
*/
.txt-nl
	{
	float: left; 
	padding-top: 3px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.txtbox-nl
	{
	width: 135px;
	height: 16px;
	margin: 0px 0px 0px 12px;
	border: 0px;
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
.btn-nl-tilmeld
	{
	margin: 0px 0px 0px 12px;
	color: #ffffff;
	background-color: #6d5626;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  10px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #B0B099;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #808080;
	width: 80px;
	height: 18px;
	font-weight: normal;
	}
	
.title-container-001
	{
	width: 500px;
	background-color: #8b6e31;
	padding: 2px 16px 2px 0px;
	font-weight: bold;
	text-align: right;
	color: #ffffff;
	}
.title-container-002
	{
	width: 500px;
	background-color: #8b6e31;
	padding: 2px 0px 2px 8px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	}

	
/*
-------------------- TEMPLATE
*/
#div-main
	{
	width: 930px;
	height: 616px;
	position: relative;
	top: 0px;
	margin: 0px auto;
	border: 0px solid green;			/* Ramme */
	}

#div-menu
	{
	width: 800px;
	height: 20px;
	text-align: left;
	position: absolute;
	left: 22px;
	top: 102px;
	border: 0px solid blue;				/* Ramme */
	}

ul.menu
	{
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
	position: relative; 
	top: 0px;
	left: 0px;
	list-style: none; 
	border: 0px solid green;			/* Ramme */
	}
	li.first
		{
		display: inline;
		border: 0px solid red;			/* Ramme */
		}
	li.sep
		{
		float: none;
		position: relative;
		margin-left: 16px;
		margin-right: 16px;
		display: inline;
		font-size: 10px;
		bottom: 2px;
		}
	li
		{
		display: inline;
		}
	
		li A, li A:visited, li A:active
		{
			COLOR: #8b6e31;
			BACKGROUND-COLOR:transparent;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			text-decoration: none;
			}
		li A:hover
			{
			COLOR: #ffffff;
			BACKGROUND-COLOR:transparent;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			text-decoration: none;
			}
		li A.highlight, li A.highlight:visited, li A.highlight:active
		{
			COLOR: #ffffff;
			BACKGROUND-COLOR:transparent;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			text-decoration: none;
			}
#div-logo
	{
	position: absolute;
	left: 32px;
	top: 12px;
	}

#div-cards
	{
	position: absolute;
	left: 488px;
	top: 52px;
	}

#div-shop
	{
	text-align: left;
	position: absolute;
	padding-left: 10px;
	left: 766px;
	top: 24px;
	border-left: 1px solid #ffffff;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url("../files/template/sb-mini-1.gif");
	background-position: 120px 2px;
	background-repeat: no-repeat;
	text-align: left;
	}
	#div-shop A, #div-shop A:visited, #div-shop A:active
	{
	COLOR: #ffffff;
	BACKGROUND-COLOR:transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
    }
	#div-shop A:hover
		{
		COLOR: #8b6e31;
		BACKGROUND-COLOR:transparent;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		text-decoration: underline;
		}

	
	

#div-nl
	{
	position: absolute;
	top: 600px;
	left: 38px;
	text-align: left;
	border: 0px solid purple;				/* Ramme */
	}

#div-sprog
	{
	width: 450px;
	height: 18px;
	position: absolute;
	top: 602px;
	left: 480px;
	text-align: right;
	border: 0px solid purple;				/* Ramme */
	}


/*
-------------------- FORSIDE
*/
body#intro
	{
	height: 99%;
	}
img#bg-intro
	{
	position:absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	z-index: -1;
	}
#intro-outer
	{
	position: relative;
	height: 100%;
	border: 0px solid red;
	}
#intro-box
	{
	position: absolute;
	width: 100%;
	top: 8%;
	left: 0px;
	border: 0px solid blue;
	}
#intro-logo
	{
	border: 0px solid green;
	}
#intro-watch
	{
	margin-left: 16px;
	}
#intro-link
	{
	margin-top: 12px;
	}


/*
-------------------- HOME
*/
#bg-home
	{
	width: 930px;
	height: 451px;
	position: absolute;
	left: 0px;
	top: 140px;
	background-color: transparent;
	text-align: left;
	}

#bg-generic
	{
	width: 930px;
	height: 451px;
	position: absolute;
	left: 0px;
	top: 140px;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url("../files/images/bg/bg-galleri-002.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	}

#bg-generic2
	{
	width: 930px;
	height: 451px;
	position: absolute;
	left: 0px;
	top: 140px;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url("../files/images/bg/bg-om-jullou-002.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	}

#bg-prod
	{
	width: 930px;
	height: 451px;
	position: absolute;
	left: 0px;
	top: 140px;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url("../files/images/bg/bg-prod-001.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	}


/*
-------------------- GALLERI
*/
#bg-galleri
	{
	width: 930px;
	height: 451px;
	position: absolute;
	left: 0px;
	top: 140px;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url("../files/images/bg/bg-galleri-002.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	}
	#bg-galleri #content
		{
		width: 852px;
		height: 420px;
		position: relative;
		left: 30px;
		top: 10px;
		overflow: auto;
		border: 0px solid purple;				/* Ramme */
		}
		#bg-galleri .div-img
			{
			width: 150px;
			text-align: center;
			padding-left: 10px;
			padding-bottom: 14px;
			float: left;
			border: 0px solid silver;				/* Ramme */
			}
		#bg-galleri .zoom
			{
			margin-left: 10px;
			}
		#bg-galleri .desc
			{
			font-size: 9px;
			text-transform: uppercase;
			}


/*
-------------------- OM JULLOU
*/
#bg-jullou
	{
	width: 930px;
	height: 451px;
	position: absolute;
	left: 0px;
	top: 140px;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url("../files/images/bg/bg-om-jullou-002.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	}
	#bg-jullou #content
		{
		width: 400px;
		position: absolute;
		left: 42px;
		top: 32px;
		}


/*
-------------------- FORHANDLERE - 1
*/
#bg-forhand
	{
	width: 930px;
	height: 451px;
	position: absolute;
	left: 0px;
	top: 140px;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url("../files/images/bg/bg-forhandlere1-002.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	}
	#bg-forhand #content
		{
		width: 400px;
		position: absolute;
		left: 42px;
		top: 32px;
		}


/*
-------------------- FORHANDLERE - 2
*/
#bg-forhand2
	{
	width: 930px;
	height: 451px;
	position: absolute;
	left: 0px;
	top: 140px;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url("../files/images/bg/bg-forhandlere2-002.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	}
	#bg-forhand2 #content #links
		{
		width: 400px;
		position: absolute;
		left: 42px;
		top: 32px;
		}
	#bg-forhand2 #content #oversigt
		{
		width: 400px;
		position: absolute;
		left: 220px;
		top: 82px;
		}


/*
-------------------- KONTAKT
*/
#bg-kontakt
	{
	width: 930px;
	height: 451px;
	position: absolute;
	left: 0px;
	top: 140px;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url("../files/images/bg/bg-kontakt-002.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	}
	#bg-kontakt #content
		{
		width: 400px;
		position: absolute;
		left: 42px;
		top: 32px;
		}


/*
-------------------- KUNDEKLUB
*/
#bg-kundeklub
	{
	width: 930px;
	height: 451px;
	position: absolute;
	left: 0px;
	top: 140px;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url("../files/images/bg/bg-kundeklub-002.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
	}
	#bg-kundeklub #content
		{
		width: 170px;
		position: absolute;
		left: 42px;
		top: 32px;
		}
		#bg-kundeklub #content #nl-txtbox
			{
			margin-top: 20px;
			}
		#bg-kundeklub #content .btn-tilmeld
			{
			margin: 16px 0px 0px 72px;
			color: #ffffff;
			background-color: #6d5626;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size:  10px;
			border-top: 1px solid #ffffff;
			border-bottom: 1px solid #B0B099;
			border-left: 1px solid #ffffff;
			border-right: 1px solid #808080;
			width: 80px;
			height: 18px;
			font-weight: normal;
			}

