@charset "utf-8";
/* CSS Document */

body {
	margin:0px 0px 0px 17px;
	padding:0px;
	background:#6ED0F7 url(/pic/background.gif) top left repeat-y;
	font-family:Verdana, Tahoma, Arial;
	font-size:11px;
	color:#15479E;
}

div#content div.textpage {
	margin-left:150px;
	width:748px;
	background: #AAE0FA url(/pic/textpage-rt.gif) no-repeat top right;
	padding: 20px;
}

div#left div.menu0 {
	border:1px solid #5CB4E4;
	width:136px;
	border-bottom: none;
	margin-bottom: 20px;
}

div#left div.menu0 div.item{
	border-bottom:1px solid #5CB4E4;
	height: 18px;
	font-weight: bold;
}
div#left div.menu0 div.active{
	background: #ECE63A url(/pic/menu/active.gif);
}

div#left div.menu0 div.ajanlo{
	background: #F39A41 url(/pic/menu/ajanlo.gif);
}

div#left div.menu0 div.item a {
	color: #12489E;
	display:block;
	margin: 2px 0px 2px 7px;
	line-height: 14px;
	text-transform: uppercase;
}

div#left div.menu0 div.text{
	border-bottom:1px solid #5CB4E4;
	font-weight: normal;
	padding:2px;
}
div#left div.menu0 div.text a{
	font-weight: normal;
}


div#footer div.menuF {
	border: 1px solid red;
	position: absolute;
	margin-left: 333px;
	margin-top: -19px;
	border: 1px solid #5CB4E4;
	padding: 2px 6px 2px 6px;
	width: 590px;
	text-align: right;
}

div#footer div.menuF a {
	color: #12489E;
}


div#footer div.europa {
	margin-left: 10px;
	width: 400px;
	font-size: 12px;
}

.clear {
	font-size:1px;
	clear:both;
}

.clear_6 {
	width:auto;
	height:6px;
	overflow:hidden;
	clear:both;
}
.clear_19 {
	width:auto;
	height:19px;
	overflow:hidden;
	clear:both;
}

table.kviz {
	border: 1px solid #7EB3DE;
	margin-bottom: 15px;
}

table.correct {
}

table.wrong {
}

table.kviz th,table.kviz td{
	padding: 2px;
}
table.kviz thead td,table.kviz thead th{
	background-color: #8CD7F7;
}
table.kviz thead th{
	color: white;
}
table.kviz thead td{
	font-weight: bold;
}
table.kviz tbody tr {
	cursor: pointer;
}


table.kviz tbody td img{
	border: 1px solid #14479E;
}
table.kviz tbody td img.active{
	border: 1px solid #14479E;
	background-color:#B5D55A;
}
table.kviz tbody td img.wrong{
	border: 1px solid #14479E;
	background-color:#FF0000;
}