/* 1KA default theme */

body {
    color: #333;
    font-size: 90%;
    font-family: "Times New Roman", Times, serif;
    background-color: #ffffff;		
}

#outercontainer {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}

#container {
	position: relative;
	margin-top: 30px;
}

#logo {
        right: auto;
	left: 0px;
	top: 0px;
	background: url (http://raziskave.ef.uni-lj.si/main/survey/uploads/1054_akreditacije.png)-no-repeat scroll 100% 0 transparent;
}
#logo a {
        
	width: 144px;
	height: 93px;
}
h1 {
	padding: 120px 0 50px 0;
	font-size: 170%;
}


#progress_bar {
	right: 200px;
	left: auto;
	top: 50px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	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, #footer_survey p.footer_survey_FDV { 
	display: block;
}
#footer_survey p.footer_survey_FDV {
	color: #EF2A23;
}