body{
    background-image: url("../imgs/body-bg.jpg");
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 11px;
    line-height: 17px;
    color: #808080;
    text-align: center;
}
a{
	color: #ab5700;
}
a:hover{
	color: #f97f00;
}
a.dwnld{
	background: url("../imgs/dwnld.gif") no-repeat;
	padding-left: 35px;
	margin-left: 20px;
	line-height: 23px;
	display: block;
}
a span{
	display: none;
}
img{
	border: 0;
}
h1{
	color: #ab5700;
	font-size: 18px;
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 15px;
}

/*LAYOUT*/
#holder{
	background: url("../imgs/top-bg.jpg") repeat-x top left;
}

#container{
	width: 766px;
	background-image: url("../imgs/container-bg.jpg");
	margin: 0 auto;
	text-align: left;
}
#container #top{
	background: url("../imgs/top.jpg") no-repeat -1px 0;
	/*padding: 34px 3px 0 3px;*/
	position: relative;
}
#container #counter{
	position: absolute;
	right: -60px;
	top: 30px;
	width: 58px;
	/width: 63px;
	_width: 63px;
	padding-right: 5px;
	height: 74px;
	/height: 84px;
	_height: 84px;
	padding-top: 10px;
	background-image: url("../imgs/counter.jpg");
	text-align: center;
}
#container #counter span{
	display: block;
	font-size: 25px;
	margin: 4px;
}
#container #top #flash{
	padding-left: 3px;
	padding-top: 15px;
	/margin-bottom: 35px;
}
#container #top #logo{
	display: block;
	width: 310px;
	height: 121px;
	background-image: url("../imgs/logo.jpg");
}

#container #menu{
	position: absolute;
	top: 251px;
	left: 33px;
}
#container #menu ul,
#container #menu li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#container #menu a{
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 7px 10px;
	background-color: #fbb339;
	border-bottom: 1px solid #fdd99c;
	width: 145px;
	/width: 165px;
	_width: 165px;
}
#container #menu .first a{
	background: #fbb339 url("../imgs/menu-top.gif") no-repeat;
}
#container #menu .first a:hover{
	background: #00adaa url("../imgs/menu-top-hover.gif") no-repeat;
}
#container #menu .last a{
	background: #fbb339 url("../imgs/menu-bot.gif") no-repeat bottom left;
	border: 0;
}
#container #menu .last a:hover{
	background: #00adaa url("../imgs/menu-bot-hover.gif") no-repeat bottom left;
}
#container #menu a:hover{
	background-color: #00adaa;
}

#container #content{
	margin-left: 248px;
	margin-top: 30px;
	min-height: 600px;
	_height: 600px;
	margin-right: 50px;
	padding-bottom: 35px;
}
#container #overflow{
	width: 685px;
	_width: 700px;
	height: 400px;
	overflow: auto;
	margin-left: 25px;
	padding-right: 15px;
}


/* OLDIES */
#container #content h4{
	font-size: 14px;
	margin-top: 0;
	color: #ab5700;
}
#container #content h4:hover{
	color: #f97f00;
}
#container #content span.datum{
/*
	display: block;
	float: left;
	width: 43px;
	height: 51px;
	background-image: url("../imgs/date-box.gif");
	margin-right: 15px;
	text-align: center;
	color: #a6a6a6;
	font-size: 10px;
*/
}
#container #content span.datum span{
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
	color: #e7e7e7;
}
#container #content .news-title{
	clear: left;
	padding-top: 10px;
	/padding-top: 3px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 5px;
}
#container #content .news-title img,
.interpret_photo{
	float: left;
	border: 6px solid #fafa89;
}
#container #content .news-title a:hover img,
a:hover .interpret_photo{
	float: left;
	border: 6px solid #ff965b;
}
#container #content .rightList{
	float: right;
	border-left: 2px solid #ededed;
	padding-left: 10px;
	margin-left: 10px;
	width: 165px;
}
#container #content .rightList h4{
	font-size: 13px;
	margin-bottom: 4px;
	margin-top: 10px;
}

.interpreti .interpret_photo,
.interpret_photo{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.interpreti .interpret_photo img{
	border: 6px solid white;
}
.interpreti a:hover img.interpret_photo,
a:hover img.interpret_photo{
	border: 6px solid #ff965b;
}
.interpreti h2{
	margin-top: 0;
}

.galerie b{
	display: block;
	margin: 10px 0 0 10px;
	font-size: 16px;
	color: #cec9b5;
}
.galerie{
	background-color: #faf8ee;
	border-top: 1px solid #ece6cf;
	border-bottom: 1px solid #ece6cf;
	margin-top: 20px;
}
.galerie a img, #main_gallery a img{
	margin: 10px;
	border: 6px solid #f0ebd8;
}
#main_gallery a img{
	margin: 6px;
}
.galerie a:hover img, #main_gallery a:hover img{
	border: 6px solid white;
}

.interpreti strong a{
	display: block;
	padding: 8px 12px;
	background-color: #fffbed;
	border-top: 1px solid #d6d6d6;
	font-size: 14px;
}
.interpreti strong a.odd{
	background-color: #fff9e3;
}
.interpreti strong a:hover{
	background-color: #fb9910;
	color: white;
	text-decoration: none;
}

#footer{
	border-top: 4px solid #eeeeee;
	background: #fbb339 url("../imgs/footer-bg.gif") no-repeat center center;
	color: white;
	padding: 15px;
	height: 15px;
	margin: 0 3px;
}
#footer a{
	color: white;
}

#footer .left{
	float: left;
	margin-left: 40px;
}
#footer .right{
	float: right;
	margin-right: 40px;
}
#overlayblack{
	background-color: black;
	height: 19px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	width: 746px;
	_width: 760px;
	margin: 0 auto;
	text-align: center;
	padding: 8px;
}

h5{
	margin: 0 0 10px 0;
	font-size: 15px;
	color: #ab5700;
}

#partneri img{
	margin: 0 6px;
}

b.day_big{
	display: block;
	font-size: 16px;
	margin: 10px 0;
	color: #ab5700;
	font-weight: normal;
	border-top: 1px solid #ab5700;
	padding-top: 10px;
	margin-top: 10px;
}

strong.decak{
	font-size: 16px;
	font-weight: normal;
	color: #ff5a66;
}
strong.strelak{
	font-size: 16px;
	font-weight: normal;
	color: #008000;
}
strong.kampa{
	font-size: 16px;
	font-weight: normal;
	color: #ff0000;
}
strong.janacek{
	font-size: 16px;
	font-weight: normal;
	color: #00bcff;
}
strong.meet{
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}

#submenu{
	position: relative;
	top: -12px;
}
#submenu a{
	display: block;
	padding: 6px 20px;
	float: left;
	background-color: #f3e9db;
	color: #f1940c;
	margin-right: 15px;
	border: 1px solid #f3d78e;
	border-top: 0;
	text-decoration: none;
	font-size: 14px;
}
#submenu a:hover{
	background-color: white;
}

#table_results th{
	text-align: left;
	font-size: 13px;
	color: #fc862f;
	padding: 4px;
}
#table_results td{
	font-size: 11px;
	padding: 4px;
}
#table_results tr.even td{
	background-color: #f6f6f6;
}
#table_results tr.odd td{
	background-color: #eeeeee;
}

.post{
	color: #777777;
	padding: 25px 20px;
}
.post .post_footer{
	margin-top: 20px;
}
.color1,
.color{
	background-color: #dbf1f4;
}
.color2{
	background-color: #ebf4db;
}
.color3{
	background-color: #f4e6db;
}
.color4{
	background-color: #f4f1db;
}
.color5{
	background-color: #ffffff;
}

#forum{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

#forum label{
	display: block;
	float: left;
	font-weight: bold;
	width: 70px;
}
#forum input{
	display: block;
	float: left;
}
#forum .mandatory{
	margin-left: 10px;
}
#forum .clear{
	clear: left;
	height: 12px;
}
#forum .button{
	float: none;
	margin: 10px 0;
}
#forum textarea{
	width: 100%;
	height: 100px;
}

.interpreti .whennie{
	display: block;
	font-weight: bold;
	color: #ab5700;
}
