/*************************
 hlavni rozlozeni - START
*************************/

html{
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
}

body{
background-color:#333333;
color:#000;
padding:0;
margin:0;
border:0 none;
list-style-type:none;
}

img {
padding:0;
margin:0;
border:0 none;
list-style-type:none;
}

#all {
width: 950px;
margin: auto;
background-color: #ffffff;
}

#logo {
width: 950px;
height: 158px;
}

#logo img {
width: 950px;
height: 158px;
}

#main {
width: 950px;
background-image: url(background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #c3d9ff;
}

.center {
width: 880px;
margin: auto;
}

#linky {
width: 860px;
margin: auto;
margin-top: 10px;
text-align: right;
font-size: 12px;
font-weight: bold;
color: #245688;
}

#linky a, #linky a:active, #linky a:visited {
color: #245688;
text-decoration: underline;
}

#linky a:hover {
color: #de7f00;
text-decoration: none;
}

#info {
width: 860px;
margin: auto;
margin-top: 30px;
padding-bottom: 20px;
text-align: justify;
font-size: 11px;
color: #245688;
}
