/* 1KA default theme */

body {
    color: #333;
    font-size: 75%;
    font-family: Arial, sans-serif;
}

#outercontainer {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

#container {
	position: relative;
	margin-top: 30px;
}

#logo {
	background: url("uni/uni.png") no-repeat scroll 100% 0 transparent;
}
#logo a {
	width: 104px;
	height: 79px;
}
h1 {
	padding: 80px 0 50px 0;
	font-size: 170%;
}


#progress_bar {
	right: auto;
	left: 20px;
	top: 42px;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	padding: 3px 6px;
}
#progress_bar div {
	border: 1px solid #777;
}
#progress_bar div span {
	background-color: #EF0F07;
}

div.grupa {
	border-top: 1px solid #ccc;
}

div.spremenljivka {
	padding: 25px 20px;
	border-bottom: 1px solid #999;
}

div.buttons {
	padding: 25px 20px;
	border-bottom: 1px solid #ccc;
}
div.buttons input {
	padding: 0 10px;
}

#footer_survey {
	padding: 25px 20px;
	font-family: Times New Roman;
}
#footer_survey a, #footer_survey a:visited {
	color: #333;
	text-decoration: none;
}
#footer_survey a:hover, #footer_survey a:active {
	text-decoration: underline;
}

#footer_survey p.footer_survey_UL { 
	display: block;
	color: #EF2A23;
}
#footer_survey p.footer_survey_FDV {
	color: #EF2A23;
}