
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	margin: auto;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

html, body {
height: 100%;
} 


p {
	margin: 0;
	padding: 0;
	margin-top: 18px;
}

h1 {
	color: #deb440;
	font-size: 45px;
}

.nopadd {
	margin: 0;
}

a img {
	border: 0;
}

a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #898781;
	text-decoration: none;
}

a:hover {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

/* Styling for main template */

#outer {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
}

#outercontainer {
	width: 960px;
	margin: auto;
}

#container {
	float: left;
	text-align: left;	
	margin: auto;
	background-image: url(../images/main_background.jpg);
	background-position: center top;
	background-repeat: repeat-y; 
	width: 960px;
	left: 0;
	display: block;
/*	overflow: auto !important; /* Allows content to scroll in all browsers ie6 ignores this */
/*	overflow: visible; /* Allows content to scroll in ie6!*/ 

/*
	background-image:url(../images/main_background.png);
	background-position:center top;
	background-repeat:repeat-y;
	left:0;
	margin:auto;
	overflow:auto !important;
	padding:0 10px;
	text-align:left;
	width:960px; */
}

#logo {
	float: left;
	display: inline;
	width: 359px;
	height: 112px;
}

#nav {
	float: left;
	display: inline;
	width: 600px;
	height: 47px;
	padding-top: 65px;
}

a.navlink {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #898781;
	text-decoration: none;
	padding: 0 7px;
	text-transform: uppercase;
}

a.navlink:hover {
	color: #ffffff;
}

#image {
	float: left;
	display: inline;
	position: relative;
	width: 960px;
	height: 339px;
	margin-bottom: 30px;
}

#content {
	float: left;
	display: inline;
	width: 960px;
}

#footer {
	margin: auto;
	text-align: left;
	width: 960px;
	height: 25px;
	padding-top: 15px;
	font: 11px/24px Arial, Helvetica, sans-serif;
	color: #ffffff;
	letter-spacing: 1px;
	background-color:#000000;
}

#footer a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	color: #cccccc;
	text-decoration: underline;
}

.address {
	float: left;
	display: inline;
}

.siteby {
	float: right;
	display: inline;
}

/* End of styling for main template */

/* Styling for 2 column template */

#btn_left {
	float: left;
	display: inline;
	width: 200px;
	padding-left: 27px;
}

#text_main {
	float: left;
	display: inline;
	width: 723px;
	padding: 0 10px 10px 0;
	min-height: 404px;
	height: auto !important;
	height: 404px;
}

/* End of styling for 2 column template */

/* Styling for 3 column template (uses the same id (btn_left) as 2 column template)  */

#text_three {
	float: left;
	display: inline;
	width: 402px;
	padding: 0 5px 10px 0;
	min-height: 404px;
	height: auto !important;
	height: 404px;
}

#image_right {
	float: left;
	display: inline;
	width: 326px;
}

/* End of styling for 3 column template */

/* Styling for menu template */

#menu_left {
	float: left;
	display: inline;
	width: 194px;
	padding-left: 33px;
}

#text_menu {
	float: left;
	display: inline;
	width: 528px;
	padding: 0 5px 10px 0;
	min-height: 404px;
	height: auto !important;
	height: 404px;
}

#btn_right {
	float: left;
	display: inline;
	width: 200px;
}

h2 {
	margin: 0;
	padding: 0;
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
	color: #797678;
}

h2 a {
	font: normal 18px/24px Verdana, Arial, Helvetica, sans-serif;
	color: #797678;
	text-decoration: none;
}

h2 a:hover {
	font: normal 18px/24px Verdana, Arial, Helvetica, sans-serif;
	color: #deb440;
	text-decoration: none;
}

/* End of styling for menu template */

/* Form Styling */

form {
	margin: 0;
	padding: 0;
}

form p {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	clear: left;
}

form p.topform {
	padding-top: 17px;
}

label {
	float: left;
	display: inline;
	width: 120px;
}

textarea {
	min-height: 87px;
	height: auto !important;
	height: 87px;
	padding: 0;
	margin: 0;
	background-color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.formbox, textarea {
	float: left;
	display: inline;
	padding-left: 2px;
	background-color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: #c2c3c5 solid 1px;
	width: 185px;
}

select {
	background-color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: #c2c3c5 solid 1px;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	height: 20px;
}

.selectdate {
	width: 60px;
}

.submit {
	background-color: #110e0f;
	font: 12px Arial, Helvetica, sans-serif;
	color: #c2c3c5;
	margin: 0;
	padding: 0;
	margin: 3px 0 0 100px;
	height: 21px;
}

/* End of Form Styling */

/* Start of Flyer Styling */

#flyers-top{
	width:100%;
	height:150px;
	float:left;
	display:inline;
	margin:10px 0  10px 0;
}

.flyers{
	width:200px;
	display:inline;
	float:left;
	margin: 0 0 0 10px;
}

.flyers-nye{
	width:200px;
	display:inline;
	float:left;
	margin: 0 10px 30px 10px;
}


#sagres{
float:right;
margin: 0 10px  10px 0;
}

img, div { behavior: url(iepngfix.htc) }

.event-image {
	float:left;
	display:inline;
	width:106px;
}

.event-description {	
	float:left;
	display:inline;
	width:180px;
	font-size:16px;
	font-weight:bold;
	margin-top:30px;
	padding:0 15px;
}

.event-description a{
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	}
ul#event-flyer {
	float:left;
	display: inline;
	text-align:center;
	list-style: none;
	list-style-position:outside;
	list-style-type: none;
	width: 650px;
	margin-bottom: 20px;
}
ul#event-flyer li {
	float:left;
	display: block;
	width:182px;
	color:#deb440;
	margin-right: 10px;
}
/*//.event-flyer{
	float:left;
	text-align:center;
	width:182px;
	color:#deb440;
}//*/
