html,body,p,div,img,h1,h2,h3,h4,dl,dd,dt,form,table,td,tr {  margin: 0;  padding: 0;  border: 0;  border-collapse: separate;  border-spacing: 0;}


HTML
{
    height: 100%;
}

BODY
{
    font-family: Arial;
    background: #363636 url('/img/theme/bodybg.png') repeat-x top;
    margin: 0;
    padding: 0;
    height: 100%;
}

#wrap
{
    width: 760px;
    margin: 0 auto;
    background: #6b6e77 url('/img/theme/contentbg.png') no-repeat 0 265px;
    position: relative;
    min-height: 100%;
    height: auto;
    _height: 100%;
}

#design
{
    height: 265px;
    background-repeat: no-repeat;
    background-position: 0 59px;
    position: relative;
}

#header
{
    width: 516px;
    position: absolute;
    height: 59px;
    background: url('/img/theme/headerbg.png');  
}

#logo
{
    width: 244px;
    position: absolute;
    right: 0;
    height: 95px;
    background: url('/img/theme/logobg.png');
}

#logo A 
{
    position: absolute;
    text-decoration: none;
    top: 50%;
    left: 35px;
    margin-top: -24px;
    font-size: 46px;
}

#logo A SPAN { visibility: hidden;  }


#left
{
    position: absolute;
    top: 233px;
    width: 312px;
    height: 32px;
    background: url('/img/theme/leftbg.png');
}


#content
{
    /* --removed because popbox // position: relative; */ 
}

#text
{
    float: right;
    display: inline;
    width: 449px;
    color: White;
    font-size: 11px;
    font-weight: bold;
    padding: 24px 0 24px 0;
}

#content H1 
{ 
    padding: 10px 0 2px 0;
    margin-bottom: 20px;
    margin-right: 24px;
    font-size: 18px; 
    font-weight: normal;
    border-bottom: solid 1px white;
}

#content H2
{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;   
    clear: both;	
}

#content H3
{
    font-size: 11px;
    color: #b8d7f2;
    margin: 0 0 15px 0;    
    clear: both;
}

#content H4
{
	font-size: 14px;
	margin: 0 24px 15px 0;
	clear: both;
	border-bottom: solid 1px silver;
}


#content P
{
    margin: 0 24px 15px 0;
    text-align: justify;
    clear: both;
}

#content UL, OL
{
	margin-right: 24px;
}

#content A { color: White; }
#content A:hover { color: Yellow; }

#menu
{
    width: 206px;
    height: 264px;
    position: relative;
    margin-left: 57px;
    top: -12px;
    background-color: #005195;
}


#menu A
{
    color: White;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    padding: 12px 0;
}

#menu TR,
#menu TD 
{
    height: 41px;
    line-height: 90%;
}

#menu .mark
{
    width: 34px;
    height: 41px;
    background: url('/img/theme/menuMarkBg.png');
}

#menu .selected
{
    background-position: 68px;
}

#menu .hover
{
	background-position: 34px;
}

#language
{
    width: 138px;
    margin-top: 25px;
    margin-left: 92px;
}

#contact
{
    text-align: center;
    width: 138px;
    margin-top: 20px;
    margin-left: 92px;
    color: White;
    font-size: 11px;
}

#contact A { color: White; }

#copy 
{
    color: #a0a0a0;
    font-size: 9px;
    clear: both;
    text-align: right;
    padding: 0 33px 10px 0;
}

.SubMenu
{
	position: relative;
	left: 8px;
	top: -10px;
	width: 211px;
    padding-left: 2px;
	height: 283px;
    padding-top: 3px;
	background: url('/img/theme/menuSecondaryBg.png');
	background-color: #73847e;
}

#menu .SubMenu .mark
{
    width: 34px;
    height:41px;
    background: url('/img/theme/menuSecondaryMarkBg.png');
}

#menu .SubMenu .back
{
	background: url('/img/theme/menuSecondaryBackBg.png');
}


#menu .SubMenu .selected
{
    background-position: 68px;
}

#menu .SubMenu .hover
{
    background-position: 34px;
}

.otazka { color: Yellow; font-weight: bold; background-color: red; }
