body	{
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	background: white url(pozadi.jpg) top right no-repeat fixed;
}
div#centr	{
	text-align: center;
}
div#ramec	{
	text-align: left;
	width: 910px;
	margin: 30px auto 30px auto;
	padding: 0px 0px 0px 0px;
	background: url(white.png) repeat 0px 0px;
/*	border:1px solid #b2b2b2;*/
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
}
div#ramecback	{
	padding: 20px 0px 20px 0px;
	background: url(greyline.png) repeat-y 0px 0px;
}
div#ramecin	{
	margin: 0px 20px 0px 37px;
}
div#cejkovice	{
	height:204px;
	overflow: hidden;
	border-right:1px solid #b2b2b2;
	background: url(c2013.png) no-repeat 0px 0px; 
}
div.section	{
	width: 50%
}
div.clear	{
	height: 0px;
/*	background-color: #b2b2b2;*/
	overflow: hidden;
	clear: both;
}
div.in	{
/*	border: 1px solid #dcdcdc;*/
	padding: 10px 10px 10px 25px;
}
iframe	{
	height: 35px;
	width: 100%;
}
h1	{
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 10px 0px;
	font-size: 28px;
	background-color: white;
}
#ramec h2	{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 18px;
}
h3	{
	margin: 5px 0px 0px 0px;
	font-size: 24px;
	font-weight: normal;
}
p	{
	margin: 10px 0px 0px 0px;
	color: #666666;
	font-size: 14px;
	line-height: 19px;
}
p b	{
	color: black;
}
a	{
	color: #106BB2;
}
ul	{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
/*	list-style-type: disc;*/
}
li	{
	margin: 0px;
	line-height: 19px;
	font-size: 12px;
	color: #666666;
}

/* program */
.program table	{
	margin-top: 10px;
}
.program td,
.program th	{
	font-size: 12px;
	padding: 5px 10px 0px 0px;
	vertical-align: top;
}
.program th	{
	text-align: right;
	font-weight: normal;
	color: gray;
}
.program i	{
	color: gray;
}
/* partneri */
#partneri h2	{
	padding-bottom: 15px;
}
#partneri table td	{
	text-align: center;
	padding-bottom: 20px;
	background-color: white;
}
div#qr	{
	height: 200px;
	text-align: right;
/*	background-color: red;*/
}
/* form */
div#registrace	{
	margin-top: 0px;
/*	padding-top: 200px*/
}
body#regform	{
	margin: 0px;
	padding: 0px;
	background: none;
	overflow: hidden;
}
#regform h2	{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 18px;
}
#aForm{
	padding: 0px;
}
#aForm div label,
#aForm p	{
	display: block;
	margin: 10px 0px 3px 0px;
	font-size: 12px;
	color: #666666;
}
#aForm div input{
	width: 280px;
	padding: 3px;
	color: black;
	font-family: "Segoe UI", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #cecece;
}
#aForm div input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#aForm div span{
	color: #e46c6e;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
input#send	{
	margin-top: 10px;
	height: 30px;
	font-family: "Segoe UI", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #fcb21f !important;
	background-color: #fee080 !important;
	background-image: url(/images/_/sbutton30_h.png) !important;
}