body {
	background-color: #FFDDFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


#frame {
	width: 766px;
	border: 1px solid #FF0000;
	margin:auto;
	padding:0px;
	margin-top:0px;
}

#header {
	
	background-image:url(images/header.jpg);
	font-size:8px;
	color:#FF0000;
	height:158px;
	width:766px;
	border-bottom:1px solid #FF0000;

}

#header .upoutavka {
	position:absolute;
	top:-20px;
}

#mainframe {

	margin:0px;
	padding:0px;
	font-size: 11px;

}

#potvrzeni {
	padding:5px;
	text-align:center;

}

#potvrzeni h1 {
	font-size:12px;
}

#potvrzeni .zkratky {
	font-size:8px;
	color: FFCCFF;
}

#potvrzeni .tlacitka {
	text-align:center;
	height:50px;
}

#potvrzeni .tlacitko {
	border: 2px solid #FF0000;
	height:50px;
	line-height:50px;
	padding:20px;
	margin-left:20px;
	margin-right:20px;
	width: 200px;
	font-size:16px;
	background:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
}

#potvrzeni .tlacitko a {
	color:#FFFFFF;
	text-decoration:none;

}

#potvrzeni .tlacitko a:hover {
	text-decoration:underline;

}

hr.cleaner
{
clear:both;
display: none
}

#footer {

	border-top: 1px dotted #FF0000;
	font-size:9px;
	padding:4px;
	text-align:center;
}

#footer a {
color:#000000;
}