
/** BASIC */

html, body {
	height: 100%;
background: url(images/homepage01.jpg) repeat left top;

}


/** HEADER */

#header {
	margin:0 auto 0px auto;

}

/** LOGO */

#logo {
	float: right;
	width: 639px;
	height: 195px;
	background: url(images/homepage02.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	margin-right: 10px;
	margin-top:150px;
	text-align: right;
	color: #0066CC;
	
}

/** MENU */

#nav {
	float: left;
}

/** PAGE */

#page {
	margin: 0px auto 12px auto;
}

/** CONTENT */

#content {
	float: right;

}

#contentbox {
min-height: 150px;
}


/** 2-COLUMN LAYOUT */

.two-columns {
}

.two-columns .column1 {
	float: left;
}

.two-columns .column2 {
	float: left;
	margin-left:70px;
}

/** SIDEBAR */

#sidebar {
	float: left;
}

.navakt {
color:#FFFF00;
font-weight:bold;
}

.navaktsub {
color:#FFFFFF;
font-weight:bold;
padding-top:3px;
}

h1 {
color:#BBBBBB;
font-weight:bold;
font-size:16px;
}

h2 {
color:#BBBBBB;
font-weight:bold;
font-size:14px;
}

h3 {
color:#BBBBBB;
font-weight:bold;
font-size:12px;
}

h4 {
color:#FF6600;
font-weight:bold;
font-size:16px;
}

h5 {
color:#FF6600;
font-weight:bold;
font-size:14px;
}

h6 {
color:#FF6600;
font-weight:bold;
font-size:12px;
}

.csc-frame-frame2 {
color:#000000;
}

.csc-frame-frame2 a {
color:#000000;
}


/* Powermail stylen */
/* Powermail */
	/* 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 150px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 0px;
	background-color: #222;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: white;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 150px;
	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: 260px;
	color: #000;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
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;
}
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;
}
tx-powermail-pi1_thx {
color: white;
font-weight: bold;
}

p.csc-frame-frame1, table.csc-frame-frame1 { 
background-color: #EDEBF1; 
padding: 2px 4px 2px 4px; 
border: 1px solid #333333; 
}

p.csc-frame-frame2, table.csc-frame-frame2 { 
background-color: #F5FFAA; 
padding: 2px 4px 2px 4px; 
border: 1px solid #333333; 
}

 .tx-dropdownsitemap-pi1 .description {
color: #FFFFFF;
font-size:10px;
font-weight:300;
font-style: normal;

}
