@import url("outline.css");
@import url("newsticker.css");
@import url("navigation.css");
@import url("text.css");
@import url("puffar.css");
@import url("forms.css");
@import url("tables.css");

/*GENERAL SETTINGS
==================================================================
*/
* {
	margin:0;
	padding:0;
	}

.hide {
	display:none;
	}

.tab { 
	display:none; 
	}

.clear {
	clear:both;
	}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	}

.clearfix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

.floatRight {
	float:right;
	}

.floatLeft {
	float:left;
	}

.center {
	text-align:center;
	}


/*PICTURES
==================================================================
*/
img {
	border:0;
	}


.three_columns .contentRight .imgRight {
	float:right;
	margin-left:5px;
	}

.imgRight {
	float:right;
	margin:0 0 10px 10px;
	}

.imgLeft {
	float:left;
	margin:0 10px 10px 0;	
	}

.articleArea .imgRight {
	float:right;
	margin:0 0 10px 10px;
	}

.articleArea .imgLeft {
	float:left;
	margin:0 10px 10px 0;
	}

.articleArea .imageCenter {
	margin:0 0 20px 0;
	}

/*ICONS
==================================================================
*/
.icon_print {
	background:url(../img/icons/print.gif) no-repeat;
	padding-left:23px;
	height:18px;
}

.icon_tip {
	background:url(../img/icons/tip.gif) no-repeat;
	padding-left:23px;
	height:18px;
}

.icon_comment {
	background:url(../img/icons/comment.gif) no-repeat;
	padding-left:23px;
	height:18px;
}

/*MARGINS
==================================================================
*/

.margin_between_14 {
	width:14px;
	float:left;
	height:1px;
	}

.margin_between_20 {
	width:20px;
	float:left;
	height:1px;
	}

.margin_top_10 {
	margin-top:10px;
	}
	
.margin_top_24 {
	margin-top:24px;
	}

.margin_top_33 {
	margin-top:33px;
	}

.margin_bottom_10 {
	margin-bottom:10px;
	}

.margin_bottom_24 {
	padding-bottom:24px;
	}
	
.margin_bottom_28 {
	margin-bottom:28px;
	}


/*CONTENT BLOCKS
==================================================================
*/
div#mainContent {
	width:896px;
	margin:0 auto 20px;
	text-align:left;
	}	

div#Content {
	width:890px;
	margin:0 3px;
	text-align:left;
	}	

div#ContentArea {
	width:420px;
	float:left;
	padding-bottom:25px;
	margin:0px 25px 0 39px;
	}

.articleArea {
	width:420px;	
	}

div#welcome {
	float:left; 
	width:350px; 
	}

.three_columns {
	background:url(../img/backgrounds/three_columns_890.gif)
	}
	
.two_columns {
	background:url(../img/backgrounds/two_columns_890.gif)
	}

.HalfContent {
	width:200px;
	float:left;
}


/*ENKÄT CONTAINERS
==================================================================
*/

div#surveyWindow0 {
	width:640px;
	height:600px;
	margin:0 auto;
	text-align:left;
	background:url(../img/backgrounds/enkat/start_background.gif) no-repeat;
}

div#surveyWindow1 {
	width:640px;
	height:600px;
	margin:0 auto;
	text-align:left;
	background:url(../img/backgrounds/enkat/s1_background.gif) no-repeat;
}

div#surveyWindow2 {
	width:640px;
	height:600px;
	margin:0 auto;
	text-align:left;
	background:url(../img/backgrounds/enkat/s2_background.gif) no-repeat;
	display:none;
}

div#surveyWindow3 {
	width:640px;
	height:600px;
	margin:0 auto;
	text-align:left;
	background:url(../img/backgrounds/enkat/s3_background.gif) no-repeat;
	display:none;
}

div#surveyWindow4 {
	width:640px;
	height:600px;
	margin:0 auto;
	text-align:left;
	background:url(../img/backgrounds/enkat/s4_background.gif) no-repeat;
	display:none;
}

div#surveyWindow5 {
	width:640px;
	height:600px;
	margin:0 auto;
	text-align:left;
	background:url(../img/backgrounds/enkat/s5_background.gif) no-repeat;
	display:none;
}

div#surveyText {
	width:450px;
	position:relative;
	top: 190px;
	left: 105px;
	text-align:left;
	font-size:11px;
}

div#surveySubmitContainer0 {
	margin-left: auto;
	margin-right: auto;
	position:relative;
	top:10px;
}

div#surveySubmitContainer1 {
	margin-left: auto;
	margin-right: auto;
	position:relative;
	top:90px;
}

div#surveySubmitContainer2 {
	margin-left: auto;
	margin-right: auto;
}

div#surveySubmitContainer3 {
	margin-left: auto;
	margin-right: auto;
}

div#surveySubmitContainer4 {
	margin-left: auto;
	margin-right: auto;
}

div#surveySubmitContainer5 {
	margin-left: auto;
	margin-right: auto;
	position:relative;
	top:230px;
}

.surveyContainer {
	margin-left: auto;
	margin-right: auto;
	width:90%;
}

.surveyDigit
{
	text-align:center;
}

.surveySubmitContainer {
	width: 95%;
}

.checkboxholder {
	float:left;
}

.textbyCBholder {
	float:left;
	width:130px;
}
