html{
    background-image: url(up.png);
    background-repeat: repeat-x;
    font-family: Calibri, Arial;
    font-size: 13px;
    color: #111111;
    background-color: #ffffff;
}
body{
margin:0px;
text-align: center;
}
.in{
      width: 800px;
      text-align: center;
      margin: 0 auto;
}

h1.f{
    font-size: 30px;
    color: #ffffff;
    margin-top: 45px;
    margin-bottom: 0px;
    line-height: 35px;
}

h2{
    font-size: 20px;
    color: #cccccc;
    margin-top: 0px;
}

h1.f, h2{
    text-align: left;
    margin-left: 50px;
}

h1{
    font-size: 22px;
    color: #555555;
    font-style: italic;
    font-weight: normal;
}

.box{
      width: 800px;
      text-align: center;
      margin: 0 auto;
      background-color: #ffffff;
      border: 10px solid #fefefe;
      margin-top: 40px;
      margin-bottom: 40px;

}

.menu{
      float: left;
      width: 196px;
      background-color: #f9f9f9;
      margin-left: 1px;
      border: 1px solid #dddddd;
}

.obsah{
      float: right;
      width: 597px;
      background-color: #ffffff;
      margin-right: 1px;
      border: 1px solid #dddddd;
}

.menu, .obsah{
      margin-top: 1px;
      margin-bottom: 1px;

      min-height: 300px;
      _height: 300px;
      text-align: left;
}

.margin{
      margin: 10px;
}

h1 a{
	color: inherit;
	font-size: inherit;
	text-decoration: inherit;
}

a img{
	border: 1px dashed #222222;
}

a{
	color: #006699;
}
a:hover{
	color: #009966;
}
.menu a{
	font-size: 15px;
	padding: 3px;
}