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

#wraper { 
width: 1200px;
margin:auto; 
}
	
#header {
background-image:url(../image/heder.jpg);
width: 1200px;
height: 312px;
}

#container {
	background-image:url(../image/container.jpg);
	width: 1200px;
	height: 800px;
}

#menu {
width:342px;
height: 210px;
float: left;
}

.crta-crvena {
	border-bottom: 2px solid #F93504;}
.crta-siva {
	border-bottom: 2px solid #666;}

#menu a, #menu a:visited {
  text-decoration: none; 
  text-align: right;
  color:#000; 
  display:block; 
  width: 180px; 
  height:25px;
  padding-top: 15px;
  margin-left: 160px;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  }
#menu a:hover {
  border-bottom:2px solid #F00; 
  text-align:right;
  }

#container-picture {
	background-image:url(../image/mision.jpg);
	height: 700px;
	width: 580px;
	float: right;
	margin-right: 273px;
	margin-top: 0px;
}
#container-herde {
	background-image:url(../image/herde.jpg);
	width: 850px;
	height: 700px;
	margin-left: 345px;
}

#text-top {
	width: 300px;
	text-align: right;
	margin-left: 110px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 35px;
}

#text-down {
	width: 500px;
	text-align: left;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 380px;
}

#copyright {
	color: #FFFFFF;
}


