body {
    background: #634234 url("../img/web-bg.png") top left repeat-x;
    margin: 0; padding: 0;
    text-align: center;
    font-family: Arial;
}

a img {
  border: none;
}

table tr td  {
  vertical-align: top;
}

.main {
		position: relative;
    padding: 0;
    width: 1000px;
    text-align: left;
    margin: auto;
		background: url('../img/content.png') 20px 0 repeat-y;
}
.logo {
    width:1000px; height:170px;
    background: url("../img/bg_logo.gif") top left repeat-x;
    padding: 0; margin: 0;
    border-left: 1px solid #363636;
}
.logo a{
    float: left; position:relative;
		display: block;
    width:183px; height:75px;
    background: url("../img/logo.gif") top left no-repeat;
    margin: 52px 0 0 40px;
    padding :0;
}
.logo span{
    float: right; position:relative;
    width:344px; height:170px;
    background: url("../img/bg_logo_right.jpg") top right no-repeat;
    margin: 0; padding: 0;
}

.menu {    
    float:left; 
    width: 253px; height: 580px;
    font-size: 11px; font-family: Arial Black; font-weight: bold; text-transform: uppercase;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.podmenu {
  text-align: center;
  margin-left: 30px;
  margin-top:45px;
}
.menu a.menu1, .menu a.menu2, .menu a.menu3, .menu a.menu4 {
		display: block;
    height: 27px;
    border: solid 1px black;
    padding: 13px 0 0 58px; margin: 4px 0 0 0;
    background-color: #ffd65c;
    color: black; text-decoration:none;
}
.menu1 { background: url("../img/bt_aplikace.gif") top left no-repeat; }
.menu2 { background: url("../img/bt_renovace.gif") top left no-repeat; }
.menu3 { background: url("../img/bt_doplnky.gif") top left no-repeat; }
.menu4 { background: url("../img/bt_kontakt.gif") top left no-repeat; }

.content {
    position:relative; float:left;
    width:698px;    
    margin: 12px 0 0 17px;
}

.content td {
  vertical-align: top;
  padding: 0 10px 0 10px;
}
.content h1{
    position: relative; float: left;
    width: 653px; height: 28px;
    background: black url("../img/content_head.gif") top left no-repeat;
    padding: 4px 0 0 45px; margin: 0 0 10px 0;
    font-weight:bold; text-transform:uppercase; font-size:15px; font-family:Arial Black; color:#ffcc33;
}
.content span span{      
    position: relative; float: none;
    width: auto; height:auto;
    background: none;
    padding: 0; margin:0;
    font-weight: bold; text-transform: uppercase; font-size: 15px; font-family: Arial Black; color: white;
}

.content {
    font-size: 12px;    
}

.content p{
    color: #362f2d;
    margin: 10px 0 0 3px;
    font-size: 12px;    
}
.content div {
    width: 343px;
    float: left;
    margin: 23px 6px 0 0;
}
.footer {
    position: relative; float: left;
    width: 980px; height: 18px;
    background-color: #271811;
    margin: 20px 0 0 0; padding: 10px;
}
.footer span{
    position: relative; float: left;
    color: #ffcc33; font-size: 13px; font-weight: bold;
		margin: 0 0 0 80px;
}
.footer ul{
    position: relative; float: right;  
    font-size: 13px; font-weight: bold;
    padding: 0; margin: 0;
}
.footer ul li{
    position: relative; float:left;
    display: inline; 
    padding: 0 0 0 5px; margin:0 0 0 5px;
    background: url("../img/footer_menu_list.gif") top left no-repeat;
}
.footer ul li a{
    position: relative; float: left;
    display: inline; 
    padding: 0; margin: 0;
    color: white;
}
#first_item {
    background-image:none;
}
.galleryview {
    margin: auto; padding: auto;
    position: relative; float: left;
    display: block;
    text-align: left;
    border: none;
}
.galleryview div {    
    margin: 0;
}
.filmstrip {
    margin: 0; padding: 0;
}
.filmstrip li {
    padding:0;
    position:relative;
    float:right;
}
.menu ul{
    clear: both; 
    margin: 0 0 10px 20px; padding: 15px 0 0 0;
    list-style: none;
    background: url("../img/submenu.png") top left no-repeat;   
}
.menu ul li{
    margin: 0; padding: 0;
}
.menu ul li a.sel, .menu ul li a:hover {
    color: #452b1e;
    background: url("../img/select.png") 0 2px no-repeat;
    font-family: Arial; font-weight: normal;
}
.menu ul li a{
		display: block;
    margin: 0; padding: 0;
    font-family: Arial; font-weight: normal;
    text-decoration: none;
    color: #9f6b43;
		padding: 0 0 9px 39px;
}

.adler {
	position: absolute;
	bottom: 70px; left: 70px;
	width: 126px; height: 29px;
	background: url('../img/adler.png');
	text-decoration: none;
}

.cleaner { clear: both; }