BODY {
    margin : 0px;
    padding : 0px;
    font-family: calibri, verdana, arial;
    font-size: 11px;
    background-color: #000000;
}

A { color : #FF7200;text-decoration : underline; }
A:hover { text-decoration : none; }

	

#pageContent a.mapa {
	padding: 2px;
	margin: 0 0 10px 10px;
	border: 1px solid #FF7200; 
	float: right;
	display: block;
}
#pageContent a.mapa:hover {
	background-color: orange;
}

#titleContainer {
	width : 939px;
	height : 598px;
	margin : 67px auto 0px auto;
	border : 1px solid #332928;
}

#titleLogo {
	margin : 0px;
	padding : 0px;
	width : 939px;
	height : 442px;
	color : white;
}
#titleLogo A {
	display : block;
	width : 939px;
	height : 442px;
	position : relative;
	z-index : 0;
}		
#titleLogo span {
	display : block;
	width : 939px;
	height : 442px;
	background : url('/gfx/default/img/tatra_titulka2.jpg');
	
	position : absolute;
	left : 0px;
	top : 0px;
	cursor : pointer;
	z-index : 1;
}

#titleMotto {
	width : 374px;
	height : 82px;
	margin : 0px auto 0px auto;
	padding : 0px;
}

#titleMotto A {
	display : block;
	width : 374px;
	height : 82px;
	position : relative;
	z-index : 0;
}		
#titleMotto span {
	display : block;
	width : 374px;
	height : 82px;
	background : url('/gfx/default/img/tatra_motto.jpg');
	
	position : absolute;
	left : 0px;
	top : 0px;
	cursor : pointer;
	z-index : 1;
}

#titleEnter { font-size : 15px;text-align : center;padding-top : 5px; }
#titleEnter A { text-decoration : none;color : #FF7200; }
#titleEnter A:hover { text-decoration : underline; }

#langSwitch {
    width : 948px;
    margin : 0px auto 0px auto;
    text-align : right;
    padding-bottom : 10px;
    padding-top : 22px;
    font-size : 12px;
    color : #433837;
    font-weight : bold;
    font-style : italic;
}
#langSwitch A { color : #433837;text-decoration : none }
#langSwitch .selected { color : #FF7200; }

#mainContainer {
    width : 948px;
    margin : 0px auto 0px auto;
    clear : both;
    border : 1px solid #332928;
}

#tatraLogo {
	margin : 0px;
	padding : 0px;
	width : 186px;
	height : 120px;
	font-size : 12px;
}

#tatraLogo A {
	display : block;
	width : 186px;
	height : 120px;
	position : relative;
	font-size : 10px;
}		
#tatraLogo span { 
	display : block;
	width : 186px;
	height : 120px;
	background : url('/gfx/default/img/ath_logo2.jpg');
	
	position : absolute;
	left : 0px;
	top : 0px;
}


#mainLeft {
    width : 189px;
    float : left;
}

#mainRight {
    width : 759px;
    float : right;
}

#menu {
    width : 189px;
}

#menuTop {
    width : 189px;
    height : 20px;
    background : url('/gfx/default/img/menu_odkaz.jpg');
    border-bottom : 1px solid #332928;
}

#menuBottom {
    width : 189px;
    height : 20px;
    background : url('/gfx/default/img/menu_dole.jpg');
}

#menu .node {
    width : 189px;
    height : 20px;
    background : url('/gfx/default/img/menu_odkaz.jpg');
    border-bottom : 1px solid #332928;
    font-size : 11px;
    text-transform : uppercase;
    font-weight : bold;
    font-style : italic;
}
#menu .node A { color : white;text-decoration : none; }
#menu .node div { padding-left : 15px;padding-top : 4px; }

#menu .node_selected {
    width : 189px;
    height : 20px;
    background : url('/gfx/default/img/menu_odkaz_hover.jpg');
    border-bottom : 1px solid #332928;
    font-size : 11px;
    text-transform : uppercase;
    font-weight : bold;
    font-style : italic;
}
#menu .node_selected A { color : black;text-decoration : none; }
#menu .node_selected div { padding-left : 15px;padding-top : 4px; }

#menu .node_sub {
    width : 189px;
    height : 20px;
    background : url('/gfx/default/img/menu_odkaz_hover.jpg');
    font-size : 12px;
    font-style : italic;
}
#menu .node_sub A { color : black;text-decoration : none; }
#menu .node_sub div { padding-left : 12px;padding-top : 3px; }

#menu .node_sub_selected {
    width : 189px;
    height : 20px;
    background : url('/gfx/default/img/menu_odkaz_hover_line.gif');
    font-size : 12px;
    font-weight : bold;
    font-style : italic;
}
#menu .node_sub_selected A { color : black;text-decoration : none;background-color : #FF7200; }
#menu .node_sub_selected div { padding-left : 12px;padding-top : 3px; }

#submenu {
    padding-top : 10px;
    padding-bottom : 10px;
    background-color : #FF7200;
}

#head {
    width : 759px;
    height : 224px;
    background-repeat : no-repeat;
    background-position : 100% 0%;
    border-bottom : 1px solid #332928;
}

#pageContent {
	position: relative;
    width : 570px;
    float : left;
    font-family : Tahoma;
    font-size : 11px;
    color : #BCBEC0;
    _height: 200px;
    min-height: 200px;
}
#pageContent h1{
	text-align: right;
	font-weight: normal;
	color: #FF7200;
}
#pageContent h1 span {
	color: white;
}
#pageContent h2 {
	display: inline;
	margin: 0; padding: 0;
	color: #FF7200;
	font-size: 14px;
}
#pageContent h2+p {
	margin: 0 0 10px 0;
}
#pageContent h2+p strong {
	color: white;
	font-style: normal;
	font-size: 11px;
}

#pageContent strong {
	color: #FF7200;
	font-style: italic;
	font-size: 12px;
}
#pageContent address {
	padding: 0; margin: 0;
	color: white;
	font-style: normal;
	font-weight: bold;
}
#pageContent ul {
	padding: 0 0 0 18px; margin: 0;
}


#newsContent {
    width : 189px;
    float : right;
    color : #BCBEC0;
    position : relative;
    top : -18px;
}
#newsContent .newsSpace {
    background : url('/gfx/default/img/news_line.gif');
    background-repeat : no-repeat;
    background-position : 50% 50%;
    font-size : 1px;
    height : 30px;
}

#newsTitle {
    background : url('/gfx/default/img/novinky_nad.gif');
    width : 189px;
    height : 28px;
}
#newsTitle div {
    color : black;
    font-size : 14px;
    font-weight : bold;
    font-style : italic;
    text-transform : uppercase;
    padding-left : 18px;
    padding-top : 6px;
}

#newsInner {
    padding : 15px;
    font-family : Tahoma;
    font-size : 11px;
}

#footer {
    clear : both;
    margin : 5px auto 0px auto;
    width : 948px;
    font-size : 10px;
    font-family : Tahoma;
    color : #433837;
}

.td_main {
    color : #000000;
    font-weight : bold;
    text-align : left;
    background-color: #ff7200;
    font-size: 11px;
    font-family: tahoma;
    text-transform : uppercase;
    padding : 5px 10px 5px 10px;
}

.td_text {
    color : #bcbec0;
    font-size: 11px;
    font-family: tahoma;
    padding : 5px 10px 5px 10px;
    margin: 0px;
    background-color: #251b19;
    border-bottom: 1px solid #000000;
}

.td_text a {
    color : #ff7200;
    background-color: #251b19;
    font-size: 11px;
    font-family: tahoma;
    text-align: left;
    text-decoration: underline;
}

.nazevstranky_white {
    color: #FFFFFF;
    font-family: calibri;
    font-size: 25px;
    text-align: right;
}

.nazevstranky_orange {
    color: #ff7200;
    font-size: 25px;
    font-family: calibri;
    font-weight: bold;
    text-align: right;
}

.nadpis{
    color: #ff7200;
    font-size: 13px;
    font-weight: bold;
    font-family: tahoma;
}

.nadpis_white{
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    font-family: tahoma;
}

.redText {
    color : #D11313;
}

.bold_title {
    font-size : 11px;
    font-weight : bold;
}

.title_text {
    font-size : 11px;
    font-weight : bold;
    color : #D11313;
    text-transform : uppercase;
}

.cleaner {
    clear : both;
    height : 0px;
    margin : 0px;
    padding : 0px;
    border : none;
    font-size : 0px;
}

