/*

   CSS definicije za vezbanka.com
   Author: Aleksandar Urošević
   web: www.urosevic.net

*/
body {
	margin: 0;
	padding: 0;
	background: #ceeefb url(/layout/pozadina.png) repeat-x 0 0;
	color: #fff;
	font: 12pt Arial, Helvetica, sans-serif;
}
a:link, a:visited, .link { color: #fff; text-decoration: underline; }
a:hover, a:active, .link:hover { color: #D51111; text-decoration: underline; }

/* layout */
div#oblaci {
	position: absolute;
	width: 960px;
	height: 165px;
	top: 0;
	left: 50%;
	margin-left: -480px;
	background: url(/layout/oblaci.png) no-repeat;
	z-index: -1;
}
#oblaci img {
	position: absolute;
	width: 300px;
	height: 79px;
	top: 50px;
	left: 345px;
	border: none;
	background: transparent url(/layout/vezbanka.png) 0 0 no-repeat;
}
#oblaci img:hover {
	background: url(/layout/vezbanka_ani.gif) 0 0 no-repeat;
}
div#trava {
	position: absolute;
	width: 100%;
	height: 75px;
	top: 630px;
	background: url(/layout/trava.png) no-repeat top center;
	z-index: 5;
}
/* navigaciona dugmad */
div#dugmad {
	position: absolute;
	width: 61px;
	height: 375px;
	left: 6px;
	top: 55px;
	z-index: -3;
	clear: none;
}
div#dugmad2 {
	position: absolute;
	width: 61px;
	height: 375px;
	left: 893px;
	top: 55px;
	z-index: -3;
	clear: none;
}
#dugmad img, #dugmad2 img {
	width: 61px;
	height: 125px;
	border: none;
}
#dugmad a, #dugmad2 a {padding: 0; margin: 0;}

/* sadržaj */
#wrapper {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 760px;
	height: 405px;
	top: 40px;
	left: 100px;
	background: transparent;
	color: #fff; }
	#wrapper div { margin: 0; padding: 0; }
	#wrapper #index { text-align: center;}
	#wrapper h3 {
		font-size: 26pt;
		font-weight: bold; }
	#wrapper p {
		font-size: 18pt; }

#about {
	position: relative;
	width: 760px;
	height: 35px;
	padding-top: 25px !important;
	left: 50%;
	margin-left: -380px;
	color: #fff;
	text-align: center;
	font-size: 10pt;
}

span.link { cursor: pointer; }

/* baneri i drugari */
#baneri, #drugari {
	position: absolute;
	padding: 0 20px !important;
	width: 720px;
	height: 405px;
	overflow: auto;
	z-index: 6;
	color: #fff;
	}
#baneri form { text-align: center; }
#baneri textarea {
	width: 700px;
	height: 60px;
	color: #fff;
	border: 1px dotted #fff;
	overflow: auto;
	font-size: inherit;
	font-family: "Courier New", monospaced;
}
#drugari .trecina {
	width: 33%;
	position: relative;
	float: left;
}
#drugari ul {
	margin-top: 0;
	padding: 0 0 0 15px;
	list-style-position: outside;
	font-size: small;
}
#drugari .trecina { text-shadow: #366796 0 1px ;}
#drugari .trecina a:link, #drugari .trecina a:visited { text-decoration: none; }
/* aplikacije */
#opis {
	position: absolute;
	padding: 0 20px !important;
	width: 720px;
	height: 405px;
	overflow: auto;
	z-index: 6;
	color: #fff;
	visibility: hidden;
	}
#opis h3, #baneri h3, #drugari h3 {
	font-size: 16pt;
	font-weight: bold;
	margin: 0;
}
#opis p, #baneri p, #drugari p {
	font-size: 12pt;
}

#naslov, #pitanje {
	position: relative;
	width: 100%;
	height: 48px;
	padding-top: 17px !important;
	clear: both;
	font-size: 18pt !important;
	text-align: center;
	color: #fff;
	}
#postavka {
	position: relative;
	width: 100%;
	height: 180px;
	clear: both;
	/*font-size: 60pt !important;*/
	text-align: center;
	color: #fff;
	padding-top: 10px !important;
	}
#pitanje span, #postavka span {
	border-bottom: 1px dotted;
	cursor: help;
	font: inherit;
}
#postavka label, #postavka input { font-size: 80pt !important; }
#engleski {
	position: relative;
	width: 100%;
	height: 100px;
	clear: both;
	font-size: 76px;
	text-align: center;
	color: #fff; /* #36393D; */
	padding-top: 30px !important;
	}

#srpski {
	position: relative;
	clear: both;
	height: 113px;
	font-size: 60pt;
	text-align: center;
	color: #fff;
	}
.tvoj_odgovor {
	border: none;
	border-bottom: 2px solid;
	background-color: transparent;
	text-align: center;
	color: inherit;
	}
#srpski .tvoj_odgovor { 
	width: 500px;
	font: inherit;
	}
#postavka .tvoj_odgovor {
	width: 200px;
	font: inherit;
	}
fieldset { padding: 0; margin: 0; border: none; }

#uspeh {
	position: relative;
	width: 100%;
	height: 90px;
	clear: both;
	text-align: center;
	font-size: 18pt;
	color: #fff;
	padding-top: 10px !important;
	}
#uspeh .tacno { color: #FFFF00; /* #008C00 */ }
#uspeh .greska { color: #CC0000; }
#uspeh .neodgovoreno { color: #FF7400; }

#statistika {
	position: relative;
	width: 100%;
	height: 50px;
	clear: both;
	font-size: 18pt !important;
	text-align: center;
	color: #fff;
	padding-top: 2px !important;
	}

/* #pitanje strong, #uspeh span, #uspeh strong, #statistika strong { font: inherit; } */
#uspeh strong { font-weight: bold; }

#istorija {
	position: absolute;
	padding: 0 20px !important;
	width: 720px;
	height: 405px;
	overflow: auto;
	z-index: 4;
	font: inherit;
	overflow: auto;
	color: #fff;
	visibility: hidden;
	}
#istorija pre { padding: 0; margin: 0;}

#preload { display: none; }
.govor { cursor: help; }
