table, tr, td, ul, ol, li, p, h1, h2, h3, h4, h5, h6, div, span, a, em {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #ffffff;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	text-align: left;
	margin: 0; padding: 0;
	font-style: normal;
	list-style-type: none;
}
/* strict img indstillinger til Mozilla/Opera */
img { float: left; border: 0; margin: 0; padding: 0; }
/* strict img indstillinger til IE6.0 (IE7.0 ok) */
*img { float: none; border: 0; margin: 0; padding: 0; }

body {
	background: #000000;
}

/*Start hoved sidens ramme pagecontainer */
#pagecolor {
	width: 950px;
	margin: auto;
	background: url(../images/page_bg.jpg) repeat-x;
}
#pagecontainer {
	width: 100%;	
	background: url(../images/top_bg.png) no-repeat !important;
	background: url(../images/ie60/top_bg.gif) no-repeat;
}

/**** logo ****/
#logospan {
	float: left;
	padding: 35px 0px 0px 180px;
}

/**** contenttable ****/
#contenttable {
	clear: both;
	width: 100%;
	padding-top: 35px; /* 10px; */
}

/** left **/
#leftspan {
	float: left;
	width: 200px;
}
#left{
	margin: 0px 10px 0px 50px;
}
#left li a:hover {
	text-decoration: underline;
}
#left li.act a {
	text-decoration: underline;
}
#left li.act li a {
	text-decoration: none;
}

#left li li {
	margin: 0px 0px 0px 15px;
}#left li li a {
	color: #999999;
	text-decoration: none;
}
#left li li a:hover {
	text-decoration: underline;
}
#left li li.act a {
	text-decoration: underline;
}

/** content **/
#contentspan {
	float: left;
	width: 520px;
	/*min-height: 350px;*/
}
#content {
	margin: 0px 0px 0px 10px;
}

#content p {
	padding: 0px 0px 10px 0px;
}
#content li {
	list-style: circle ; /*inside;*/
	margin-left: 20px; 
}
#content a {
	text-decoration: underline;
}

/**** bottom ****/
#bottomspan {
	clear: both;
	height: 176px;
	background: url(../images/bottom_bg.png) no-repeat !important;
	background: url(../images/ie60/bottom_bg.gif) no-repeat;
	position: relative;
	top: -20px;
	/*z-index: -1:*/
}
#bottom {
	float: left;
	width: 100%;
	margin-top: 150px;
	text-align: center;
}



/*******************************************************************************
* Flexforms
*******************************************************************************/

/**** column2_50-50 ****/
.column2_50-50 {
	clear: both;
	float: left;
	width: 100%;
}

.column2_50-50 .spalte1span {
	float: left;
	width: 240px;
}
.column2_50-50 .spalte2span {
	float: right;
	width: 240px;
}


/**** column2_70-30 ****/
.column2_70-30 {
	clear: both;
	float: left;
	width: 100%;
}

.column2_70-30 .spalte1span {
	float: left;
	width: 336px;
}
.column2_70-30 .spalte2span {
	float: right;
	width: 144px;
}




/********** Powermail *********/

fieldset.tx-powermail-pi1_fieldset{
	background: #;
	margin: 10px 0px 10px 10px;
}
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	background-color: red;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 2px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #999;
	
	/*background-color: #f7f7f7;*/
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: #fff;	
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 80px;
	float: left;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 240px;
	/*border: 1px solid #999;*/
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 150px;
	font-weight: bold; 
}
	/* spam errormessages til powermail  */
.tx-powermail-pi1_thx {
	padding:5px 0px 5px 0px;
	color:#990000;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 150px;
}

	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

