@charset "utf-8";
/* ---------------------------------------------------------------- 
 *  BROWSER RESET
 * ---------------------------------------------------------------- 
*/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
ol { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

/*------------------------------------------------------------
// global
------------------------------------------------------------*/
body{
	background:url(images/site_bg.gif) repeat-x #5f081e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
}
#container{
	margin:0 auto;
	width:1000px;
}
h2{
	color:#5f071e;
	font-style:italic;
	font-size:16px;
	margin-bottom:15px;
}
p{
	margin-bottom:15px;
	line-height:20px;
}

/*------------------------------------------------------------
// #header
------------------------------------------------------------*/
#header {
	background:url(images/header_bg.gif) no-repeat;
	height:145px;
	margin:0 auto;
	color:#d5d6d6;
}
#header h1{
	display:none;
}
#header ul{
	float: left;
	margin-top:110px;
	padding-left:20px;
	list-style:none;
}
#header li{
	display:inline;
}
#header a{
	text-decoration:none;
	color:#d5d6d6;
	font-size:12px;
}
#header a:hover{
	text-decoration:underline;
}

/*------------------------------------------------------------
// #welcome
------------------------------------------------------------*/
#welcome{
	background:url(images/welcome-content2_bg.gif) no-repeat #d6b77c;
	width:1000px;
	min-height:595px;
	height:595px;
}
#welcome-content{
	float:left;
	width:450px;
	margin:25px 0 0 420px;
}
/*------------------------------------------------------------
// #content
------------------------------------------------------------*/
#content{
	background:url(images/content_bg.gif) repeat-x #d6b77c;
	min-height:595px;
	width:940px;
	padding:25px 30px 20px 30px;
	margin:0 auto;
}
#content li{
	margin-bottom:15px;
	margin-left:15px;
	line-height:15px;
}
#content ol{
	list-style:lower-alpha outside;
	padding-left:15px;
}
/*
Drop-Down Menu
*/
#menu-container {
	margin:0;
	padding:0;
	font-size:11px;
	line-height:30px;
}
#drop_down_menu {
	position:absolute;
	margin:0px;
	padding:0px;
	width:800px;
	list-style-type:none;
	text-align:center;
	
}
#drop_down_menu li {
	font-size:12px;
	font-weight:bold;
	float:left;
	color:#d5d6d6;
	padding:5px;
	width:150px;
}
#drop_down_menu li ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#drop_down_menu li ul li {
	display:block;
	float:none;
	background:#494847;
	border-bottom:#666 thin solid;
	margin:0;
	padding:0;
    clear:both;
}
#drop_down_menu li ul li a {
	color:#d5d6d6;
	font-weight:normal;
	display:block;
}
/*------------------------------------------------------------
// #believe
------------------------------------------------------------*/
#believe_content{
	width:490px;
	float:left;
}

/*------------------------------------------------------------
// #footer
------------------------------------------------------------*/
#footer{
	background:url(images/footer_bg.gif) no-repeat;
	height:32px;
	color:#dcdbd5;
	font-size:10px;
	margin-bottom:15px;
	padding:0;
}
#copyright{
	float:left;
	padding:10px 0 0 15px;
}
#legal{
	float:right;
	padding:10px 15px 0 0;
}
#legal a{
	text-decoration:none;
	color:#dcdbd5;
}
#legal a:hover{
	text-decoration:underline;
}
/*------------------------------------------------------------
// .clear
------------------------------------------------------------*/
.clear{
	clear:both;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
/*------------------------------------------------------------
// Error Checking
------------------------------------------------------------*/
input.error {
    background: #FBE3E4;
    color: #D12F19;
    border-color: #FBC2C4;
}
label.error {
    background: url('http://www.sirupsen.dk/sirup/style/icon/cross.png') no-repeat;
    padding-left: 16px;
    margin-left: .3em;
    color: red;
}
label.valid {
    background: url('http://www.sirupsen.dk/sirup/style/icon/tick.png') no-repeat;
    padding-left: 16px;
    margin-left: .3em;
}
#form {
    margin:0 auto;
    width:400px;
}
#form table{
    width:400px;
}
tbody{
    margin-bottom:25px;
}
/*------------------------------------------------------------
// #construction id's
------------------------------------------------------------*/
#header-construction{
	background:url(images/header-construction.gif) no-repeat;
	height:145px;
}
#header-construction h1{
	display:none;
}
#content-contruction{
	background:url(images/content-construction.gif) no-repeat #d6b77c;
	min-height:400px;
	height:400px;
}
/* ACCORDION */
#accordion {
	margin:0 auto;
}

h3.toggler {
	cursor: pointer;
	border-bottom: 1px solid #f5f5f5;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	margin: 0 0 4px 0;
	padding: 3px 5px 0 0;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}
.sidebar{
	background:url(images/sidebar_bg.gif) repeat-y #8e8a8b;
	width:200px;
}