@CHARSET "UTF-8";

body, html
{
	text-align: center;
	background-color:#ffffff; 
	background-image: url(../images/back_body.jpg);
	background-repeat: repeat-x;
	font-family: verdana;
	font-size: 90%;
}

#wrapper
{	
	position: relative;
	width: 1000px;
	background-color: #ffffff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}

#header h1
{
	text-align: right;
	color: #b42112;
	margin: 0px;
	font-size: 160%;  
}

#header p
{
	color: #b42112;
	font-weight: bold;
	font-size: 120%;
	margin: 0px;
	margin-top: 5px; 
}

#header span img
{
	width: 290px;
	height: 70px;
	position: relative;
	float: left;
	margin-left: -10px;
	margin-top: 0px;
}

#header hr
{
	width: 655px;
	height: 5px;
	border-bottom: solid gray 1px;
	border-left: solid gray 1px;
	margin-right: 0px;
	background-color: #5a603a;
}

#navigation
{
	position: relative;
	float: left;
	background-color: #b42112;
	width: 960px;
	margin-left: 20px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	border-left: solid gray 2px;
	border-bottom: solid gray 4px;
	border-top: #6e1e16;
	font-weight: bold;
	
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}

#navigation ul
{
	list-style: none;
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
}	

#navigation li
{
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline;
}

#navigation a:link, #navigation a:visited
{
	text-decoration: none;
	font-size: 110%;
	color: #ffffff;
	border-right: solid 1px #3e603a;
	padding-left: 10px;
	padding-right: 10px;
}

#navigation a:hover
{
	color: #dc971e;
	text-decoration: underline;
}

#mega_content
{
	width: 965px;
	background-color: #b42112;
	position: relative;
	float: right;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	
	webkit-border-bototm-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	
	webkit-border-bototm-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
}

#left_menu
{
	position: relative;
	float: left;
	width: 170px;
	margin-left:10px;
	margin-top: 10px;
	background-image: url(../images/back_body.jpg);
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-top: 5px;
		
	webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
}

#news
{
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-top: 1px;
	text-align: left;
}

#left_menu h3
{
	margin-bottom: 0px;
}

#news ul
{
	list-style: none;
	margin-left: 0px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#news li
{
	margin-left: 0px;
	
}

#news li a:link, #news li a:visited
{
	margin-left: 0px;
	background-color: #ffffff;
	display: block;
	padding-top: 7px;
	text-decoration: none;
	border-bottom: solid 2px gray;
	font-size: 110%;
	color: #6F1D14;
	font-size: 100%;
}

#news li a:hover
{
	background-color: gray;

}

img.left_menu_images
{
	width: 160px;
	height: 160px;
	border: solid 1px #36415d;
}

#find_us
{
	margin-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 1px;
}

#find_us ul
{
	margin-left: -20px;
}

#find_us li
{
	margin-left: -2px;
	padding-bottom: 0px;
}

div.left_blocks
{
	background-color: #ffffff;
	padding-left: 3px;
	pading-right: 3px;
}

#content
{
	position: relative;
	float: right;
	width: 750px;
	background-color: #6f1d14;
	padding-top: 5px;
	border-left: solid gray 2px;
	border-bottom: solid gray 4px;
	text-align: justify;
	color: #ffffff;
	margin-top: 10px;
	margin-right: 15px;
	
	webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	
	webkit-border-bototm-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
}

#content h2
{
	background-color: #ffffff;
	color: #52150f;
	display: block;
	width: 710px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	text-align: right;
	margin-top: 0px;
	
	webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-bottomright: 25px;
}

#content p
{
	padding-left: 10px;
	padding-right: 10px;
}

img.pictures_on_right
{
	float: right;
        width: 250px;
        height: 170px;
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 0px;
	border: solid 1px #ffffff;
}

img.pictures_on_left
{
	float: left;
	width: 260px;
	height: 190px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: solid 1px #ffffff; 
}

#footer
{
	clear: both;
        position: relative;
	width: 961px;
	height: 90px;
	background-color: #6F1D14;
	margin-left: 20px;
	margin-right: 15px;
	color: #ffffff;
	border: solid 2px gray;
	
	webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	
	webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
}
#footer p
{
	padding-left: 25px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer_left
{
	clear: both;
	float: left;
}

#footer_right
{
	float: right;
	margin-right: 20px;
}

div.maps
{
	text-align: center;
}
div.maps a:link, div.maps a:visited
{
	color: white;
}

a.links
{
	color: #ffffff;
}

h3.subtitle
{
	margin-left: 10px;
}
p.names
{
	margin-left: 20px;
	font-weight: bold;
}

table.cenovnik, th, td
{
	border: solid #ffffff 2px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 5px;
	width: 600px;
}

td.cene
{
	text-align: center;
}

ul.locations
{
	list-style: none;
	margin-bottom: 30px;
}
ul.locations li
{
	padding-top: 15px;
}

ul.locations a:link, ul.locations a:visited
{
	color: white;
}

table.virtua
{
	border: solid 2px gray;
}

table.virtua, th, td
{
	border: solid 2px gray;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 5px;
	width: 600px;
	text-align: center;
	background-color: #B42112;
}

table.virtua img 
{
	border: none;
}
ul.levels li
{
	margin-right: 10px;
}

img.icon_doc
{
    border: none;
}

img.icon_doc a:link, img.icon_doc a:visited
{
    text-decoration: none;
    border: none;
}

table.table_upis
{
margin-left: 10px;
margin-right: 10px;
}
table.table_upis th
{
    background-color: maroon;
}

#slicica
{
    margin-right: 10px;
    padding-top: 0px;   
}

h3.subtitle_info
{
    margin-left: 10px;
    display: block;
    background-color: maroon;
    padding: 5px;
    padding-right: 0px;
    width: 550px;
    border-bottom: solid 1px #ffffff;
}

#languages
{
    background-color: #ffffff;
    text-align: left;
    position: relative;
    border-bottom: solid 1px maroon;
    margin-bottom: 5px;
}

img.flags
{
    width: 30px;
    height: 18px;
    border: solid 1px maroon;
}

td.flags
{
    border: none;
    background-color: transparent
}

h5
{
    margin-bottom: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    display: block;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
    width: 90px;
}

#signature
{
    position: absolute;
    top: 84px;
    right: 0px;
    color: #6F1D14;
}

#signature p
{
    text-align: right;
    font-size: 75%;
    padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 5px;
}

#signature a:link, #signature a:visited
{
    color: #6F1D14;
}
