/* CSS Document */

html {
	text-align:center;
	margin:0 auto 0 auto;
	width:100%; height:100% !important;
	background: #fff;
}

body {
	text-align:center;
	margin:0 auto 0 auto;
	padding: 0px;
	font-family: Arial, Tahoma, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 13px;
	color: #000;
	height:100% !important;
	background:none;
}

.clear {
	clear:both;
	height:0px;
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}

/* zakladni formatovani textu */

h1 {
	margin:40px 0 30px 0;
	font-size:30px;
	font-weight:normal;
	text-align:left;
	color:#000;
}

h2 {
	margin:20px 0 15px 0;
	font-size:20px;
	font-weight:normal;
	text-align:left;
	text-transform:uppercase;
	color:#000;
}

h3 {
	margin:15px 0 10px 0;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#5F360A;
}


a {color:#000;}

ul {
	margin:0;
	padding:0;
}

.home_link a {
	display:none;
}


/* forms */

input {
	height:22px;
	width:187px;
	padding:3px;
	float:left;
	border:1px solid #DA990D;
	border-top:1px solid #6D4C06;
	background: #fff;
}

/* zakladni layout */

#page {
	height:auto;
	width:auto;
	margin:0px auto 0 auto;
	padding:0px 30px;
	height:auto;
    text-align:center;
}

#top {
	display:none;
}

#mainbox {
	text-align:left;
}

#content_left {
	display:none;
}

#content_right {
	width:auto;
}

#pre_footer {
	display:none;
}

#footer {
	display:none;
}


/* hlavni nadpis */

h1.main_h1 {
	display:block;
	width:751px;
	height:37px;
	line-height:0px;
	margin:39px 0 0 3px;
	padding:0 0 10px 0;
	font-size:1px;
	color:#F4910B;
	background: url(images/main_h1.png) top left no-repeat;
}


/* Muj program */

.myprog {}

.myprog_date {
	width:auto;
	line-height:37px;
	margin-top:30px;
}

.myprog_date span {
	padding:0px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	border-bottom:1px solid #000;
	text-transform:uppercase;
	text-decoration:underline;
}



.prog_table {}

.prog_table table {
	width:755px;
	border-collapse:collapse;
}

.prog_table table tr {
	height: 44px;
	_height: 25px;
}

.prog_table table tr td {
	padding:5px 0;
	font-size:14px;
	border-bottom:1px solid #C5740B;
}

.prog_table table tr td span.together_with {
	display:block;
	width:125px;
	padding:0 0 0 25px;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

.button_delete {
	display:none;
}

.buttons_prog {
	display:none;
}

.button_print {
	display:none;
}

.button_mail {
	display:none;
}