/* CSS Document */

a         {text-decoration: none}
a:link    {color: white}
a:visited {color: white}
a:active  {color: white}
a:hover   {color: white; text-decoration: underline}

body{
text-align: center;
background-color: #091822;
background-image: url("images/pozadie.png");
background-repeat: repeat-x;
}

h2 {
font-family: Arial;
color: black;
font-size: 16px;
}

.tabulka{
border: 1px solid white;
text-align: center;
margin:0 auto;
height: 100%;
border-spacing: 0;
width: 760px;
}

.menu{
background-color: #091822;
color: #fe9625;
font-family: Arial;
font-size: 15px;
font-weight: bold;
line-height: 1.5;
}

.text{
background-color: white;
font-family: Garamond;
text-align: left;
padding: 20px;
height: 100%;
vertical-align: top;
}

.reklama{
background-color: white;
text-align: right;
padding: 20px;
vertical-align: bottom;
}

.footer{
background-color: #091822;
color: white;
font-family: Arial;
font-size: 12px;
}

.ikony{
vertical-align: bottom;
color: black;
}
