/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}

body 
{
	background: #6084c0 url(../img/bck.jpg) repeat-x;
	font: normal 80% Arial, Helvetica, sans-serif; 
}

.logo
{
display: block;
width: 100%;
height: 257px;
background: url(../img/bck_logo.jpg) repeat-x;
}

.ram
{
display: block;
margin: auto;
position: relative;
width: 1000px;
height: auto;
}

.ramecek
{
display: block;
margin: auto;
position: relative;
width: 802px;
height: auto;
background: url(../img/bck_ramecek.jpg) repeat-y;
}

.spodek
{
display: block;
position: relative;
top: 0px;
left: 0px;
width: 802px;
height: 39px;
background: url(../img/spodek.jpg) no-repeat;
}

.reference_left
{
display: block;
float: left;
width: 401px;
height: auto;
}

.img
{
display: block;
text-align: center;
padding: 10px;
}


.nadpis
{
font-size: 13pt;
color: #1e295a;
font-weight: bold;
padding-left: 30px;
}


.info
{
font-size: 10pt;
color: #808080;
font-weight: bold;
padding-left: 30px;
}

.info a
{
color: #808080;
text-decoration: none;
}

.info a:hover
{
color: #808080;
text-decoration: underline;
}

.stranky
{
padding-left: 10px;
padding-right: 10px;
font-size: 14pt;
color: #A7A7A7;
font-weight: bold;
}

.aktual
{
font-size: 14pt;
color: #1e295a;
font-weight: bold;
}
