/* CSS Document */
body {
	font-family: Verdana, Tahoma, lucida,"Geneva CE", sans-serif;
	font-size: 85%;
	position: absolute;
	background: #000000;
	color: White;
}

a:link    {color: white}
a:visited    {color: white}
a:active    {color: red}
a:hover {color: #FFD700;}

h3 {
	color: Aqua;
}

h2 {
	color: #0077CC;
	font-size: medium;
	font-weight: bold
}

.galerie {
	font-size:100%; font-weight: bold; color: White;
	a:link    {color: white;	font-size:100%; font-weight: bold; color: White;}
a:visited    {color: white;	font-size:100%; font-weight: bold; color: White;}
a:active    {color: red; font-size:100%; font-weight: bold; color: White;}
a:hover {color: #FFD700;	font-size:100%; font-weight: bold; color: White;}
}


.technika {
	position: absolute;
	top: 30px;
	width: 950px;
	color: White;
}

.kolegove {
	position: absolute;
	top: 50px;
	background-color: #99ccff;
	border: ridge #ADD8E6;
	padding: 5px;
	left: 630px;
	width: 195px;
}
