@charset "utf-8";
/* CSS Document Peta ekonomska škola "Rakovica"*/

/* blue color: #B4D2EF */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
}

a 
{
	font-size: 11px;
	color: #1D2845;
	text-decoration: underline;
}

a:hover
{
	font-size: 11px;
	color: #4661A6;
	text-decoration: underline;
}

p,td
{
	font-size: 11px;
	color: #1D2845;
}

h1
{
	font-size: 12px;
	font-weight: 500;
}

h2
{
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #1D2845;
}


#head
{
	background-image: url(space.gif);
}

#head-top
{
	font-size: 10px;
	text-align: right;
	text-decoration: none;
}

#head-top a 
{
	color: #1D2845;
	text-decoration: none;
}

#head-top a:hover 
{
	color: #4661A6;
	text-decoration: none;
}


#foot
{
	font-size: 10px;
	color: #fff;
}

#body
{
	padding: 5px;
	height: 550px;
}

.welcome
{
	font-size: 13px;
	font-weight: 600;
}

.home
{
	border-bottom: 1px dotted #B4D2EF;
}

.hr {
	border-bottom: 1px dotted #B4D2EF;
	padding-top: 8px;
	padding-bottom: 5px;
}

.flash {
	margin-top: 5px;
	margin-right: 5px;
	border: 1px solid #1D2845;
}

.s10 {
	font-size: 10px;
}

.s13 {
	font-size: 13px;
}