body{
	background-color:#767573;
}

.movie{
	padding:10px;
	margin:10px
}

body, body td{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
}


a{
	color:#6BA0C2;
	text-decoration: none;
}

a:hover{
	color:#6AA0C2;
	text-decoration: underline;
}


h1{
	font-size:16px;
}

a.menu{
	margin-left:10px;
	margin-right:10px;
	text-decoration: none;
	font-weight:bold;
	color:#CED6D8;
}

a.menu2{
	margin-left:10px;
	margin-right:10px;
	text-decoration: none;
	color:white;
}

a.menu:hover{
	color:#6BA0C2;
	text-decoration: none;
}

a.menu2:hover{
	color:#bbbbbb;
	text-decoration: none;
}

.green{
	color:#ccdd24;
}

.gray{
	color:#636460;
}

.line{
	display:block;
	margin-left:10px;
	margin-right:10px;
	height:1px;
	border-top:1px solid white;
}


.fototekstvlak{
	background-color:white;
	margin:10px;
	padding:10px;
}

/* note popup*/

a.note, a.note2{
	display: block;
	padding:0px;
	margin:0px;
	text-decoration: none;
}

a.note:hover, a.note2:hover{
	background: inherit;
	text-decoration: none;
}
a.note span, a.note2 span {
	display: none;
}

a.note:hover span, a.note2:hover span {
	display: block;
	text-decoration: none;
	position: absolute;
	z-index: 100;
	width:400;
	background-color:#767573;
	border: 1px solid silver;
	padding:5px;
	margin:10px;
	display: block;
	position: absolute;
	z-index: 100;
	color:white;
}

a.note2:hover span {
	top:200px;
	margin-left:50px;

}

