/* 
  $Id: main.css 45 2010-05-26 11:12:33Z fer $ 
  #a81f22     basic dk red
  #666666     basic dk grey
  #cccccc     basic lt grey
*/

/* basic layout */
body {
  background: url(images/body-bgr.jpg) repeat-x;
  background-color: #a81f22; 
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 0;
  font-size: 10pt;
  margin: 0px auto auto auto;
  color: #333333;
}

#wrap {
  width: 900px;
  height: auto;
  margin: auto;
  background-color: #FFFFFF;
}

#header{
  width: 900px;
  height: 181px;
  background: url(images/header-bgr.jpg) no-repeat center;
}

#logo {
  padding: 0 0 0 30px;
}

#content-center {
  width: 900px;
  padding: 0px 0 0 0;
  background: url(images/content-bgr.jpg) repeat-y center;
}

#content-left {
  width: 470px;
  float: left;
  padding: 20px 20px 20px 20px;
}

#content-right {
  width: 350px;
  float: left;
  padding: 20px 20px 20px 20px;
}

#footer {
  position: relative;
  height: 200px; 
  border-top: 1px #b2b2b2 dashed;
  /* background: url(images/footer-bgr.jpg); */
  background: #333333;
  /*color: #aaaaaa; */
  color: #eeeeee;

}

#footer-left {
  /*float: left; */
  /* padding: 10px 0 0 10px; */
  position: absolute;
  bottom: 10px;
}

#footer-right {
  float: right;
  padding: 10px 10px 0 0;
}

#menu-footer, #footer-webs, #footer-eshops {
  float: left;
  margin-left: 20px;
  margin-right: 10px;
}

#footer a {
  text-decoration: none;
  color: #eeeeee;
}

#footer h3 {
  color: #aaaaaa;
}

#footer ul, #footer li, #content-right ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#menu-lng {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #666666;
/*  border: 2px solid #999999; */
  padding: 5px 10px 5px 10px;
}

/* helper layout */
.clear{
  clear: both;
}

.image-left {
  float:left;
  padding:0 5px 0 0;
/*  text-align:center; */
}


/* basic html elements */

a {
  color: #990000;
}

p {
  padding: 5px 0 5px 0;
  margin: 0px;
  text-align: justify;
  line-height: 19px;
}

h1 {
  color:#333333;
  padding:0px;
/*  float:left; */
  font-size:150%;
  margin:10px 0 10px 0;
}

h2 {
  color:#333333;
  padding:5px 0 0 0px;
  font-size:120%;
}

h3 {
  color:#333333;
  padding:5px 0 0 0px;
  font-size:110%;
}

ul {
  list-style-type: square;
}


/*-----------------------------menu-------------------*/
#menu-main {
  width:628px;
  height:41px;
  margin:47px 0 0 26px;
  background:url(images/header-menu-bgr.jpg) no-repeat center;
}

#menu-main ul {
  display:block;
  list-style:none;
  padding:9px 0 0 10px;
  margin:0px;
}

#menu-main ul li {
  display:inline;
  padding:0px;
  margin:0px;
  height:27px;
  font-weight: bold;
}

#menu-main ul li a {
  height:27px;
  display:block;
  padding:0px 10px 0 10px;
  margin:0 4px 0 4px;
  _margin:0 2px 0 2px;
  float:left;
  text-decoration:none;
  text-align:center;
  color:#000;
  font-size:13px;
  line-height:27px;
  background-color: #f0f0f0;
}

#menu-main ul li.selected a{
  height:27px;
  display:block;
  padding:0px 10px 0 10px;
  margin:0 5px 0 5px;
  float:left;
  text-decoration:none;
  text-align:center;
  color:#fff;
  font-size:13px;
  line-height:27px;
  background-color: #a81f22;
}

#menu-main ul li a:hover {
  color:#fff;
  background-color: #a81f22;
}

.csc-mailform-field label {
  /* width: 150px; */
  display: block;
}

/*
.csc-textpic-imagewrap {
  background: #ffffff;
  border: 1px #cccccc solid;
  padding: 2px;
}
*/