@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-kontakt {
	background-image:url(../image/kontakt.jpg);
	height: 690px;
	width: 845px;
	float: right;
}

#text-top {
	width: 300px;
	text-align: right;
	margin-left: 260px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 95px;
}

#copyright {
color:#FFFFFF;}



