/* CSS Document */
/* //////////////////////// top elements ///////////////////////////// */
body {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:normal;
}
ul {
	margin-top:0px;
	margin-bottom:0px;
}
a {
	color:#000;
}
h2 img {
	display:none;
}
p.otazka {
	margin:10px 0px;
	font-weight:bold;
}
p.odpoved {
}
img {
	border:none;
}
img.floatLeft {
	margin:5px 10px 10px 0px; 
	float:left;
}
input {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:small;
}
form {
	margin:0px;
}
/* //////////////////////// menu ///////////////////////////// */
#menu {
	display:none;
}
/* //////////////////////// photo columns ///////////////////////////// */
div.akashaPhoto {
	float:left;
}
div.photoColumn {
	display:none;
}
div.noviny {
	margin-bottom:10px;
	font-weight:bold;
	text-align:right;
	font-style:italic;
}
/* //////////////////////// text block left ///////////////////////////// */
div.textBlockUpperLeft {
	height:40px;
	margin-top:5px;
}
.textBlockLeft {
	padding:0px 10px;
}
div.textBlockBottomLeft {
	height:16px;
}
/* //////////////////////// text block left wide ///////////////////////////// */
div.textBlockUpperLeftWide {
	height:40px;
	margin-top:5px;
}
.textBlockLeftWide {
	padding:0px 10px;
}
div.textBlockBottomLeftWide {
	height:16px;
}
/* //////////////////////// text block right ///////////////////////////// */
div.textBlockUpperRight {
	height:39px;
	margin-top:5px;
}
.textBlockRight {
	padding:0px 10px;
}
div.textBlockBottomRight {
	height:16px;
}
div.noviny {
	margin-bottom:10px;
	font-weight:bold;
	text-align:right;
	font-style:italic;
}
/* //////////////////////// text block right short ///////////////////////////// */
div.textBlockUpperRightShort {
	height:39px;
	margin-top:2px;
	margin-left:270px;
	width:270px;
	padding-right:30px;
	background-image:url(pic/textBlockUpperRightShort.gif);
	background-repeat:no-repeat;
	text-align:right;
	/* IE 5.x hack */
	width=300px;
}
.textBlockRightShort {
	margin-left:270px;
	width:280px;
	background-image:url(pic/textBlockBgShort.gif);
	background-repeat:repeat-y;
	padding:0px 10px;
	/* IE 5.x hack */
	width=300px;
}
div.textBlockBottomRightShort {
	height:16px;
	margin-left:270px;
	width:300px;
	background-image:url(pic/textBlockBottomShort.gif);
	background-repeat:no-repeat;
}
/* //////////////////////// kurzy ///////////////////////////// */
div.kurzPopis {
	text-transform:uppercase;
	font-weight:bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
div.kurzDetaily {
	margin-top:10px;
}
div.mezera {
	height:10px;
	font-size:0px;
}
/* //////////////////////// workshopy ///////////////////////////// */
div.workshopHlava {
	text-transform:uppercase;
	font-weight:bold;
	font-size:120%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
/* //////////////////////// pomocne univerzalni ///////////////////////////// */
.important {
	font-weight:bold;
}
span.warningBold {
	font-weight:bold;
}
span.warning {
	font-weight:bold;
}
/* //////////////////////// kurzy ///////////////////////////// */
#admin {
	display:none;
}
form.novinky {
	padding:5px;
	margin-top:10px;
}
input.novinky {
	border:1px solid #000;
	vertical-align:middle;
}
input.submitNovinky {
	font-size:11px;
	vertical-align:middle;
}