@import "template.css";
@import "page.css";
@import "forms.css";
@import "filter.css";

/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 990px;}

/*Header height*/
#header {height: 200px;}

/*Column's width*/
#left {width: 260px; padding: 5px 0 10px 5px;}
#page {width: 711px; padding: 7px;}

/*Height of the footer */
#footer {height: 50px;}
#content {padding-bottom: 50px;}

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
}
#container {
  text-align: left;
  font-size: 0.8em;
}
#header {
  width: 990px;
}
#header_flash {
  position: absolute;
  top: 0;	
  z-index: 1;
  margin: 0;
}
#header img.logo {
  margin: 20px 0 0 30px;
  position: absolute;
  z-index: 50;
}
#left .lode {
  text-align: center;
  margin: 5px 0;
}
#left .lode a {
  font-weight: bold;
  color: #fff;
  font-size: 1.4em;
  background: url(../images/bg_filter.jpg) repeat-x 0 -80px;
  display: block;
  height: 50px;
  line-height: 50px;
}
#left .lode a:hover {
  background: url(../images/bg_filter.jpg) repeat-x bottom;
  color: #015698;
}


#filter {
  margin-bottom: 5px;
  padding: 10px 0;
}
#left .kontakt {
  background: url(../images/ico_contact.jpg) 0 0 no-repeat;
  padding-left: 80px;
  font-size: 0.80em;
  margin: 20px 0 0 0;
}
#left .kontakt h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  color: #005baa;
  padding: 0;
}
#footer {
  width: 100%;
  font-size: 0.8em;
}
#foot {
  text-align: center;
  color: #015698;
  font-weight: normal;
  margin-top: 10px;
}
#foot a {
  color: #015698;
  text-decoration: none;
  font-weight: bold;
}
#foot a:hover {
  color: #00AFE6;
  text-decoration: none;
}
#makedby {
  display: block;
  position: absolute;
  color: #00AFE6;
  width: 200px;
  right: 8px;
  top: 8px;
  text-align: right;
}
#makedby a {
  color: #00AFE6;
  text-decoration: none;
}
#makedby a:hover {
  color: #015698;
  text-decoration: none;
}

/******* Top menu *******/
#header .menu {
  height: 39px;
  line-height: 39px;
  margin-top: 1px;
  width: 680px;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 280px;
}
#header .menu ul li a {
  background: url(../images/separ_topmenu.gif) right center no-repeat;
  padding-left: 15px;
  padding-right: 25px;
  height: 39px;
  float: left;
  color: #fff;
  text-decoration: none;
}
#header .menu ul li a:hover {
  color: #9AE0F9;
}

/* ------- left menu --------- */
#left .menu {
  background: #b3ebf6;
  width: 260px;
  padding-top: 5px;
}
#left .menu ul li a {
  color: #003b6d;
  font-weight: bold;
  background: url(../images/separ_leftmenu.gif) left bottom no-repeat;
  display: block;
  width: 225px; 
  padding: 2px 5px 7px 30px;
}
#left .menu ul li a:hover {
  color: #00AFE6;
}

/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.8em;
  color: #015698;
  font-weight: normal;
  font-style: normal;
}
h2 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.6em;
  color: #005BAA;
  font-weight: normal;
}
h3 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
}


a {
  color: #005BAA;
  text-decoration: none;
}
a:hover {
  color: #00AFE6;
  text-decoration: none;
}


/*developer*/
body {background: #dbedf1;}
#container {background: #fff url(../images/bg_content.jpg) no-repeat 0 200px;}
#header {background: #036DBB url(../images/bg_header.jpg) no-repeat;}
#filter {background: url(../images/bg_filter.jpg) repeat-x top;}
#footer {background: #dbedf1;}
/*
#content {background-color: #afdbff;}
#left {background-color: #811f72;}
#page {background-color: #97468b;}
*/

