/* CSS Document */
@import url("./aktuality.css");
@import url("./kontakt.css");
@import url("./poradna.css");
@import url("./text.css");

html, body, p, h1, h2, h3, table, div, span, strong, ul, li, img, a, hr, object, embed {
margin: 0;padding: 0;border: 0;
}

body {
background-color: #FFF;
background: url('../img/bg.jpg') top #FFF no-repeat;
text-align: center;
font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
color: #FFF;
}

a {
text-decoration: none;
color: #FFF;
}

a:hover { color: #333; }

#header {
position: relative;
width: 920px;
height: 130px;
margin: 0 auto;
text-align: left;
}

#header img {
margin-top: 10px;
border: none;
}

#header #rightmenu {
position: absolute;
right: 0;
top: 0;
width: 182px;
height: 63px;
background: url('../img/top_right_menu_bg.gif') top #FFF no-repeat;
text-align: center;
}

#header #rightmenu a {
display: block;
width: 170px;
height: 20px;
margin: 2px auto;
padding: 4px;
text-align: left;
font: normal 0.8em 'Trebuchet MS';
background: url('../img/lupa.jpg') right center no-repeat;
}

#header #rightmenu a#st {
border-bottom: 1px dotted #FFF;
background: url('../img/lupa.jpg') right center no-repeat;
}

#header #rightmenu a#nd { background: url('../img/obalka.jpg') right center no-repeat; }

#header #rightmenu input {
position: absolute;
top: 35px;
left: 10px;
border: 1px dotted #fff;
background-color: transparent;
color:#fff;
}

#header #rightmenu #tlNews {
position: absolute;
left: 166px;
top: 40px;
border: none;
}

#line {
width: 90%;
height: 22px;
margin: 10px auto;
background: url('../img/red_line_bg.gif') center repeat-x;
padding-left: 85px;
}

#line a {
font: normal 0.8em 'Trebuchet MS';
margin: 0 45px 0 40px;
}

#line #st { }

#line #nd { }

#line #rd { }

#line #th { }

#container {
width: 930px;
height: 700px;
margin: 5px auto;
padding-bottom: 50px;
}



#menu {
float: left;
width: 182px;
height: auto;
}

#menu .boxheader {
width: 182px;
height: 27px;
line-height: 27px;
font-size: 0.9em;
background: url('../img/left_menu_header_bg.gif') center right no-repeat;
margin-bottom: 10px;
}

#menu .box {
width: 182px;
min-height: 150px;
background: url('../img/left_menu_bg.gif') bottom no-repeat;
margin: 10px 0;
padding: 10px 0;
}

/* aktualita */
#menu .aktualita {
width: 182px;
min-height: 120px;
background: url('../img/left_menu_bg.gif') bottom no-repeat;
margin: 10px 0;
padding: 10px 0;
text-align:right;
}

#menu .aktualita strong {
display:block;	
font-size: 14px;
font-weight: normal;
text-align: center;
padding:0;
margin:0;
}

#menu .aktualita p {
font-size: 12px;
text-align: left;
padding: 5px 12px 0 12px;
height: 90px;
overflow: hidden;
font-weight:bold;
}

#menu .aktualita a {
font-size: 12px;
padding-right:20px;
}

#menu .aktualita hr {
width: 100%;
height: 1px;
border-top: 1px dotted #de4349;
}

body[id] #menu .box { height: auto; }

#menu .box a {
display: block;
font-size: 0.8em;
margin: 4px;
}

#menu .box hr {
width: 100%;
height: 1px;
border-top: 1px dotted #de4349;
}

#content {
/*border: 1px solid black;*/
width: 730px;
height: auto;
/*min-height: 600px;*/
margin-left: 195px;
background: url('../img/content_bg.gif') right repeat-y;
}

#content a {
font-size:0.8em;
}

#content #content_header {
padding-top:12px;
width: 100%;
height: auto;
background: url('../img/content_top_bg.gif') no-repeat;
}

#content_footer {
width: 730px;
height: 102px;
background: url('../img/content_bottom_bg.gif') right no-repeat;
}

#content_footer p {
display: block;
margin-left:30px;
font-size: 0.8em;
color: #FFF;
text-align:left;
position: relative;
top: 20px;
}

#content_footer p a {
font-size: 1em;
}

#content_footer p span {
color: #CCC;
}

#seo {
width: 730px;
height: auto;
background-color: #FFF;
}

#seo a {
color: #878787;
font-size:12px;
text-decoration: none;
}

#seo a:hover {
text-decoration: underline;
}