@import "template.css";
@import "page.css";
@import "dropdown_menu.css";

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

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

/*Column's width*/
#page {width: 460px; margin-left: 18px; padding: 0 20px;}
#right {width: 202px; margin-right: 20px;}

/*Height of the footer */
#footer {height: 40px; padding-top: 20px;}
#content {padding: 30px 0 60px 0;}

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  background-image: url(../images/bg_body.jpg);
  background-position: top;
  background-repeat: repeat-x;
}
#container {
  text-align: left;
  background-image: url(../images/bg_container.gif);
  background-repeat: repeat-y;
}
#lcorner {
  width: 15px;
  height: 20px;
  background-image: url(../images/bg_leftcorner.gif);
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  top: 203px;
  left: -15px;
}
#rcorner {
  width: 15px;
  height: 20px;
  background-image: url(../images/bg_rightcorner.gif);
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  top: 203px;
  right: -15px;
}
* html #rcorner {
  right: -14px;
}


#header {
  background-image: url(../images/bg_header.jpg);
  background-repeat: no-repeat;
  background-position: top;
}
#header a.logo {
  width: 176px;
  height: 109px;
  display: inline;
  float: left;
  background: transparent url(../images/5ulo_a.gif) no-repeat;
  margin: 20px 0 0 50px;
}
#header a.logo:hover {
  background: transparent url(../images/5ulo_ahover.gif) no-repeat;
}


#topmenu {
  background-image: url(../images/bg_topmenu.jpg);
  background-repeat: no-repeat;
  background-position: top;
  height: 30px;
  line-height: 30px;
  font-size: 0.8em;
  position: relative;
  z-index: 100;
}
#content {
  background-image: url(../images/bg_content.gif);
  background-repeat: no-repeat;
  background-position: top;
}
#page {
  font-size: 0.8em;
  z-index: 1;
}

#footer {
  width: 100%;
  font-size: 0.6em;
  clear: both;
  z-index: 10;
  position: relative;
  margin-top: -60px;
  color: #9d8267;
}
#footer a {
  color: #685440;
}
#footer #foot {
  text-align: center;
  font-weight: bold;
}
#footer #foot a {
  text-decoration: none;
}
#footer #foot a:hover {
  text-decoration: none;
}
#footer #makedby {
  display: block;
  position: absolute;
  width: 200px;
  right: 20px;
  top: 20px;
  text-align: right;
}
#footer #makedby a {
  text-decoration: none;
  font-weight: normal;
}
#footer #makedby a:hover {
  text-decoration: none;
}

/********************** RIGHT BOXES *************************/
#menu, #stream, #music, #citaty {
  display: block;
  background-position: top;
  background-repeat: no-repeat;
  width: 182px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0;
}
#menu, #music, #citaty {
  min-height: 51px; /* mudre prehliadace */
}
* html #menu, * html #music, * html #citaty {
  height: 51px; /* min-height pre IE6 */
}
#stream {
  min-height: 105px;
}
* html #stream {
  height: 105px;
}

#menu {background-image: url(../images/bg_rmenu_top.jpg); background-color: #D90119;}
#stream {background-image: url(../images/bg_stream_top.jpg); background-color: #FD6001;}
#music {background-image: url(../images/bg_music_top.jpg); background-color: #528D57;}
#citaty {background-image: url(../images/bg_citaty_top.jpg); background-color: #20445A;}

#menub, #streamb, #musicb, #citatyb {
  width: 202px;
  height: 18px;
  display: block;
  background-position: top;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
#menub {background-image: url(../images/bg_rmenu_bottom.jpg);}
#streamb {background-image: url(../images/bg_stream_bottom.jpg);}
#musicb {background-image: url(../images/bg_music_bottom.jpg);}
#citatyb {background-image: url(../images/bg_citaty_bottom.jpg);}


/************************ MENU ****************************/
/* Dropdown */
#dropdown_menu {
  margin: 0;
  padding: 0;
}
/********** PRVA UROVEN ********/
#dropdown_menu .menu ul li a {
  color: #fff;
  font-weight: normal;
  padding: 0 20px;
  display: block;
}
#dropdown_menu .menu ul li a:hover {
  background-color: #092835;
}

/********** DRUHA UROVEN ********/
#dropdown_menu .menu ul ul {
  top: 30px;
  width: 180px;
  z-index: 150;
}
#dropdown_menu .menu ul ul li {
  display: block;
  width: 180px;
  margin: 0;
  padding: 0;
}

#dropdown_menu .menu ul ul li a {
  color: #fff;
  font-weight: normal;
  display: block;
  height: 30px;
  padding: 0 20px;
  background-color: #145771;
}
#dropdown_menu .menu ul ul li a:hover {
  background-color: #092835;
}


/* ------- left menu --------- */
#right .menu {
  text-align: right;
  font-size: 0.8em;
}
#right .menu ul li a {
  color: #fff;
  display: block;
  padding: 2px 5px;
}
#right .menu ul li a:hover {
  text-decoration: underline;
  background-color: #DC3443;
}

/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.6em;
  color: #1c507c;
  font-weight: normal;
  font-style: normal;
}
h2 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.6em;
  color: #2081d4;
  font-weight: normal;
}
h3 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
}
h4 {
  background: #5babcf url(../images/bg_menutit.jpg) no-repeat;
  display: block;
  height: 28px;
  padding: 13px 5px 0 15px;
  font-size: 1.4em;
  font-weight: normal;
  color: #1e5584;
  margin: 10px 0;
}

a {
  color: #0D3245;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #1c507c;
  text-decoration: none;
}


/*developer*/
body {background-color: #F7E5CF;}
#footer {background-color: #eed6be;}
/*#container {background-color: silver;}
#header {background-color: #efa4ae;}
#content {background-color: #afdbff;}
#topmenu {background-color: #0033cc;}
#left {background-color: #811f72;}
#page {background-color: #97468b;}
#right {background-color: #bd4ec0;} */


