@charset "utf-8";
/* CSS Document */
/* zakladni layout vcetne menu, log a bloku pro obsah*/
html {
	min-height: 100%;
	height: auto;
}
body {
	margin: 0;
	padding: 0;
	background: #6B0023 url(../layout/background_bottom.png) repeat-x bottom;
	color: #5c5c5c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center; /* zarovnani nasledujiciho bloku - kvuli IE5 */
	font-size: 100%;
}
#background_top{
	background: transparent url(../layout/background_top.png) repeat-x top;
	text-align:left;
}
#head {
	width: 941px;
	height: 130px;
	margin: 0 auto;
	background: url(../layout/head.png) no-repeat bottom;
}
#main {
	width: 941px;
	min-height: 570px;
	margin: 0 auto;
	font-size: 0.85em;
	background: url(../layout/main_background.png) repeat-y;
}
#menu {
	width: 297px;
	height: 500px;
	margin: 0;
	float: left;
	background: url(../layout/menu.png) no-repeat top left;
	text-align: left;
}
#menu p{
	font-size: 1.1em;
	font-style: italic;
	color: #999999;
	margin: 39px 0 0 40px;
	line-height: 32px;
	float: left;
}
#menu p a,#language_bar a {
	color: #999999;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}
#language_bar a {
	font-size:85%;
	font-style: normal;
	text-decoration: underline;
}
#menu a:hover,#language_bar a:hover {
	color: black;
}
#right_menu_items{
	width: 153px;
	float: right;
}
#right_menu_items p{
	font-size: 1.1em;
	font-style: italic;
	color: #999999;
	margin: 39px 0 0 -5px;
	line-height: 32px;
}
#logos{
	background: url(../layout/logos.png) no-repeat bottom right;
	width: 297px;
	height: 375px;
}
#counter{
position:relative;top:90px;left:11px;
font-size:70%;
/*	margin:45px 5px auto 120px;
	margin-left:120px;
	padding-top:45px;
	text-align:center;
	font-weight:bold;*/

}
#content {
	width: 644px;
	float: right;
	margin: 0;
	font-size: 1em;
}
#head_cont {
	width: 644px;
	height: 102px;
	margin: 0;
	background: url(../layout/head_cont.png) no-repeat top;
}

/* foot */
#foot {
	width: 941px;
	height: 147px;
	margin: 0 auto;
	background: url(../layout/foot.png) no-repeat bottom;
}
#foot p{
	margin: 0;
	padding: 50px 12px 0 0;
	text-align: right;
	font-size: 0.6em;
	color: silver;
	padding-right: 150px;
}
#foot a{
	color: silver;
}
#foot a:hover{
	color: black;
}

/* obsah */
.cleaner {
        clear: both;
        height: 0;
        content: ' ';
        overflow: hidden;
}
.cleaner hr {
   display: none;
}
h1 {
	margin: 0;
	padding: 15px 0 5px 10px;
	font-size: 1.2em;
	color: black;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}
h2{
	font-size:1em;
	font-style:italic;
	font-weight:bold;
	padding: 10px 0 0 10px;
}
#content {
	margin: 0;
	padding: 0;
	width: 644px;
	/*background-color:#FFFF00;*/
}
#content p {
	text-align: justify;
	margin: 0;
	padding: 5px 0 5px 25px;
	font-size: 85%;
	color: #636363;
	padding-right: 150px;
}
#content p,h1,h2{
	padding-right:150px;
}
a {
	font-weight: bold;
	color: #ffcd00;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
#language_bar {
	position:relative;top:90px;left:266px;
}
#content p.aktDatum {
	font-size: 70%;
	color: #999999;
}
.aktDatum {
	float:right;
	position:relative;
	top: 16px;
}
p.prilohy a[href^=''],div.attachment a[href^='']{
	padding-left:17px;
	background-image:url("../layout/sponka.png");
	background-position:left top;
	background-repeat:no-repeat;
}
#content .workshop p {
	text-align: left;
	margin: 0;
	padding: 0;
}
.workshop {
	width:480px;
	padding: 0;
	margin-left:0px;
	clear:both; 
	margin-top:5px;
	/*background-color:#00FFFF;*/
}
.workshop_img {
	width: 176px; 
	float:left;
	margin-bottom: 15px;
	text-align:center;
}
.workshop_text {
	margin-left:184px;
	text-align:left;
	margin-bottom: 15px;
}
.workshop_text h2 {
	padding: 8px 0 0 0; 
	text-align:left;
}
.partners{
	width:510px;
	text-align:center;
}
.partners_high {
	text-align:center;
	width: 510px;
}
#content .partners .partners_high p{
	margin:0;
	padding:5px 0 20px 0;
	text-align:center;
}
.partners_low {
	float:left;
	width: 255px;
}
#content .partners .partners_low p{
	margin:0;
	padding:5px 0 10px 0;
	text-align:center;
}
#content2 {
	padding:0px;
	margin:0 0 0 25px;
	width:470px;
}
#content2 p{
	padding:0px;
}