body, blockquote, dl, ol
{
    font-family: sans-serif;
    font-size: 12px;
    color: #ffffff;
    background-color: #a90000;
    background-image: url(red-grunge-background.jpg);
    background-repeat: repeat;
    background-position: top left;
    margin-top: 30px;
    margin-left: 20%;
    margin-right: 20%;
	text-align: center;
}

.textfield
{
	font-size: 11px;
	color: #333333;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding-left: 1px;
    text-align: center;
}

td 
{
	font-size: 12px;
}

th
{
	font-weight: bold;
	text-align: left;
}

h1
{
	color: #ffffff;
	margin: 0px 0px 5px;
	padding: 0px 0px 3px;
	font: bold 24px Verdana, Arial, Helvetica, sans-serif;
/*	border-bottom: 1px dashed #E6E8ED; */
}

h2
{
	display: block;
	background-color: #a90000;
/*	background-image: url(header1.jpg); 
	background-repeat: no-repeat; */
	color: #000000;
	font-family: sans-serif;
	font-size: 24px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	width: 700px;
	height: 100px;
	border-top: 10px solid #a90000;
	border-left: 15px solid #a90000;
	border-right: 65px solid #a90000;
}

.tekst
{
	display: block;
	background-color: transparent;
/*	background-image: url(naslov_bg.png);
	background-repeat: repeat-x repeat-y; */
	color: #ffffff;
	font-family: sans-serif;
	font-size: 13px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	width: 700px; 
/*	height: 400px;*/
	border-left: 15px solid #a90000;
	border-right: 65px solid #a90000;
	border-bottom: 10px solid #a90000;
}

.rinfo
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    text-align: center;
    width: 600px;
}

/* stil za normalne linkove */
a:link, a:visited
{
    color: #fff;
    text-decoration: none;
}

a:hover, a:active
{
    color: #fff;
    text-decoration: underline;
}

/* stil za linkove glavnog menija */
a.m
{
    padding: 5px 5px 5px 5px;
    background-color: #a90000;
    color: white;
    text-decoration: none;
    font-size: 24px;
}
a.m:link
{
    padding: 5px 5px 5px 5px;
    background-color: #a90000;
    color: white;
    text-decoration: none;
    font-size: 24px;
}

a.m:hover, a.m:active
{
    padding: 5px 5px 5px 5px;
    background-color: #a90000;
    color: #ffffff;
    font-size: 24px;
	border-top: 5px solid #d00000;
	border-bottom: 5px solid #d00000;
	border-left: 5px solid #d00000;
	border-right: 5px solid #d00000;
}

/* stil za linkove podmenija */
a.r
{
    padding: 5px 5px 5px 5px;
    background-color: #a90000;
    color: white;
    text-decoration: none;
    font-size: 18px;
}
a.r:link, a.r:visited
{
    padding: 5px 5px 5px 5px;
    background-color: #a90000;
    color: white;
    text-decoration: none;
    font-size: 24px;
}

a.r:hover, a.m:active
{
    padding: 5px 5px 5px 5px;
    background-color: #a90000;
    color: #ffffff;
    font-size: 24px;
	border-top: 5px solid #d00000;
	border-bottom: 5px solid #d00000;
	border-left: 5px solid #d00000;
	border-right: 5px solid #d00000;
}

.err
{
	color: #f5f510;
    text-align: left;
    font-size: 14px;
    background: transparent;
}

div {
    display: block;
	background-color: transparent;
    text-align: center;
    width: 700px;
}
