body {
	font-family: sans-serif;
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 150%;
	min-width: 500px;
}

a:link {
	text-decoration: none; color: #357EC7;
}
a:visited {
	text-decoration: none;
	color: #4B0082;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CD5C5C;
}

#header {
	border-bottom: 2px solid #357EC7;
	color: #357EC7;
	background-color: #F8F8FF;
	height: 74px;
	width: 100%;
	z-index: -2;
}

#header-title {
	font-size: 26px;
	padding: 7px 0em 7px 0em;
	color: #357EC7;
	max-width: 770px;
	line-height: 60px;
	margin-left: auto;
	margin-right: auto;
	width: 73%;
}

#logo-imunes {
	position: absolute;
	vertical-align: top;
	width: 56px;
	height: 58px;
	background: url(../images/imunes_logo.png);
}

#reg-text {
	margin-left: 70px;
	width: 33%;
}

#logos {
	vertical-align: top;
	font-size: 26px;
	width: 174px;
	float: right;
}

#logos a {
	margin-right: 0px;
	margin-left: 20px;
	float: right;
}

#social {
	vertical-align: top;
	font-size: 26px;
	float: right;
}

#social a {
	margin-right: 0px;
	margin-left: 5px;
	float: right;
}

#social-fb {
	width: 30px;
	height: 30px;
	margin-left: 0px;
	background: url(../images/fb.png) right;
}

#social-fb:hover {
	background: url(../images/fb.png);
}

#social-gp {
	width: 30px;
	height: 30px;
	margin-left: 0px;
	background: url(../images/gp.png) right;
}

#social-gp:hover {
	background: url(../images/gp.png);
}

#logo-unizg {
	width: 57px;
	height: 57px;
	margin-left: 0px;
	background: url(../images/unizg3.png) right;
}

#logo-unizg:hover {
	background: url(../images/unizg3.png);
}

#logo-fer {
	margin-top: 14px;
	width: 76px;
	height: 32px;
	margin-left: 10px;
	background: url(../images/fer4.png) bottom;
}

#logo-fer:hover {
	background: url(../images/fer4.png);
}

#main {
	margin-left: auto;
	max-width: 1000px;
	margin-right: auto;
	padding: 10px 20px 20px 20px;
}

#content {
	background-color: #F8F8FF;
	width: 73%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #D3D3D3;
	padding: 10px 20px 20px 20px;
	text-align: justify;
	word-wrap: break-word;
}

#sidebar {
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 300px;
}

#content h1 {
	text-align: left;
        color: #4B0082;
        padding-bottom: 16px;
        border-bottom: 2px dashed #B3B3B3;
        font-size: 22px;
}

#content h2 {
	text-align: left;
	color: #5E00A2;
	padding-bottom: 16px;
	border-bottom: 2px dashed #B3B3B3;
	font-size: 16px;
}

#content h3 {
	color: #8E1489;
	font-size: 16px;
	margin-bottom: 0px;
}

#content h4 {
	color: #8E1489;
	padding-left: 10px;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 10px;
}

#content p {
	padding-left: 18px;
	padding-right: 25px;
	font-size: 14px;
	margin: 5px 0 0 0;
}

#content code {
	font-family: Courier,mono,monospace;
	font-size: 13px;
}

#content pre {
	border: 1px dashed #E1E1E1;
	color: #333344;
	background:#FAFAFA;
	font-family:monospace;
	overflow:auto;
	font-size:14px;
	padding:0.5em;
}

#content ul {
	padding-left: 37px;
	padding-right: 37px;
	list-style-type:circle;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#content #gallery img {
	display: inline-block;
	height: 55px;
	padding: 3px;
	border: 2px dashed #CD5C5C;
}

#footer {
	border-top: 1px solid #357EC7;
	margin-top: 1.5em;
	height: 35px;
	width: 100%;
	vertical-align: middle;
}

#footer-content {
	padding-top: 0.65em;
}

#footer p {
	float: left;
	margin: 0px;
	padding: 0px;
	color: #357EC7;
	vertical-align: middle;
}

#footer a {
	vertical-align: middle;
}

#footer img {
	margin-left: .25em;
	margin-right: 1em;
	float: right;
}

#navigation {
	margin-left: auto;
	margin-right: auto;
	width: 73%;
}

#navigation ul {
	display: table;
	border-style: solid solid solid solid;
	border-color: #BCD2E6;
	border-width: 2px 1px 2px 1px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#navigation li {
	display: table-cell;
	border-style: none solid none solid;
	border-color: #BCD2E6;
	border-width: 1px;
	vertical-align: middle;
	width: 14.28%; /* 100%/7 - 7 elements */
	text-align: center;
	height: 35px;
}

#navigation li a {
	padding: 6px 0px 6px 0px;
	text-decoration: none;
	font-size: 16px;
}

#navigation li a:link, #navigation li a:visited {
	color: #357EC7;
}

#navigation li:hover {
	color: #357EC7;
	background-color: #e2ebf4;
}

#navigation li.current {
	background-color: #e2ebf4;
}
