html, body{
	font-family: "Trebuchet MS",Verdana,sans-serif;
	font-size: 12px;
	color: #A92767;
	margin:0; 
	padding:0;
	background: url(images/bg.jpg) top repeat-x #FCEAF5;
}

#hlavicka{
	width:850px;
}
#stranka{ 
	width: 800px;
	margin: 0 auto;
} 
#center {
	margin: 0 auto;
	font-size:12px;
	width: 500px;
	height: 110px;
	background: url(images/info.png) no-repeat;
}
#center p {
	padding: 20px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
#center small {
	color: #FFFFFF;
	font-size: 10px;
}
#osobnost {
	width: 800px;
	margin: 0 auto 10px auto;
	padding: 10px;
	background: #FFAFE1;
	text-align: justify;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}
.osobnost {
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #FF7FD2;
}
#footer{
	margin: 20px auto;
	width: 800px;
	border-top: 1px dashed #AF207A;
	font-size: 11px;
	color: #AF207A;
}
#footer p {
	text-align: center;
	line-height: 15px;
}
a, a:visited {
	color: #660033;
	text-decoration: underline;
	text-transform: uppercase;
}
a:hover {
	text-decoration: none;
}
p {
	line-height: 20px;
	text-align: justify;
}
p.cervene {
	width: 100%;
	margin: 10px auto;
	padding: 5px;
	background: #FF3333;
	border: 1px solid #CC0000;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}
p.zelene {
	width: 100%;
	margin: 10px auto;
	padding: 5px;
	background: #00CC00;
	border: 1px solid #009900;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}
h1 {
	text-align: center;
	font-size: 20px;
	color: #660033;
}
h1.vitaz {
	margin: 10px 10px 0;
	font-size: 22px;
	text-align: left;
	color: #FF7FD2;
	line-height: 16px;
}
input, textarea, select {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	border: #F8D5EB 1px solid;
	padding: 5px;
}
textarea {
	overflow: hidden;
}
input.submit {
	background: url(images/odoslat.png);
	display: block;
	width: 130px;
	height: 35px;
	border: 0;
}
img {
	border: 0;
}
small {
	color: #DF61B0;
	font-size: .9em;
}
form {
	padding:0; margin:0;
}
th {
	background: #FFD7F2;
}
td {
	border-bottom: 1px solid #FFD7F1;
}
.ciara {
	background:url(images/dole.png);
	width: 100%;
	height: 20px;
	padding: 3px 0 1px;
	margin: 10px 0;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.riadok {
	width: 700px;
	padding: 10px 0 2px 0;
	margin: 1px 0;
}
.riadok.red {
	color: red;
	font-weight: bold;
}
.popis {
	float: left; 
	width: 320px; 
	padding: 7px; 
	text-align: right;
}
.hlas {
	font-size: 16px;
	font-weight: bold;
	color: #CC0033;
}
