/* CSS Document */

body {
	margin: 0;
	background: #303030 url('bg.gif') repeat-x;
}

#container {
	width: 750px;
	margin: 40px auto 0 auto;
	background: #FFFFFF url('ctbg.gif') no-repeat;
	font-family: "Times New Roman", Times, serif;
}

#topheader {
	width: 750px;
	height: 89px;
	padding: 0;
	border-bottom: 1px solid #777777;
	color: #7AA7FE;
}

#topheader a img {
	border: 0;
}

#topheader img.banner {
	float: right;
	width: 468px;
	height: 60px;
	margin: 15px 15px 0 0;
}

#topheader h1 {
	margin: 0px 0 0 20px;
	padding-left: 35px;
	background: url('logo_new.gif') no-repeat;
	color: #000099;
	font-size: 36px;
}

#topheader span {
	padding-left: 73px;
	color: #000099;
	font-size: 12px;
	font-weight: bold;
}

a#header {
	display: block;
	width: 750px;
	height: 138px;
	line-height: 138px;
	border-bottom: 1px solid #303030;
	background: url('header.gif') no-repeat;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-size: 78px;
}

#menu {
	border-top: 5px solid #303030;
	width: 750px;
	height: 22px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu ul {
	width: 603px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
}

#menu li {
	display: inline;
}

#menu li a {
	float: left;
	display: block;
	width: 100px;
	height: 17px;
	padding-top: 5px;
	background: #303030 url(navbg.gif) no-repeat;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

#menu li a:hover, #menu li a.active {
	color: #000;
	background: #303030 url('navbg_over.gif') no-repeat;
}

#menu li a.active {
	font-weight: bold;
}

#content {
	clear: both;
	width: 720px;
	padding: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.micro-banner {
	float: left;
	width: 88px;
	height: 31px;
	margin-left: 15px;
	border: 0px solid GRAY;
	background-color: #DCDCDC;
}

.flashBox {
	float: left;
	margin-left: 15px;
}

#footer {
	width: 750px;
	height: 25px;
	margin: 0 auto 40px auto;
	padding-top: 10px;
	background: url(footer.gif) no-repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/***************************/
/* tpl: news.tpl           */

.news {
	width: 500px;
	margin: 40px auto 10px auto;
}

.news a.archiv {
	float: right;
	display: block;
	margin: 25px 0 0 0;
}

.news .article {

}

.news .article .top {
	width: 100%;
	margin-bottom: 5px;
	padding: 5px;
	border-bottom: 1px solid #483D8B);
	background-color: #7AA7FE;
}

.news .article .top .title {
	font-size: 12px;
	font-weight: bold;
}

.news .article .top .date {
	float: right;
	font-weight: 100;
}

/***************************/
/* tpl: data.tpl           */

.data {
	width: 500px;
	margin: 40px auto 10px auto;
}

#content a img {
	border: 1px solid rgb(255,228,196);
}

/***************************/
/* tpl: downloads.tpl      */

.downloads {
	width: 500px;
	margin: 40px auto 10px auto;
}

.downloads h2 {
	color: #FE9130;
	font-size: 22px;
}

.downloads p {
	color: Green;
	font-weight: bold;
}

.downloads a {
	font-size: 14px;
	font-weight: 100;
}

/***************************/
/* tpl: dates.tpl          */

table.dates {
	width: 500px;
	border-collapse: collapse;
	border: 0;
}


table.dates tr.thead {
	background-color: #7AA7FE;
	font-weight: bold;
}

table.dates tr.thead td {
	padding: 3px 5px;
	
}

table.dates tr {
	border: 0px solid #DCDCDC;
}

table.dates td {
	padding: 5px;
	border: 0;
	background-color: #FFF;/*#FFFAF0;*/
	vertical-align: top;
}

table.dates td.title {
	font-weight: bold;
	color: GREEN;
}

/***************************/
/* tpl: gallery-detail.tpl */

.galerie-titulek {
	text-align: right;
}

.galerie-titulek h2 {
	font-size: 18px;
	color: #FE9130;
}

.galerie-datum {
	padding-left: 10px;
	color: Gray;
	font-size: 9px;
	font-weight: 100;
}

.galerie-popis {
	padding-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid Orange;
}

table.galerie-detail td a img {
	text-decoration: none;
	border: 1px solid #dcdcdc;
}
