@charset "utf-8";
/* CSS Document */

*, html {
	padding: 0;
	margin: 0;
}
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	padding: 20px 0 ;

}
#curl {
	position:fixed;
	_position:absolute; 

	top:0;
	right: 0;
	z-index: 1;
}
#container {
	width: 882px;
	margin: 0 auto;
}

#menu {
	width: 882px;
	height: 44px;
	background: url(../images/menu.jpg) no-repeat left top;
	margin: 10px 0 3px;
}
#wrapper {
	width: 882px;
	background: url(../images/header.jpg) no-repeat left top;	
}
#header {
	width: 882px;

}
#content {
	width: 822px;
	background: url(../images/content_background.gif) repeat-y left top;
	padding: 30px 30px  60px;
	font-size: 0.9em;
}
#logo {

	padding-left: 670px;
	padding-top: 61px;
}
#perex {

	margin-left: 240px;
	margin-bottom: 20px;

	width: 566px;
	height: 108px;
	background: url(../images/perex_background.gif) no-repeat left top;

	color: #444;
}
#perex h1 {
	padding: 30px 20px 30px 80px;	
}
#perex p {
	padding: 5px 0;	
}

h2 {
	color: #bb9a9a;
	padding-top: 1em;
	clear:both;
}
/* MENU */
#menu ul {
	list-style: none;	
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	line-height: 44px;
	vertical-align: middle;
	padding: 1px 20px;
}
#menu .active a {
	color: #fff;
	font-weight: bold;
}
#menu a {
	padding: 0px  10px;	
	color: #666;
	text-decoration: none;
}
#menu a:hover {
	color: #fff;	
}

#footer {
	background: url(../images/footer.gif) no-repeat left top;	
	text-align: right;
	font-size: 14px;
	color: #999;
}
#footer span {
	background: #fff;
	position: relative;
	right: 50px;
	top: 3px;
	padding: 0 5px;
}


/* STYLY */
img, #content .attachmentsList img {
	border: 0;	
	background: none;
	margin: 0;
	padding: 0;
}
p {
	padding: 10px 20px;	
	line-height: 1.7em;
}
q {
	color: #666;
	font-size: 1.2em;
}
ul,ol {
	margin: 1em 5em ;	
}
li {
	padding: 0.2em 1em ;	
}

.attachmentsList {
	padding-top: 30px;	
}
.attachmentsList table {
	width: 100%;	
}
.modifydate {
	display:block;
	padding-top: 20px;
	color:#666;
}
#content img {
	border: 2px solid #bb9a9a;
	padding: 5px;
	background: #bb9a9a;
	margin: 10px;
}
a, a:link {
	color: #bb9a9a;
	font-weight: bold;
}
a:hover {
	color: #666;	
}
hr {
	clear: both;
	background: #eee;
	color: #eee;
	border: none;

}
.citace {
	margin: 20px 80px;
	background: #eee;
	padding: 10px;	
}
.citace span {

	color: #444;
	padding: 0 6em;

}
/* TABLE */
table {
	width: 80%;
	margin: 1em auto;
}
td {
	padding: 0.5em;	
}
tr.odd:hover, tr:hover {
	background: /*#FAF6F5;	*/ #D5C3C3;
}
tr.odd {
	background: #FAF6F5;
}


