/* Stylesheet til Cynope Survey */

BODY {	
	margin: 15px;
	color: #424242;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align:left;
	background-color: #FAFAFA;
	font-size: 80%;
}

IMG {border: none;}

A {
	text-decoration: underline;
	color: #007791;
}
A:hover {text-decoration: underline;}

P {	margin: 0;	padding: 0;}
P, P.bodytext {font-size:100%;}
TD {font-size:13px;}

H1 {	
	font-family: Arial, sans-serif;
	color: #C76A00;
	font-size: 140%;
	margin:0;
	margin-top:15px;
	font-weight: normal;
}
H2 {
	color: #4A5676;
	margin:0;
	top: 12px; 
	font-size: 140%; 
	font-weight: normal	
}
H3 {
	color: #4A5676;
	font-size: 100%;
	margin-bottom:5px;
}

/* Hoved-element til hele siden */

#progress {
	width: 100px;
	float:right;
	margin-top: 15px;
	text-align: right;
}
	#progresscontainer {
		border:1px solid #424242;
		height:20px;
		background-color:#F0f0f0;
		text-align:left;
	}
		#progressbar {
			background-color:#44cc44;
			height: 20px;
		}


#logo {
	float:left; 
	width: 200px;
}

.spoergsmaal, .tekst {
	background-color: #FFFFFF;
	border: #e0e0e0 solid 1px; 
	margin-top:15px; 
	margin-bottom:15px;
	padding:15px;
}

.tekst {
	font-size: 110%;
}

.spoergsmaal TD {padding: 3px; padding-left: 5px; padding-right: 5px;}

.option {
	display:block;
	margin: 8px;
}
.radio {
	position: relative;
	top: 2px;
}
.comment {
	margin-left: 25px;
	width: 300px;
	height: 20px;
}

.tal {
	width: 50px;
	margin-right: 10px;
	margin-left: 0;
}

.comment, TEXTAREA {
	border:#4A5676 solid 1px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url('../images/feltbg.gif');
	background-attachment: fixed;
	background-repeat: none;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

TEXTAREA {
	width: 500px;
	height: 200px;
}

.knapfrem {
	background-image: url('../images/knapfrem.gif');
}	
.knapback {
	background-image: url('../images/knapback.gif');
}
.knapdummy {
	background-image: url('../images/knapdummy.gif');
}
.knaptom {
	background-image: url('../images/knaptom.gif');
}
.knapfrem, .knapback, .knapdummy, .knaptom {
	width: 130px;
	height: 26px;
	border: 0; 
	color: #FFFFFF;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0;
}

.spoerg_tabel {width: 700px;}

#navi {text-align: right;}

#maincontainer { width: 700px;}

@media print {
    .spoerg_tabel {width: 600px;}
}
