﻿* {
	margin: 0px;
	padding: 0px;
}

body {
background: url(img/pozadi.png) top center no-repeat;
background-color: #012c54;
}

#header {
width: auto;
height: 160px;
margin-left: auto;
margin-right: auto;
background: url(img/hlavicka.png) top center repeat-x;
}

#logo {
width: 950px;
height: 40px;
margin-left: auto;
margin-right: auto;
background: url(img/logo.png) left center no-repeat;
}

#language {
width: 1000px;
height: 30px;
margin-left: auto;
margin-right: auto;
}

#cz {
width: 30px;
height: 25px;
background: url(img/cz.png) top center no-repeat;
float: right;
}

#czd {
width: 30px;
height: 25px;
background: url(img/cz.png) top center no-repeat;
float: right;
background-position: 0 -25px;
}

#cz:hover {
background-position: 0 -25px;
}


#en {
width: 30px;
height: 25px;
background: url(img/en.png) top center no-repeat;
float: right;
}

#end {
width: 30px;
height: 25px;
background: url(img/en.png) top center no-repeat;
float: right;
background-position: 0 -25px;
}

#en:hover {
background-position: 0 -25px;
}

#menu {
width: 950px;
height: 64px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
background: url(img/menu.png) center center no-repeat;
}

#menu p {
padding-top: 20px;
padding-left: 20px;
font-family: "Candara", "Calibri", "Trebuchet MS", "Arial";
font-size: 20px;
color: #629dd3;
}

#menu p a {
text-decoration: none;
color: #629dd3;
}

#menu p a:hover {
color: #c7e3fd;
}

img {
border: none;
margin-bottom: -5px;
}

p {
margin-top: 10px;
}

#obsah {
width: 800px;
height: auto;
margin-left: auto;
margin-right: auto;
background: url(img/obsah2.png) center center repeat-y;
}

#text {
width: 750px;
height: auto;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
}

#text p {
font-family: "Candara", "Calibri", "Trebuchet MS", "Arial";
color: #c7e3fd;
font-size: 16px;
}

#text p a {
color: #629dd3;
text-decoration: none;
}

#text p a:hover {
color: #c7e3fd;
}

h1 {
font-family: "Candara", "Calibri", "Trebuchet MS", "Arial";
color: #629dd3;
font-size: 26px;
margin-top: 10px;
}

h2 {
font-family: "Candara", "Calibri", "Trebuchet MS", "Arial";
color: #629dd3;
font-size: 24px;
margin-top: 10px;
}

h3 {
font-family: "Candara", "Calibri", "Trebuchet MS", "Arial";
color: #629dd3;
font-size: 22px;
margin-top: 10px;
}

#text ul {
font-family: "Candara", "Calibri", "Trebuchet MS", "Arial";
}

#text ul li {
font-size: 16px;
color: #c7e3fd;
margin-left: 20px;
list-style-image: url(img/liststyle1.png);
}

#obsahkonec {
width: 800px;
height: 20px;
margin-left: auto;
margin-right: auto;
background: url(img/obsahkonec.png) center center no-repeat;
}

#footer {
margin-left: auto;
margin-right: auto;
margin-top: 10px;
width: 600px;
height: 30px;
}

#footer p {
text-align: center;
font-family: "Candara", "Calibri", "Trebuchet MS", "Arial";
color: #629dd3;
}

#osobni {border: none;}
#osobni label {position: absolute; font-size: 80%; padding-top: .2em; margin-left: 10px; color: #c7e3fd;}
input {margin-left: 11em; line-height: 1.4em; margin-bottom: .2em;}

#velikost {font-size: 90%;}
#poznamky {border: none;}
input {margin-left: 9em;}
input + input {margin-left: 1em;}
br + input {margin-left: 9em;}
