@charset "utf-8";
* { margin: 0px; padding: 0px; }

html, body {
	text-align:left;
	font-family:Trebuchet MS, Helvetica, Tahoma, Geneva, Arial, sans-serif;
	font-size:15px;
	font-weight:normal;
	line-height:1.4;
	height:100%;
	color:#232323;
	background:url(background.jpg); background-position:center; background-position:top; background-repeat:repeat-x; background-color:#E9F4FA;
}

p { margin:0px 0px 20px 0px; }
img { border:none; }
div.clear { clear:both; }
img.absmiddle { vertical-align:middle; }

h1 { font-size:16px; font-weight:bold; color:#0071D6; }
h2 { font-size:15px; font-weight:bold; color:#D40433; }
h3 { font-size:14px; font-weight:bold; color:#0071D6; margin-bottom:7px; }

a:link, a:visited, a:hover { color:#0065CD; text-decoration:none; }
a:hover { text-decoration:underline; }

table td { color:#080808; font-size:18px; padding:4px 7px 4px 2px; }
input { padding:2px; width:250px; }
select { padding:2px; width:250px; }

div.paragraph { 
	margin:0px 0px 12px 0px;
	padding:4px;
	background-color:#D5E4FB;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

div#wrapper { width:640px; padding:0px 10px 10px 10px; }
div#topInfo {
	width:230px;
	font-size:10px;
	padding:2px 4px 2px 4px;
	margin-bottom:10px;
	background-color:#D5E4FB;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
div#opozorilo { font-weight:bold; color:#FF0000; margin:8px; }
div#uspeh { font-weight:bold; color:#009900; margin:8px; }
div#pozdrav { font-weight:18px; font-weight:bold; color:#000BF3; width:230px; }