﻿
div#home_content_hdr
{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 0 0 0;
  border: 0;
  background-image: url(../Images/home_content_header.gif);
  background-repeat: no-repeat;
}

div#home_content_hdr_image
{
  width: 1000px;
  height: 200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../Images/home_mozaiek.jpg);
  background-repeat: no-repeat;
}


/**************************************
  Home content header 2
  contains:
  - welcome label
  - news label 
 **************************************/

div#home_content_hdr2
{
  width: 1000px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 0 100px 0 100px;
  border: 0;
  background-image: url(../Images/home_content_hdr2.gif);
  background-repeat: repeat-y;
}

div#home_content_hdr2_welcome
{
  float: left;
  width: 400px;
  height: 35px;
  padding: 60px 0 0 100px;
}

.welcome
{
  font-size: 2.0em;
  font-weight: bold;
}

div#home_content_hdr2_news
{
  float: left;
  width: 425px;
  height: 45px;
  padding: 50px 0 0 75px;
}

.news
{
  font-size: 1.6em;
  font-weight: bold;
}


/**************************************
  Home content
  contains:
  - desciption label
  - news items list
 **************************************/

div#home_content
{
  width: 1000px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 0 100px 0 100px;
  border: 0px;
  background-image: url(../Images/home_content_content.gif);
  background-repeat: repeat-y;
}

div#home_content_description
{
  float: left;
  width: 400px;
  height: 100px;
  padding: 25px 0 25px 100px;
}

.description
{
  font-size: 1.0em;
  font-weight: bold;
  line-height: 1.6em;
}

div#home_content_news_items
{
  float: left;
  width: 400px;
  min-height: 100px;
  display: block;
  padding: 0 0 20px 75px;
  line-height: 2.0em;
}


#home_content_news_items a
{
  color: #456;
  text-decoration: underline;
}

#home_content_news_items a:hover
{
  color: red;
  text-decoration: underline;
}


/**************************************
 * Home content footer
 **************************************/

div#home_content_ftr
{
  width: 1000px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 0 100px 0 100px;
  border: 0;
  background-image: url(../Images/home_content_footer.gif);
  background-repeat: no-repeat;
}

div#home_content_ftr_maria
{
  float: left;
  height: 150px;
  width: 400px;
  padding: 0 0 0 100px;
}

div#home_content_ftr_thumbnails
{
  float: left;
  height: 250px;
  width: 425px;
  padding: 0 0 0 75px;
}

.thumbnail
{
  float: left;
  width: 150px;
  height: 150px;
  
}

.thumbnail_space
{
  float: left;
  display: block;
  width: 50px;
  height: 150px;
}

.thumbnail a
{
  display: block;
  width: 150px;
  height: 23px;
  color: White;
  text-align: center;
  padding-top: 7px;
  text-decoration: none;
  background-image: url(../images/home_button.gif);
  background-repeat: no-repeat;
}

.thumbnail a:hover
{
  font-weight: bold;
  background-image: url(../images/home_button_hover.gif);
  background-repeat: no-repeat;
}

#thumbnail_space;
{
  float: left;
  display: block;
  width: 50px;
  height: 150px;
}

