/* CSS Document */
.odkazy{
margin: 20px 0 0 0 ; 
text-align: justify;
font-size: 10pt
}
.odkazy a{
color: #ff0080;
}
.odkazy strong{
font-size: 12pt;
}
.text{
width: 260px;
height: 38px;
line-height: 38px;
border: 1px solid #ff0080;
padding: 0 20px 0 20px;
background: url('img/text.png') repeat-x;
font-size: 20px;
display: inline-block;
}
.submit{
width: 199px;
height: 40px;
display: inline-block;
line-height: 40px;
color: white;
background: #def5ff url('img/submit.png') no-repeat;
border: none;
margin: 0;
padding: 0;
font-size: 20px;
}
body{
margin: 0;
background: #def5ff url('img/back.png') repeat-x;
text-align: center;
font-family: "Trebuchet MS";
font-size: 1em;
}
a{
color: black;
}
p{
margin: 0;
}
a:hover{
text-decoration: none;
}
#cele{
width: 802px;
margin: 0 auto;
text-align: left;
}
#header{
width: 801px;
height: 307px;
background: #ff0080 url('img/logo.jpg') no-repeat;
color: white;
position: relative;
}
#header h1{
position: absolute;
width: 551px;
height: 207px;
padding: 100px 0 0 250px;
left: 0;
top: 0;
color: white;
font-weight: normal;
}
#header h1 a{
color: white;
text-decoration: none;
}
#header h1 a:hover{
text-decoration: underline;
}
#header h1 strong{
font-weight: normal;
font-size: 1.5em;
}
#header span{
position: absolute;
width: 451px;
height: 107px;
padding: 200px 0 0 350px;
left: 0;
top: 0;
line-height: 50px;
font-size: 1.2em;
}
#obsah{
color: black;
text-align: center;
padding: 30px 0 20px 0;
}
#pata{
width: 801px;
height: 30px;
border-top: 3px solid #ff0080;
text-align: center;
line-height: 30px;
}
hr {
	border: none;
	color: #ff0080;
	background-color: #ff0080;
	height: 1px;
}

.left{
width: 100%;
text-align: left;
font-size: 0.8em;
}

table {
	border-collapse: collapse;
	border: 1px solid #ff0080;
	text-align: left;
}
table#row1 {
	background-color: #ffddee;

}
table#row2 {
	background-color: white;

}

.male{
font-size: 10px;
line-height: 15px;
padding: 0 0 10px 0;
text-align: justify;
}