body {
	margin:0;
}
p {
	text-indent:1em;	
	margin-top:0.2em;
	margin-bottom:0.2em;
	text-align:justify;
}
.left {
	float:left;
	margin-left:0 !important;
}
.right {
	float:right;
	margin-right:0 !important;
}
span.image {
	margin:1em;
	margin-bottom:0;
	text-indent:0;
	font-style:italic;
}
span.image span {
	text-align:center;
	display:block;
}
.datum {
	width:150px;
}
.kontakt h3{
	margin:0;
}
.kontakt {
	margin-bottom:1em;
	float:left;
	margin-right:1em;
	width:265px;
	min-height:90px;
	_height:90px;
}
.kontakt label {
	clear:both;
}
.kultura img {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	border:0;
}
.kultura h2,
.zpravodaj h2  {
	clear: both;
}
#content label{
	font-weight:bold;
	width:60px;
	display:block;
	float:left;
}
@media print {
	#menu {
		display:none;
	}
}
@media screen {
	* {
		font-size:98%;
		font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	}

	body {
		background-image:url(images/bgcolor.gif);
	}
	#content-container {
		background-color:white;
		background-image:url(images/bg.gif);
		width:766px;
		margin-left:auto;
		margin-right:auto;
	}
	#header,
	#footer  {
		background-repeat:no-repeat;
		background-color:#999999;
	}
	#header {
		width:776px;
		height:145px;
		background-image:url(images/header.jpg);
		
		left:-6px;
		display:block;
	}
	#footer {
		width:781px;
		height:57px;
		position:relative;
		left:-6px;
		background-image:url(images/footer.jpg);
	}
	
	#content,
	#content span,
	#content p, 
	#content li,
	#content em,
	#content div
	{
		font-family: serif;
	}
	#content {
		width:565px;
		top:-12px;
		_top:5px;
		left:170px;
		position:relative;
		min-height:400px;
		_height:400px;
		border-left:1px solid #CCCCCC;
		padding-left:1em;
	}

	h1 {
		font-size:160%;
		
	}
	h2 {
		font-size:110%;
		border-bottom:1px solid #BFA651;
	}
	h1,
	h2
	{
		color:#BFA651;
	}
	h1,
	h2,
	h3 {
		margin-bottom:1px;
	}
	ul,
	ol {
		margin-bottom:0;
		margin-top:0;
	}
	caption {
		font-size:110%;
		color:#BFA651;
		border-bottom:1px solid #BFA651;
		text-align:left;
		font-weight:bold;
	}
	table {
		margin-bottom:15px;
	}
	td {
		border-bottom:1px solid #E2E2E2;
	}
	th {
		color:gray;
		border-bottom:1px solid #E2E2E2;
	}
	
	#menu {
		position:absolute;
		width:150px;
		top:150px;
		margin-left:20px;
		
	}
	#menu div {
		margin-bottom:3px;
		font-weight:bold;
		font-size:160%;
		color:#CCCCCC;
	}
	#menu a{
		color:gray;
	}
	#menu a, 
	#menu span {
		text-decoration:none;
		margin-bottom:3px;
	}
	#menu a:hover {
		text-decoration:underline;
		color:black;
	}
	#menu a,
	#menu span{
		display:block;
	}

	.kontakt h3{
		color:#BFA651;
	}
	.pdf-link {
		background-image:url(images/pdf_icon.jpg);
		height:64px;
		width:64px;
		background-repeat: no-repeat;
		float: right;
	}
	.file-link {
		background-image:url(images/file.png);
		display:block;
		float:right;
		height:16px;
		width:16px;
		background-repeat: no-repeat;
	}
}