/* CSS Document */
body {
	color:black;
	font-family:Arial, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size:13px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:970px;
	position:relative;
}

ul {
	list-style-position: outside;
	list-style-type:none;
	margin-top:0;
}

ul li {

}

ul li a {
	text-decoration:none;
}

ul li a:hover {
	font-weight:bold;

}

a {
	color:#600;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
}

h1 {
	color:#600;
	font-size:1.4em;
	margin-top:0;
}

p {
	line-height:1.5em;
}

#body {
	border:solid 0 red;
	text-align:left;
	width:970px;
	height: 580px;
}

#container {
	text-align: justify;
	width: 970px;
	border: solid 0 red;
}

#name {
	color: black;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	height:40px;
	padding-top: 10px;
}

#pageHeader {
	color: black;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
	height: 40px;
}

.header {
	width: 300px;
	height: 440px;
	padding-right:5px;
	float: left;
	background: #ffffff url(../images/zahrada_a.jpg) left no-repeat;
}

.headercenter {
	width: 300px;
	height: 440px;
	padding-right:5px;
	float: left;
	background: #ffffff url(../images/antre.jpg) left no-repeat;
}

.headerright {
	width: 360px;
	height: 440px;
	float: left;
	background: #ffffff url(../images/tanec.jpg) left no-repeat;
}


.headercontact {
	color: #600;
	text-align: right;
	width: 360px;
	height: 100px;
	float: left;
}

.headerlogo {
	background-color: #300;
	background: #330000 url(../images/logo.jpg) no-repeat;
	width: 300px;
	height: 100px;
	float: left;
	background-position: center;
}

#headerDuble {
	color: black;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
	height: 40px;
}

.headerDuble {
	width: 230px;
	height: 100px;
	padding-right:5px;
	padding-left:5px;
	background: #ffffff url(../images/zahrada_m_a.jpg) center no-repeat;
	float: left;
}

.headerDublecenter {
	width: 230px;
	height: 100px;
	padding-right:5px;
	background: #ffffff url(../images/antre_m.jpg) left no-repeat;
	float: left;
}

.headerDubleright {
	width: 295px;
	height: 100px;
	background: #ffffff url(../images/tanec_m.jpg) left no-repeat;
	float: left;
}

.headerDublelogo {
	background: #330000 url(../images/logo.jpg) no-repeat;
	background-position: center;
	width: 200px;
	height: 100px;
	float: left;
}

#topMenu {
	background-color:#fc3;
	color:#000000;
	font-style:normal;
	height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.topMenuLeft {
	width: 205px;
	padding-top:5px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

.topMenuRight {
	width: 765px;
	padding-top:5px;

	float: left;
}

.topMenuRight a {
	color:#660000;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
	background: url(../images/lif.png) left no-repeat;
}

.topMenuRight a:hover {
	color:#d0b2b2;
	text-decoration:none;
	background: url(../images/lir.png) left no-repeat;
}

#leftcol {
	background-color: #FFFFFF;
	float:left;
	margin:0;
	width:300px;
	padding-left: 5px;
	padding-right: 5px;
	height: 100px;
}

#leftcol span {
	color:#00006F;
	font-size:1.4em;
	margin:20px 0 0 10px;
}

#leftcol ul {
	padding-left: 0px;
	margin: 0px 0 15px 0px;
}

#leftcol a {
	padding-left: 15px;
	background: url(../images/lir.png) left no-repeat;
}

#leftcol a:hover {
	background: url(../images/lif.png) left no-repeat;
}

#leftcolDuble {
	float:left;
	margin:0;
	padding-right:5px;
	width:200px;
	height: 450px;
}

#leftcolDubleTop {
	height: 370px;
}

#leftcolDubleTop span {
	color:#00006F;
	font-size:1.4em;
	margin:20px 0 0 10px;
}

#leftcolDubleTop ul {
	padding-left: 0px;
	margin: 0px 0 15px 0px;
}

#leftcolDuble a {
	padding-left: 15px;
	background: url(../images/lir.png) left no-repeat;
}

#leftcolDuble a:hover {
	background: url(../images/lif.png) left no-repeat;
}

#center {
	width:460px;
	padding-right:10px;
	float:left;
}

#center ul {
	list-style: square inside;
}

#articleContent {
	text-align:justify;
	width:460px;
	height: 100%;
}

#gallery {
	text-align: justify;
	width: 295px;
	height: 100%;
	float: left;
	position:relative;
}

#gallery a, #mainContent .gallery_navigation a {
/*background-image:none;*/
padding:0;
}

.gallery_folder, .gallery_photo {
float:left;
height:75px;
min-width:90px;
padding-right:4px;
padding-top:10px;
}

.gallery_folder img, .gallery_photo img {
border:1px solid #E5E5E5;
}

.gallery_navigation {
padding-top:5px;
text-align:center;
}

#footer {
	clear:both;
	color:silver;
	text-align:center;
	height: 25px;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	border-top: 1px solid #fc3;
}

h2 {
	color:#660000;
	font-size:1.1em;
	margin-top:0;
}

h3 {
	color:#000000;
	font-size:1,1em;
	margin-top:0;
	margin-bottom:0;
}

.inblock h3 {
padding-top:15px;
}

.articleListItem {
	margin-top:10px;
}

.articleListItem h2 {
	margin:0;
}

.articleListItem p {
	margin:0 0 5px;
}

.articleListItem img {
	float:left;
	padding:3px 5px 2px 0;
}

.clear {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
}

.ApolloNavigation {
	text-align:center;
}

.newChanges {
	border:1px solid #000076;
	float:right;
	margin-bottom:10px;
	margin-left:10px;
	width:250px;
}

.newChanges span {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000076 none repeat scroll 0 0;
	color:white;
	display:block;
	padding:3px;
}

.newChanges p {
	margin:0 0 5px;
	padding:3px;
}

.newChanges em {
	display:block;
	font-size:0.9em;
}

#gallery a.thickbox{
 margin-bottom:10px;
 display:block;
}

#galleryLeft{
background:url("/images/leva.png") left top no-repeat;
width:19px;
height:22px;
display:block;
}
#galleryRight{
background:url("/images/prava.png") left top no-repeat;
width:19px;
height:22px;
display:block;
float:right;
}

div.eventsItem div.date {
margin-top:10px;
}

.memoriesList a img
{   border: 0px;
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    padding: 2px;}

.smallServiceList{float:right;}

.apolloListItems h2{margin-top:10px;margin-bottom:2px;}

.apolloListItems .descImage img{margin:0 5px 5px 0;}

#center.apolloListItems{width:765px;padding-right:0;}

.memoryCategory p img, .memorySubCategory p img{display:block;margin:0 auto;}

.memoryCategory p a, .memorySubCategory p a{
 text-decoration:none;
 font-weight:normal;
}

.memoriesList a img{border:0px;}

.memoryCategory p, .memorySubCategory p {
width: 100px;
font-size: 10px;
text-align: center;
float: left;
}
.memorySubCategory p {width:100px;}
.memoryCategory, .memorySubCategory{margin-bottom:20px;}
.memoryCategory a img, .memorySubCategory a img{border:1px solid black;}
