/* CSS Document */

/* basic settings */

html, body, p, h1, h2, h3, table, div, span, strong, ul, li,img {
  margin: 0;padding: 0;border: 0;
}

 
/*------------------------------------------------------*/

/* main elements */

body {
  text-align: center;
  background-color: #000;
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
}

#box {
  width: 873px;
  height: auto;
  margin: 0 auto;
}


#header {
  width: 873px;
  height: 162px;
  background: url('../img/header.jpg') #000 left no-repeat;
  border: 1px solid #000;
  text-align: right;
}

#header h1 { 
  font-size:20px; 
  position: relative;
  top: 135px;
  color: rgb(157,78,48);
}

#content {
  position: relative;
  width: 873px;
  /*height: 400px;*/
  min-height: 400px;
  background: url('../img/content.gif') #000 center repeat-y;
  text-align: left;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
}

body[class] #content { height: auto; }


#footer {
  width: 100%;
  height: 2em;
  text-align: right;
  color: #C96;
  padding: 5px 0;
  font-size: 0.9em;
}
#footer span {
  padding: 0 20px;
}
#footer a {
  color: #C96;
}

#footer a:hover {
  color: #FFF;
}
/*------------------------------------------------------*/

/* content elements */

img#pictogram {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 50;
}

ul#menu {
  width: 10em;
  float: right;
  padding: 20px 140px 0 0;
  text-align: right;
  list-style-type: none;
  z-index: 100;
}

#content div.aktualita {
  float: left;
  width: 180px;	
  color: #C96;
  font-size: 12px;
  padding-top:30px;
  margin-right: 30px;	
}

#content div.aktualita span.date {
  display:block;
  float:right;	
  padding:0;
}

#content div.aktualita span.title {
  clear:both;	
  display:block;
  width:100%;	
  font-weight:bold;
  border-top: 1px solid #C96;
  padding-top:2px; 
  padding-bottom:2px;
  margin-bottom:2px;
  font-size: 13px;
}

#content div.aktualita p {
  text-align:justify;
  line-height:14px;
}

ul#menu li {  
  line-height: 15px;
}

ul#menu a { 
  text-decoration: none;
  color: #FFF;
  font-size: 0.9em;
}

ul#menu a:hover { 
  color: #C96;
  text-decoration: underline;
}

#inner-page {
  clear: right;
  width: 653px;
  height: auto;
  padding: 15px 80px;
  color: #DDD;
  font-size: 0.8em;
}

#inner-page #blog h1 {
  font-size: 20px;
  color:#C96;
}

#inner-page #blog h2 {
  clear:both;	
  font-size: 16px;
  padding-top:12px;
  padding-bottom: 0px;
  margin:0;
}

#inner-page #blog p {
  padding:0px;
  margin:0;
}

#inner-page #blog p span {
  font-size: 11px;
  color: #C96;
}

#inner-page #blog p.perex {
  padding-bottom:10px;
  margin-bottom:10px;
  color:#C96;
  border-bottom: 1px solid #C96;
}

#inner-page #blog a.more {
  float: right;
  font-size: 11px;
}
/*------------------------------------------------------*/

/* main page 'UVOD' */

img#headtitle {
  margin-top: 30px;
  margin-left: -80px;
}

#inner-page h2 { font-size: 1.7em; padding: 5px 0; }

#inner-page h3 { font-size: 1.2em; padding: 5px 0; }

#inner-page p { font-size: 0.9em; padding: 0 0 15px 0; text-align: justify;  }

#inner-page ul { list-style-type: square; margin: 10px 20px; padding: 0 0 15px 0; font-size: 0.9em;}

#inner-page li { padding: 2px 0; }

#inner-page strong { padding: 10px 0; }

#inner-page span { font-size: 0.9em; display: block; }

#inner-page a { color: #C96; }
#inner-page a:hover { color: #FFF; }


#seo_partners {
  width: 80%;
  height: auto;
  margin: 0px auto;
  text-align: center;
}

#seo_partners a {
  font-size: 11px;
  color: #AAA;
  text-decoration: underline;
}

#seo_partners a:hover {
  text-decoration: none;
}

#seo_list a {
  font-size: 14px;
  color: white;
}

#seo_list h3 {
  display: inline;
  font-size: 14px;
  color: #AAA;
}

