BODY {
	
	background: url(./image/bgblancjoli.gif);
	text-align: center;
	
	
}
 #bk {
	position:relative;
	margin:0 auto;
	border-color:#a2a2a2;
	background-color: #E3E3E3;
	border-width:1px;
	border-style: solid;
	width:1110px;
	padding:0;
 }

p {
	margin: 15px 30px;
}

#content {
	padding:5px;
	margin: 0px;
	width: 1070px;
		
	font-family:"TimesNewRoman",helvetica, verdana,helvetica,arial,sans-serif; 
	font-size: 15px; 
	font-weight: 500;
	text-align: left;
}
			
#content .header {

	height: 120px;
	background: #E3E3E3 url("./image/top.gif") no-repeat top center;
	
}
		
#content .buttons {
	margin: 0px;
	
	text-align: right;
}
			
#content .form-item {
	margin: 40px 30px;
}
			
#content .form-item .question {
	margin-bottom: 5px;
}
			
#quiz1 {
	display: block;
	height: 860px;
	padding: 10px 0;
	width: 1100px;
	background: url(./image/id11.gif) no-repeat center;
}

#quiz1 .form-item {
	margin: 31px 10px 24px 20px;
}
			
#quiz2 {
	display: none;
	height: 1300px;
	padding: 10px 0;
	width: 1080px;
				
	background: url(./image/id2.gif) no-repeat top left; 

	
	
}

#quiz2 .backgr {
	height: 635px;
	padding: 10px 0;
	width: 1080px;
	background: url(./image/auto.gif) no-repeat;
	background-position: 85% 100%
}

#quiz2 .form-item {
	margin: 19px 580px 10px 20px;
}

#quiz2 .form-item2 {
margin: 25px 20px 10px 700px;

}
			
#quiz3 {
	display: none;
	height: 860px;
	padding: 10px 0;
	width: 1100px;
	
	background: url(./image/sverige.gif) no-repeat center center;
}

#quiz3 .form-item {
	margin: 25px 15px 20px 17px;
	font-size: 14px;
}


#result {
	font-size: 16px;
	display: none;
	padding: 1px;
	height: 771px;
	width: 1102px;
	background: url("./image/wynik2.gif") no-repeat center;
}

#result table {
	font-weight: bold;
	margin: 70px 70px;
}

#result table td,
#result table th {
 margin: 100px;
	padding: 11px;
	width: 33%;
}



#result table td.correct {
    font-weight: bold;
	color: green;	
}

#result table td.failure {
	font-weight: bold;	
	color: black;
}

#result table .resultLevel {

	font-weight: bold;
}

#result table .suggestedGroup {
	font-size: 17px;
	margin: 0px 10px ;
	font-weight: bold;	
}


