/*------------------------------------------------
           PLEASE DONT'S STEAL,
    JUST TAKE THE INSPIRATION!
------------------------------------------------- */

/*------------------------------------------------
CSS INFO
--------------------------------------------------
FILE: style.css
PROJECT:  MyProject
URL: www.myproject.com
AUTHOR: Jan Hommer (iam@janhommer.cz, www.janhommer.cz)
DATE: 07-2009
------------------------------------------------- */

/*------------------------------------------------
 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: #f2f2f0 url(body.jpg) top center no-repeat;
}

a:link, a:visited{
  color: #891836;
}

a:hover {
  color: #000;
}

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: 5px 15px 15px 0;
}

img.alright {
  float: right;
  margin: 5px 0 15px 15px;
}

hr.clear {
  clear: both;
  visibility: hidden;
  padding: 0;
  margin: 0;
  height: 0;
  font-size: 0;
}

/*------------------------------------------------
 100% HEIGHT
------------------------------------------------- */

html, body, #wrap {
  height: 100%;
}

body > #wrap {
  height: auto;
  min-height: 100%;
}

#wrap {
  background: url(wrap.gif) top repeat-x;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

/*------------------------------------------------
 MAIN
------------------------------------------------- */

#main {
  position: relative;
  width: 930px;
  margin: 0 auto;
  padding-bottom: 70px; /* must be same height as the footer */
}

#left {
  float: left;
  width: 664px;
}

#right {
  float: right;
  width: 266px;
}

/*------------------------------------------------
 HEADER
------------------------------------------------- */

#header {
  position: relative;
  height: 103px;
}

#header h1 {
  display: block;
  width: 140px;
  height: 83px;
  padding: 10px;
}

#header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

#header h1 a span {
  display: none;
}

/*------------------------------------------------
 MENU
------------------------------------------------- */

#menu {
  position: relative;
  height: 56px;
  padding: 0 0 211px;
}

#menu ul {
  list-style: none;
  padding: 10px 0 0 10px;
}

#menu ul li {
  float: left;
}

#menu ul li a {
  display: block;
  float: left;
  padding: 7px 15px 7px 0;
  margin: 0 0 0 15px;
  font-family: 'Trebuchet MS';
  font-size: 16px;
  font-weight: bold;
  color: #4b4746;
  text-transform: uppercase;
  text-decoration: none;
}

#menu ul li a:hover {
  text-decoration: underline;
}

#menu ul li.active {
  background: url(menu.jpg) left no-repeat;
}

#menu ul li.active a {
  color: #fff;
  background: url(menu.jpg) right no-repeat;
  text-decoration: none;
}

/*------------------------------------------------
 CONTENT
------------------------------------------------- */

#content {
  position: relative;
}

#content blockquote {
  padding: 0 20px 10px;
  margin: 0 40px 10px 10px;
  border: 1px dashed #891836;
  text-align: center;
}

#content blockquote h1 {
  padding: 0;
}

#content h1 {
  font-family: 'Trebuchet MS';
  font-size: 24px;
  padding: 0 30px 5px 0;
  color: #891836;
}

#content h2 {
  font-family: 'Trebuchet MS';
  font-size: 22px;
  padding: 15px 30px 5px 0;
  color: #891836;
}

#content h3 {
  font-family: 'Trebuchet MS';
  font-size: 20px;
  padding: 15px 30px 5px 0;
  color: #891836;
}

#content p {
  padding: 0 30px 10px 0;
  line-height: 150%;
}

#content p.nav {
  padding: 5px;
  margin: 0 20px 10px 0;
  font-size: 10px;
  border-bottom: 1px dashed #999;
  color: #666;
}

#content p.nav a {
  color: #666;
}

#content p.nav a:hover {
  color: #000;
}

#content p.center {
  padding: 10px 0 5px;
  margin: 0 0 10px;
  background: #fff;
}

#content p.center img {
  padding: 0 0;
  margin: 0 5px;
}

#content p.click img {
  border: none;
}

#content ul, #content ol {
  padding: 0 30px 10px;
}

#content li {
  padding: 2px 0;
  line-height: 150%;
}

#content .fifty {
  float: left;
  width: 330px;
  padding: 10px 0;
}

#content .fifty h1, #content .fifty h2, #content .fifty h3 {
  padding: 10px 30px 10px 0;
}

#content form p {
  clear: both;
  padding: 0 0 8px;
  line-height: 12px;
}

#content form label {
  float: left;
  display: block;
  width: 150px;
  padding: 0 10px 0 0;
  font-weight: bold;
  color: #000;
  text-align: right;
}

#content form label em {
  font-weight: normal;
  font-size: 10px;
}

#content form input, #content form textarea {
  width: 290px;
  padding: 5px;
  border: 1px solid #c1c1c1;
}

#content form select {
  width: 300px;
  padding: 5px;
  border: 1px solid #c1c1c1;
}

#content form textarea {
  height: 100px;
}

#content form input.submit {
  width: auto;
  padding: 5px;
  border: 0;
  cursor: hand;
  cursor: pointer;
  font-weight: bold;
}

#content img {
  border: 1px solid #891836;
}

/*------------------------------------------------
 LANG
------------------------------------------------- */

#lang {
  position: relative;
  height: 60px;
  padding: 0 10px 0 0;
}

#lang p {
  line-height: 65px;
  text-align: center;
}

#lang p img {
  margin: 0 5px;
}

/*------------------------------------------------
 SIDEBAR
------------------------------------------------- */

#sidebar {
  position: relative;
  height: 305px;
  padding: 10px 22px 10px 14px;
  margin: 0;
  overflow: hidden;
}

#sidebar h4 {
  font-family: 'Trebuchet MS';
  font-size: 16px;
  padding: 0 0 5px;
  margin: 0 0 5px;
  border-bottom: 1px dashed #891836;
  color: #891836;
}

#sidebar p {
  padding: 0 0 10px;
}

#sidebar p.alleft {
  color: #666;
}

#sidebar p img {
  float: left;
  width: 80px;
  margin: 0 7px 5px;
}

#sidebar hr {
  padding: 20px 0 0;
}

/*------------------------------------------------
 NEWS
------------------------------------------------- */

#news {
  position: relative;
  width: 262px;
  background: url(news2.jpg);
  overflow: hidden;
}

#news_top {
  position: relative;
  width: 262px;
  height: 10px;
  background: url(news.jpg) top;
  font-size: 0;
}

#news_bottom {
  position: relative;
  width: 262px;
  height: 10px;
  background: url(news.jpg) bottom;
  font-size: 0;
}

#news_in {
  padding: 5px 15px;
}

#news h4 {
  font-family: 'Trebuchet MS';
  font-size: 16px;
  padding: 0 0 5px;
  margin: 0 0 5px;
  border-bottom: 1px dashed #891836;
  color: #891836;
}

#news p {
  padding: 0 0 10px;
}

#news p.alleft {
  color: #666;
}

#news p img {
  float: left;
  width: 80px;
  margin: 0 7px 5px;
}

#news hr {
  padding: 20px 0 0;
}

/*------------------------------------------------
 FOOTER
------------------------------------------------- */

#footer {
  position: relative;
  clear: both;
  width: 100%;
  height: 50px;
  margin-top: -50px; /* negative value of footer height */
  background: #313131;
  color: #ddd;
  font-size: 10px;
}

#footer .in {
  position: relative;
  width: 930px;
  margin: 0 auto;
}

#footer p.alleft {
  padding: 12px 0 0;
}

#footer p.alright {
  padding: 18px 0;
}

#footer a {
  color: #ddd;
}