﻿/* CSS Document  - takže ako prve si daj CTRL (plus) F a napis - obsah a potom ked zrobis obsah napis box*/
body
{
background-image: url(images/pozadie.jpg);
font-family: Arial;
font: Tahoma,Arial,Helvetica,Verdana, sans-serif;
text-align: center;
margin: 0px auto;
padding: 0px auto;
}

#centrovanie
{
width: 800px;
height: auto;
margin: 0 auto;
padding: 0 auto;
text-align: left;
}

#header
{
width:800px;
height:80px;
background: #3aaacf;
}

#logo
{
width:278px;
height:80px;
background-image: url(images/logo.gif);
float: left;
}

#logo h1
{
display: none;
}

#menu
{
width:522px;
height:40px;
background: #3aaacf;
float: right;
text-align: right;
color: #31bbe9;
padding-top: 33px;
}

#menu a
{
color: #ffffff;
text-decoration: none;
margin: -10px;
font-size: 12pt;
padding-right: 50px;
}

#menu b
{
color: #306680;
font-weight: 500;
}

#menu a:hover
{
text-decoration: underline;
}

#podheader
{
width: 800px;
height: 147px;
text-align: left;
background-image: url(images/podheader.jpg);
}

.text
{
line-height: 24px;
padding-left: 40px;
padding-top: 22px;
color: white;
font-size: 13px;
}

.text b
{
color: #a2e1f6;
font-weight: 500;

}

#obsah /* OK si na obsahu teraz ked chces zmenit velikost daj - min-height: "cislo" px; ked mas daj CTRL (plus) F a napis box */
{
width: 630px;
min-height: 555px;
background: #d9d9d9 ;
float: left;
}

#obsah h2
{
color: #4cbbda;
font-size: 14pt;
padding-left: 40px;
font-weight: 500;
}

#obsah p
{
color: #949191;
font-size: 11pt;
padding-left: 40px;
width: 520px;
line-height: 20px;
}

#obsah b
{
color: #696767;
font-weight: 500;
}

#box /* Ok si na boxe to je ten pravy panel ...ked chces zmenit velikost daj - min-height: "cislo" px; to druhe height je len pre IE6 medzi tym je rozdiel 33px a to je vsetko*/
{
width: 169px;
min-height: 555px;
_height: 588px;
background: #d6d3d3 ;
float: right;
border-left: 1px dashed;
}

#box p
{
padding-left: 25px;
width: 130px;
line-height: 22px;
}

#box a
{
color: gray;
text-decoration: none;
font-size: 13px;
}

.text-1
{
line-height: 24px;
color: gray;
font-size: 13px;
padding-left: 13px;
width: 155px;
padding-top: -5px;
}

#footer
{
width: 800px;
min-height: 45px;
background: #3babd0;
float: left;
}

#design
{
background-image: url(images/design.gif);
width: 154px;
height: 45px;
float:left;
}

#design a
{
background-image: url(images/design.gif);
width: 154px;
height: 45px;
float:left;
text-indent:-3000px;
}

#ciara
{
background-image: url(images/ciara.gif);
width: 24px;
height: 42px;
float:left;
}

#left
{
float: left;
color: #4bcaf3;
font-size: 10pt;
padding-top: 14px;
}

#left a
{
color: #4bcaf3;
text-decoration: none;
}

#right
{
float: right;
color: #4bcaf3;
font-size: 10pt;
padding-top: 14px;
padding-right: 38px;
margin-left:  0 0 0 5pt;
}

#right a
{
color: #4bcaf3;
text-decoration: none;
}
