* {
   margin:0;
   padding:0;
}
body {
  background-color: #ffffff;
  /*background-image: url('../images/podklad.jpg');
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;*/

  color: #0088dd;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: .9em;
  line-height: 15px;
  padding: 0 0 0 0;
  text-align: center;

}

h1, h2, h3, h4, p, ul, li, a, img, body, form, iframe {
  margin: 0;
  padding: 0;
  border: 0;
}

#wrapper{
   text-align: left;
   margin-left: auto;
   margin-right: auto;
   position: relative;
}

#outer {
  color: #000000;
  /* margin-right: 195px;
  margin-left: 195px;*/

/*border: #0000FF dotted thin;*/
}

.outerwrap {
   float: left;
background-color: #ffffff;
/*border: #00e0f0 dashed thin;*/
/*background: transparent url("../images/pruhledna.png") repeat left top;*/
margin-top: 180px;
}

#centrecontent{

float: right;
padding: 10px;

}

#header{
  top: 0;
  left: 0;

  height: 150px;
  background-repeat: no-repeat;
  /*background-image: url(../obr/logo.jpg);
  text-align: right;*/
}

#left {
  position: relative; /*ie needs this to show float */
  float: left;
 /* margin-left: -153px;*/ /*must be 1px less than width otherwise won't push footer down */
  left: 8px;
  top: 10px;

}

// html #left {margin-right:-3px;}  3px jog
//* html #outer { /* +3px jog*/
//margin-right: 198px;
//}


#footer {

  clear: both;
  line-height: 20px;
  color: #000000;
  font-size: 10px;
  text-align: left;
}

#outerh1 {
height:25px;
/*margin;*/
 margin-bottom: 0px;
font-size: 12px;
/* needed to make room for header */
overflow: hidden;
display: block;
}
#outerh1 span{
height: 25px;
font-size: 12px;
display: block;
}



html>body #centrecontent {margin: 0 -0.5%} /* moz needs this */

.clearer {clear: both;}
.cleaner {clear: both;}
.hidden {visibility: hidden;}