html, body { 
    height: 100%; 
    padding: 0; 
    margin: 0; 
} 

body 
{ 
    background: black; 
	font-family:   Verdana, tahoma, Arial, serif;
	color: White;
	font-size: 70%;
	line-height: 130%;
} 

#left { 
    width: 35%;
    height: auto; 
    min-height: 100%; 
    _height: 100%; /* IE */ 
    background: red; 
    position: relative; 
    float: left;

} 
#right { 
    width: 63%;
    height: auto; 
    min-height: 100%; 
    _height: 100%; /* IE */ 
    background: black; 
    position: relative; 
    float: right;
} 
#rightIn
{ 
margin-top: 60px; 
margin-bottom: 255px; /* vyska paticky */ 
} 
#right .divize { 
    margin-left: 80px; 
    margin-top: 50px; 
} 
#right .divize .inTxt { 
    margin-right: 50px;
    text-align: right; 
    font-weight: bold;
    line-height: 150%;
    font-size: 90% ;
}

.paticka_matrjoska { 
    width: 100%; 
    position: absolute; 
    bottom: 0; 
    left: 0; 
} 
#right .paticka_matrjoska 
{ 
    height: 255px; 
    background: transparent url(images/logoNew.gif) no-repeat right bottom; 
}

#left .paticka 
{ 
    height: 100px; 
    padding-top: 0px; 
    padding-left: 15%; 
    padding-right: 4em;
    padding-bottom: 4em;
    text-align: right; 
    font-weight: bold;
}
 
#right .paticka 
{ 
    padding-top: 65px; 
    padding-left: 2em; 
    padding-right: 250px;
    padding-bottom: 4em;
    font-size: 90% ;
    text-align: left; 
}

HR { 
    padding: 0px; 
    border: dotted 1px white;
} 
.small { 
} 



/* ********* odkazy ********** */
A {
	COLOR: white; TEXT-DECORATION: underline;
}
A:visited {
	COLOR: white;
}
A:active {
	COLOR: red;
}
A:hover {
	COLOR: red;
}
A:active.r {
	COLOR: black;
}
A:hover.r {
	COLOR: black;
}

.paticka
{
    text-align: center; 
}
