@charset "UTF-8";
@import url("type.css");
@import url("menu.css");

/* OJ HOJTRYK TYPO3 TEMPLATE              */
/* ALL CONTENTS (C) 2009 OJ HOJTRYK       */
/* MADE BY LUND&CO - www.lund-co.dk       */

/********************* TYPOGRAPHY ***********************/
/********************************************************/
body {
	text-align: center;
	background: #333333;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px auto;
	text-align: center;
	background: transparent url('../images/pagebg.png') repeat-y top center;
}

img { border: none; }

#pagecontainer {
	background: transparent url('../images/pagebg.png') repeat-y top center;
	text-align: left;
	width: 960px;
	border: 1px solid #FF0000;
	margin: 0 auto; border: 0; padding: 0 20px; min-height: 100%;
}

#pagewrap {
	margin-left: auto; 
	margin-right: auto;
	width: 950px;
	/*height: 100%;*/
	/*min-height: 100%;*/
}

#topmenu {
	height: 38px;
	width: 950px;
	background: #ECECEC;
	
}

#homelink {
	float: left;
}

#menutop {
	float: right;
}

#mediacontent {
	/*height: 300px;*/
	height: 300px;
	width: 950px;
	background: #FFFFFF;
}

#mediacontentonsubpage {
	height: 106px;
	width: 950px;
	background: #FFFFFF;
}

#pageheader {
	height: 69px;
	width: 950px;
	background: #ececec;
}

#pageheader .headercontent {
	padding: 21px 35px 10px 35px
}

#contentwrap {
	background: #FFFFFF;
	width: 950px;
	display: block;
	overflow: hidden;
	clear: both;
	background: transparent url('../images/middlebgtop.png') no-repeat top left;
}
	
#contentcolumns {
	margin-top: 44px;
	background: url('../images/contentbg.png') repeat-y top left;
}

#menucontent {
	padding-bottom: 35px;
}

#leftcol {
	float: left;
	/*border-right: solid 1px #CCCCCC;*/
	width: 208px;
}

#middlecol {
	float: left;
	/*border-right: solid 1px #CCCCCC;*/
	width: 530px;
}

#rightcol {
	float: right;
	width: 208px;
}

.contentcell {
	padding-right: 30px;	
	padding-left: 30px;	
}
.contentcell .movie { /* tildeles <embed> film og evt. flash */
	width: 320px;
	height: 240px;
	margin: 0 75px;
}

#columnfinisher{
	clear: both;
	font-size: 1px;
	height: 1px;
}

#footer {
	clear: both;
	height: 43px;
	width: 950px;
	background: #ECECEC url('../images/middlebgbottom.png') repeat-x top left;
	position: relative;
	bottom: 0;
	text-align: left;
}

#footer a:link {
	text-decoration: none;
}

#footercontent {
	padding: 10px 30px 5px;
	line-height: 22px;
}
#footercontent a {
	text-decoration: none !important;
}

/*********************** MAILFORM ***********************/
/********************************************************/

.csc-mailform{
/*	border:none;*/
/*        color:#333333;*/
/*        font-family: Arial, verdana, sans-serif;*/
/*        font-size: 11px;*/
}

.csc-mailform label{
	/*display:block;*/
}
.csc-mailform-field label{
	/*display:block;*/
}
div#main-top-banner-01 div.csc-textpic img{
	/*margin:0px;*/
	/*padding:0;*/
	/*background:none;*/
	/*background-color:rgb(255,255,255);*/
}



.csc-mailform-field input[type=text], .csc-mailform-field textarea{
	/*width:250px;*/
}

/* Formmail */

.tx-powermail-pi1_formwrap {
	padding-top: 25px;
}

.tx-powermail-pi1 textarea {
	width: 250px;
	background-color: transparent;
	color: #333333;
	font-family: lucida, Lucida Grande, verdana, Arial, arial, helvetica, "Trebuchet MS", "Bitstream Vera Sans", sans-serif;
	font-size: 11px;
	line-height: 20px;
	/*border: 2px inset #333333;*/
}

input[type=checkbox], input[type=text] {
	width: 250px;
	/*border: 2px inset #333333;*/
	background-color: transparent;
	color: #333333;
	font-family: lucida, Lucida Grande, verdana, Arial, arial, helvetica, "Trebuchet MS", "Bitstream Vera Sans", sans-serif;
	font-size: 11px;
	line-height: 20px;
	/*float: right;*/
}



.tx-powermail-pi1 legend{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	display: none;
}

.tx_powermail_pi1_fieldwrap_html label{
	width: 150px;
	float: left;
	margin-right: 10px;
}

.tx_powermail_pi1_fieldwrap_html_textarea label{
	width: 150px;
	float: left;
	margin-right: 10px;
}

.tx-powermail-pi1 fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

.tx_powermail_pi1_fieldwrap_html {
	padding-bottom: 4px;
}

.tx_powermail_pi1_fieldwrap_html_submit{
	text-align: right;
	width: 400px;
}



/* footer related */
html, body { height: 100%; margin: 0; padding: 0; }
html { overflow-y: scroll; } /* to create a vertical dummy scrollbar in Firefox or Safari which would not have a scrollbar with height 100%. If you move to and from pages which don't have a vertical scrollbar to a page which does, it makes the page content jump sideways without a forced dummy scrollbar (works in Firefox and Safari but not in Opera; IE always shows a dummy scrollbar; Opera needs min-height and height: 101% in the container styles but it causes a standard scrollbar, not a dummy, and is less correct.)*/
* html #pagecontainer { height: 100%; } /*IE browsers less than IE7*/
#footer {
	clear: both;
	height: 43px;
	width: 950px;
	background: #ECECEC url('../images/middlebgbottom.png') repeat-x top left;
	padding: 10px 0 0 0;
	margin: -43px auto 0 auto;
}
#clearfooter { height: 43px; border: 0; margin: 0; padding: 0; } 



