@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #15200c;
}

a:link, a:visited, a:active {
	color: #6C3600;
	text-decoration: underline;
}

a:hover {
	color: #371C00;
	text-decoration: underline;
}


a:focus {
    outline: none;
}

input {
	border: 1px solid #E9D9B8;
	background-color: #FDFFEE;
	margin: 0px 4px 0px 0px;
	padding: 4px;
	font-size: 11px;
}
input.radio {
	border: none;
	background-color: transparent;
}



textarea {
	border: 1px solid #E9D9B8;
	background-color: #FDFFEE;
	padding: 4px;
}


table {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: none;

}

table.raspored {
	font-size: 11px;

}

td {
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}



.button {
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px 5px 5px;
	height: 30px;
	width: 80px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: none;
	background-color: transparent;
	font-size: 11px;
	color: #585834;
	font-weight: bold;
}

.button:hover {
	border: none;
	background-color: transparent;
}


#traka {
	height: 166px; 
	width: 330px;
	float: right;
 }


#wraper {
	margin: auto;
	padding: 0px;
	width: 1040px;    
}

#wraper-head {
	background-image: url(../images/container-head.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 1040px;
}


#wraper-mid {
	background-image: url(../images/container-bg2.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 1040px;
	float: left;
	height: auto;
}


#wraper-foot {
	background-image: url(../images/container-foot.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 1040px;
	height: 20px;
}

#container {
	margin: auto;
	padding: 0px;
	width: 1000px;    
}

#container h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 24px;
	color: #54500c;
	font-weight: 100;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 25px;
}


#top {
	margin: auto;
	padding: 0px;
	height: 95px;
	width: 1000px;
}

#twitter-box {
	padding: 0px;
	float: right;
	height: 25px;
	width: 690px;
	background-color: #FFFFCC;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/twitter.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#twitter-box ul {
	list-style-type: none;
	margin:0px;
	padding: 5px 0px 5px 0px;
}

#twitter-box li {
	padding: 0px 0px 0px 35px;
	font-weight: bold;
	color: #333333;
	font-style: oblique;
}



#logo {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	height: 95px;
	width: 260px;
}

#language {
	margin: 0px;
	padding: 6px 8px 0px 0px;
	float: right;
	height: 20px;
	width: 200px;
}

#language p {
	padding: 12px 5px 5px 5px;
	margin: 0px;
	text-transform: uppercase;
	color: #CCCCCC;
	font-size: 11px;
	float: left;
}

.lat {
	background-color: #eaeb91;
	border: 1px solid #D5D684;
	text-align: center;
	margin: 8px 8px 0px 0px;
	padding: 3px;
	float: right;
	width: 57px;
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
}

.lat a {
	color: #666666;
	text-decoration: none;
}


#navmenu {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: right;
	height: 40px;
	width: 740px;
}


 #navmenu ul {
	list-style-type: none;
	float: right;
	width: 705px;
	height:40px;
	padding: 0px;
	margin:0px;
 }
 

 
 #navmenu li {
	list-style-type: none;
	float: left;
	height:40px;
	margin: 0px;
	padding: 0px;
}


#navmenu li a {
    width: 97px;
	height: 40px;
	font-size: 0px;
	background-position: top left;
	outline: none;
	color: #ffffff;
	float: left;
	margin: 0px 3px 0px 0px;

}

#navmenu li a:hover {
	background-position: bottom left !important;
}

#navmenu li a.oskoli {
	background-image: url('../images/oskoli.gif');
}

#navmenu li a.informator {
	background-image: url('../images/informator.gif');
}

#navmenu li a.nastavni-program {
	background-image: url('../images/nastavni-program.gif');
}
#navmenu li a.strucni-kadar {
	background-image: url('../images/strucni-kadar.gif');
}

#navmenu li a.e-dnevnik {
	background-image: url('../images/e-dnevnik.gif');
}

#navmenu li a.galerija {
	background-image: url('../images/galerija.gif');
}

#navmenu li a.vesti {
	background-image: url('../images/vesti.gif');
}


#mainpic {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 980px;
}




#flash {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 326px;
	width: 1000px;
}

#boxes {
	background-image: url(../images/boksovi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 360px;
	width: 1000px;
}


#boxes2 {
	background-image: url(../images/boksovi2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 360px;
	width: 665px;
}

.boximg {
	background-color: #ebe6d6;
	padding: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	border: 1px solid #b2af81;
}

.boxmore {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: right;
}


.box {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 354px;
	width: 330px;
}

.box p {
	margin: 0px;
	padding: 0px 15px 0px 25px;
	text-align: justify;
}

#content {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 670px;
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}





#content-box {
	margin: 20px auto 70px auto !important;
	padding: 0px;
	width: 600px;
	height: auto !important;
	font-size: 12px;
	color: #646262;
}

#content-box p {
	font-size: 12px;
}

#content-box h1 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 34px;
}



#content-box h2 {
	font-size: 28px;
	padding-left:0px !important;
}

#content-box h3 {
	font-size: 24px;
	padding:inherit;
}



#content-box img {
	background-color: #FFFDEB;
	margin: 0px;
	padding: 5px;
	border-top-color: #C0BB99;
	border-right-color: #C0BB99;
	border-bottom-color: #C0BB99;
	border-left-color: #C0BB99;
}

#e-content {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 1000px;
	background-image: url(../images/e-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#e-content-box {
	margin: 20px auto 70px auto !important;
	padding: 0px;
	width: 900px;
	height: auto !important;
	font-size: 12px;
	color: #646262;
}

#e-content-box h1 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 34px;
}





#rightside {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 330px;
}

#submenu, #feed-vesti {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 361px;
	width: 330px;
}

#submenu {
	background-image: url(../images/rightside.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#submenu h3 {
	color: #6F1543;
}


#submenu ul{
	margin: 10px auto auto auto;
	padding: 0px;
	width: 280px;
}

#submenu li{
	display: list-item;
	list-style-type : none;
	padding: 7px 0px 7px 0px;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDDDE6;
}

#submenu a {
	color: #DE97A9;
	text-decoration: none;
}

#submenu a:hover {
	color: #6F1543;
	text-decoration: none;
}


#feed-vesti {
	background-image: url(../images/vesti-feed.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#feed-box {
	margin: 10px auto auto auto;
	padding: 0px;
	width: 280px;
}

#anketa {
	margin: 0px auto auto auto;
	padding: 0px;
	width: 280px;
}

#anketa ul li {
   padding-top: 5px;
   border:none !important;
}

#anketa p {
   padding-top: 0px;
}



#feed-vesti h3 {
	color: #2C4269;
}

#feed-vesti h4 {
	color: #357886;
	font-size: 14px;
	margin: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}




.postbox {
	padding: 10px;
	margin: 10px 20px 5px 0px;
	float: left;
	width: 260px;
	height: 370px;
}


/* imgs */


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright {
	padding: 4px;
	margin: 0px 15px 2px 15px;
	display: inline;
	background-color: #D8CCAF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #BDA877;
	border-right-color: #BDA877;
	border-bottom-color: #BDA877;
	border-left-color: #BDA877;
}

img.alignleft {
	padding: 4px;
	margin: 0px 7px 2px 0px;
	display: inline;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 2px;
}

.aligncenter {
	margin: 15px 0px 0px 20px;
	padding: 5px;
	background-color: #EBE6D6;
	border: 1px solid #BEAE7C;
}

.storyimgleft {
	padding: 5px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	background-color: #EBE6D6;
	border: 1px solid #BEAE7C;

}


#vesti {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 320px;
	width: 325px;
}

#vesti ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 95%;
}

marquee {
	float: right;
}

#vesti li {
	display: block;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

#vesti li a {
	font-style: oblique;
	color: #76001D;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#vesti li a:hover {
	color: #aa4a6a;
	text-decoration: none;
}

#vesti .vise {
	margin: 0px;
	padding: 0px !important;
}




/* #news {
	background-image: url(../images/vesti.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 285px;
	width: 670px;
}

#news h2 {
	color: #357886;
	width: 540px;
	float: left;
}

#news h3 {
	color: #357886;
	font-size: 14px;
	margin: 0px;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 0px;
}

#news a {
	color: #488b9e;
	text-decoration: underline;
}

#news a:hover {
	color: #2B535E;
	text-decoration: none;
}


#newsbox {
	padding: 0px;
	width: 645px;
	margin: 0px;
	float: left;
}

#newsbox p {
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

#newsbox .boximg {
	float: left;
	margin-top: 10px;
	margin-left: 35px;
}

.date {
	font-size: 10px;
	color: #999999;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	float: right;
	width: 80px;
}

*/

.rss {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	float: left;
	width: 350px;
}





#foto {
	background-image: url(../images/galerija.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 360px;
	width: 330px;
}

#foto h3 {
    padding-left: 15px !important;
}

#foto img {
	background-color: #EFFFCC;
	padding: 3px;
	margin: 0px;
}

#foto img:hover {
	background-color: #C0BB99;
}

#foto table {
   margin: auto;
}

#foto td {
	margin: 0px;
	padding: 2px;
}




/* latin */

#navmenu-lat li a:hover {
	background-position: bottom left !important;
}

#navmenu-lat li a.oskoli {
	background-image: url('../images/oskoli-lat.gif');
}

#navmenu-lat li a.informator {
	background-image: url('../images/informator-lat.gif');
}

#navmenu-lat li a.nastavni-program {
	background-image: url('../images/nastavni-program-lat.gif');
}
#navmenu-lat li a.strucni-kadar {
	background-image: url('../images/strucni-kadar-lat.gif');
}

#navmenu-lat li a.e-dnevnik {
	background-image: url('../images/e-dnevnik-lat.gif');
}

#navmenu-lat li a.galerija {
	background-image: url('../images/galerija-lat.gif');
}

#navmenu-lat li a.vesti {
	background-image: url('../images/vesti-lat.gif');
}


#news-lat {
	background-image: url(../images/vesti-lat.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 285px;
	width: 670px;
}

#news-lat h2 {
	color: #357886;
	width: 540px;
	float: left;
}

#news-lat h3 {
	color: #357886;
	font-size: 14px;
	margin: 0px;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 0px;
}


#foto-lat {
	background-image: url(../images/galerija-lat.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 285px;
	width: 330px;
}

#foto-lat h3 {
    padding-left: 15px !important;
}

#foto-lat img {
	background-color: #EFFFCC;
	padding: 3px;
	margin: 0px;
}

#foto-lat img:hover {
	background-color: #C0BB99;
}

#foto-lat table {
   margin: auto;
}

#foto-lat td {
	margin: 0px;
	padding: 2px;
}



/* english */

#navmenu li a.about {
	background-image: url('../images/about.gif');
}

#navmenu li a.info-letter {
	background-image: url('../images/info-letter.gif');
}

#navmenu li a.curriculum {
	background-image: url('../images/curriculum.gif');
}
#navmenu li a.faculty {
	background-image: url('../images/faculty.gif');
}

#navmenu li a.e-report {
	background-image: url('../images/e-report.gif');
}

#navmenu li a.gallery {
	background-image: url('../images/gallery.gif');
}

#navmenu li a.news {
	background-image: url('../images/news.gif');
}

#photo {
	background-image: url(../images/gallery.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 285px;
	width: 330px;
}

#photo h3 {
    padding-left: 15px !important;
}

#photo img {
	background-color: #EFFFCC;
	padding: 3px;
	margin: 0px;
}

#photo img:hover {
	background-color: #C0BB99;
}

#photo table {
   margin: auto;
}

#photo td {
	margin: 0px;
	padding: 2px;
}

#news-eng {
	background-image: url(../images/news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 285px;
	width: 670px;
}

#news-eng h2 {
	color: #357886;
	width: 540px;
	float: left;
}

#news-eng h3 {
	color: #357886;
	font-size: 14px;
	margin: 0px;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 0px;
}







.noborder {
   background-color: transparent !important;
   padding: 0px;
}

#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: left;
	height: 220px;
	width: 1040px;
}

#footercontent {
	margin: auto;
	padding: 0px;
	height: 170px;
	width: 1000px;
}

#footercontent h4 {
	color: #666666;
	margin: 40px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}

#footercontent p {
	padding-right: 25px;
	padding-left: 5px;
}

#footercontent a {
	color: #CC0000;
	text-decoration: underline;
}

#footercontent a:hover {
	color: #333333;
	text-decoration: underline;
}

#footercontent img {
	margin: 0px 6px 6px 20px;
	padding: 0px;
	float: left;
}

#forumbox {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 170px;
	width: 395px;
}


#kontaktbox {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 170px;
	width: 335px;
}

#pagesbox {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 170px;
	width: 270px;
}

#pagesbox a {
	color: #666666;
	text-decoration: underline;
}

.pages {
	width: 270px;
	height: 30px;
	float:left;
}

#footmenu {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	height: 50px;
	width: 1000px;
	float: left;
	text-align: center;
}

#footmenu ul {
	margin: auto;
	padding: 0px;
	width: 550px;
	height: 45px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #515151;
}

#footmenu li {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

#footmenu li a {
	color: #BABABA;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BABABA;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#footmenu li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footmenu .separator {
    border-right: none !important;
}

#copyright {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 80px;
	float: left;
	text-align: center;
}

#copyright a {
	color: #BABABA;
	text-decoration: none;
}

#copyright a:hover {
	color: #ffffff;
	text-decoration: underline;
}

