@CHARSET "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=latin-ext,latin);
BODY{ 
  margin: 0px;padding: 0px; text-align: center; 
  font-family: 'Roboto', Arial, Verdana, Geneva, sans-serif; color: #3f3f3f; font-size: 15px;  font-weight: 300; line-height: 18px;
  background-color: #f7f7f7;
}
#header_container {background-color: #f7f7f7;}
#header_top {height: 7px; background-color: #cdcfd3;}
#header_bottom {/*height: 69px;*/}

#content {background-image: url("images/landing_pattern_bg.png"); background-repeat: repeat-x; background-position: 0px 150px; height: 100%;}
#logo {
  height:110px;
  background-image: url("images/landing_logo.png"); background-repeat: no-repeat; background-position: center;
  margin-top: 131px;}
#izberite {font-size: 30px; margin-top: 53px; margin-bottom: 56px;}
#choice {height: 204px; margin-bottom: 61px;}
.green_square {
  background-color: #00a551;
  height: 204px; width: 204px;
  display: inline-block;
  cursor: pointer;
}
.green_square:hover {background-color: #00974a;}
#racunovodstvo {
  margin-right: 49px;
  background-image: url("images/racunovodstvo_logo.png"); background-repeat: no-repeat; background-position: center center;
}
#nepremicnine {background-image: url("images/nepremicnine_logo.png"); background-repeat: no-repeat; background-position: center center;}
#contact {font-weight: 400; line-height: 27px;}
.green {color: #00a551;}
.tenit {font-size: 18px; font-weight: 500;}
.address {color: #393939;}
.contacts {color: #686868;}
