/*------------------------------------------------
           PLEASE DONT'S STEAL,
    JUST TAKE THE INSPIRATION!
------------------------------------------------- */

/*------------------------------------------------
CSS INFO
--------------------------------------------------
FILE: style.css
PROJECT:  F100
AUTHOR: Jan Hommer (iam@janhommer.cz, www.janhommer.cz)
DATE: 02-2010
------------------------------------------------- */

/*------------------------------------------------
 STANDARD HTML TAG RESET 
------------------------------------------------- */
body,
h1, h2, h3, h4, h5,
p, ul, li, ol,
blockquote,
form {
  border: 0;
  margin: 0;
  padding: 0;
}

/*------------------------------------------------
STANDARD HTML TAG DEFINITION
------------------------------------------------- */

body,
form, input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

body {
  background: #000 url(body.jpg) top center no-repeat;
}

a:link, a:visited{
  color: #a2000d;
}

a:hover {
  color: #666;
}

p {
  text-align: justify;
}

p.center {
  text-align: center;
}

p.right {
  text-align: right;
}

p.alleft {
  float: left;
}

p.alright {
  float: right;
}

img {
  border: none;
}

img.alleft {
  float: left;
  margin: 0 5px 5px 0;
}

img.alright {
  float: left;
  margin: 0 0 5px 5px;
}

hr.clear {
  clear: both;
  visibility: hidden;
  padding: 0;
  margin: 0;
  height: 0;
  font-size: 0;
}


/*------------------------------------------------
 WRAP
 ------------------------------------------------- */

#wrap {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

/*------------------------------------------------
 MENU
 ------------------------------------------------- */

#menu {
  position: relative;
  float: left;
  width: 650px;
  height: 40px;
  padding: 30px 0 0;
}

#menu ul {
  list-style: none;
  width: 650px;
  height: 40px;
  background: url(menu.jpg);
}

#menu ul li {
  float: left;
}

#menu ul li a {
  display: block;
  float: left;
  padding: 12px 27px;
  background: url(menu_a.jpg) top right no-repeat;
  color: #9abdf7;
  text-decoration: none;
  font-size: 14px;
}

#menu ul li a.last {
  background: none;
}

#menu ul li a:hover, #menu ul li a.active {
  text-decoration: underline;
  color: #fff;
}

/*------------------------------------------------
 LANG
 ------------------------------------------------- */

#lang {
  position: relative;
  float: right;
  width: 350px;
  height: 40px;
  padding: 30px 0 0;
}

#lang p {
  padding: 10px 0 0;
  color: #113879;
  text-align: center;
}

#lang a {
  color: #113879;
  text-decoration: none;
}

/*------------------------------------------------
 HEADER
 ------------------------------------------------- */

#header {
  position: relative;
  clear: both;
  font-size: 0;
  overflow: hidden;
}

#header_corner {
  position: absolute;
  width: 9px;
  height: 10px;
  right: 0;
  top: 0;
  background: url(header_corner.png);
  z-index: 9;
  font-size: 0;
}

#header_logo {
  position: absolute;
  top: 35px;
  left: 25px;
  width: 190px;
  height: 120px;
  background: url(logo_white.png);
}

#header_logo h1 {
  font-size: 0;
}

#header_logo a {
  display: block;
  width: 190px;
  height: 120px;
  text-decoration: none;
  color: #fff;
}

#header_logo.white {
  background: url(logo_white.png);
}

#header_logo.black {
  background: url(logo_black.png);
}

/*------------------------------------------------
 MAIN
 ------------------------------------------------- */

#main {
  background: #f8f8f8;
  overflow: hidden;
  clear: both;
}

#main.sub {
  background: #f8f8f8 url(main_sub.jpg) left repeat-y;
}

#main_bottom {
  position: relative;
  clear: both;
  height: 14px;
  background: url(main_bottom.png);
  font-size: 0;
}

#main_bottom.sub {
  background: url(main_bottom_sub.png);
}

/*------------------------------------------------
 SIDEBAR
 ------------------------------------------------- */
 
#sidebar {
  position: relative;
  float: left;
  width: 240px;
}

#sidebar ul li a {
  display: block;
  width: 200px;
  padding: 10px 20px 12px;
  background: url(sidebar_a.jpg) left bottom;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}

#sidebar ul li ul li a {
  display: block;
  width: 180px;
  padding: 3px 30px;
  font-size: 12px;
  text-decoration: none;
  background: url(sidebar_a2.jpg) left bottom;
  font-weight: normal;
}

#sidebar ul li a {
  color: #9abdf7;
}

#sidebar ul li a:hover {
  color: #fff;
}

#sidebar ul li a.active {
  color: #fff;
  background: url(sidebar_a.jpg) right bottom;
}

#sidebar ul li ul li a.active {
  color: #fff;
  background: url(sidebar_a2.jpg) right bottom;
}

#sidebar ul li ul {
  _margin-top: -15px;
}

#sidebar_logo {
  position: relative;
  clear: both;
  width: 190px;
  height: 120px;
  margin: 40px 25px;
  background: url(logo_black_notr.jpg) center no-repeat;
  font-size: 0;
}

#sidebar_logo h1 {
  font-size: 0;
}

#sidebar_logo a {
  display: block;
  width: 190px;
  height: 120px;
  text-decoration: none;
}

#sidebar_logo.white {
  background: url(logo_white.png) center no-repeat;
}

#sidebar_logo.black {
  background: url(logo_black.png) center no-repeat;
}

#sidebar_logo.blacknotr {
  background: url(logo_black_notr.jpg) center no-repeat;
}

#sidebar_logo_preopen {
  position: relative;
  clear: both;
  width: 190px;
  height: 120px;
  margin: 40px 25px;
  background: url('../IMG/logo_pre.jpg') center no-repeat;
  font-size: 0px;
}

#sidebar_logo_preopen h1 {
  font-size: 0;
  display: none;
}



/*------------------------------------------------
 CONTENT
 ------------------------------------------------- */

#content {
  position: relative;
  float: right;
  width: 760px;
}

#content h2 {
  padding: 20px 20px 0;
  color: #0f326d;
  font-size: 24px;
  font-style: italic;
  font-weight: normal;
}

#content h3 {
  padding: 20px 20px 0;
  color: #0f326d;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
}

#content p {
  padding: 10px 20px 0;
}

/*------------------------------------------------
 FOOTER
------------------------------------------------- */

#footer {
  position: relative;
  clear: both;
  color: #fff;
  font-size: 11px;
}

#footer p {
  padding: 15px;
}

#footer a {
  color: #fff;
}