/*---id content---*/
#content{
	width: 822px;
	background-color: #ffffff;
	background-image: url(../img/bg-content.jpg);
	background-repeat: repeat-y;
	text-align: justify;
}

#text{
	padding: 20px 50px 30px 50px;
	font-size: 0.9em;
}

#text h1{
	font-size: 1.5em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}

#text h2{
	font-size: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 15px 0px;
}

/*box-program*/
div.box-program{
	width: 100%;
	border: 1px solid #a09c9c;
	background-image: url(../img/bg-box-program.jpg);
	background-repeat: repeat-x;
	background-position: 0px 22px;
	padding-bottom: 40px;
	margin-bottom: 30px;
}

div.box-program table{
	margin-right: 20px;
	/*width: 100%;*/
}

div.box-program table th, td{
	vertical-align: top;
	border-bottom: 1px dotted #c6c6c6;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.box-program table td.prejit{
	vertical-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
	border-bottom: 0px;
}

div.box-program table td.mezera{
	padding-left: 15px;
	padding-right: 15px;
	
}

/*div.box-program table td.prejit a{
	vertical-align: bottom;
}*/

div.box-program table a{
	text-decoration: none;
	color: #F29129;
	font-weight: bold;
}

div.box-program table a:hover{
	text-decoration: underline;
}

div.box-program h3{
	border-bottom: 1px solid #a09c9c;
	background-color: #648fcb;
	font-size: 1em;
	padding: 3px 0px 3px 10px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	font-weight: bold;
}

div.box-program h4{
	margin-bottom: 10px;
}

div.img-program{
	float: left;
	width: 130px;
	text-align: center;
	padding-top: 15px;
}

div.img-program img{
	/*display: block;*/
	border: 2px solid #a09c9c;
}

div.img-program a:hover img{
	border: 2px solid #f29129;
}

div.aktuality-program{
	/*float: left;*/
}

