@charset "utf-8";
/* CSS Document */

a, a:visited {text-decoration: underline; color: #902d37;}
a:hover {text-decoration: underline; color: #000;}

p {	line-height: 1.3;}

p a {text-decoration: underline; color: #902d37;}

h1, h2, h3, h4, h5, h6 {display: block;}

.small {width: 970px;font-size: 85%;}

li{	margin-bottom:5px;}


/*footer*/
.wrapperFooter  {
	background-position: top center;
	background-repeat: no-repeat;
	width: 860px;
	height: 55px;
	background-image: url(../images/wrapper-footer.png);
	margin: 0px;
	clear:both;
	line-height: 50px;
	text-align: right;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: normal;
	padding-right:110px;
}



.wrapperFooterBoxA  {
	float:right;
	width:210px;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
}

.wrapperFooterBoxA a, .wrapperFooterBoxA a:visited {text-decoration: none; color: #FFF;}
.wrapperFooterBoxA:hover {text-decoration: underline; color: #FFF;}

.wrapperFooterBoxB  {
	margin: 15px 0px 0px 25px;
	float:left;
}

.wrapperFooterBoxC {
	margin: 15px 0px 0px 25px;
	float:left;
	color: #000000;
	font-size: 80%;
	line-height: 30px;
}


/*div obsah*/

.divContentHeader  {
	background-position: top center;
	background-repeat: no-repeat;
	width: 946px;
	height: 62px;
	background-image: url(../images/div-content-header.png);
	margin-left:12px;
	float:left;
	text-align: left;
	text-indent: 55px;
}

.divContent  {
	width: 922px;
	margin: -4px 0px 0px 12px;
	float:left;
	text-align: left;
	background-color: #FFFFFF;
	border-left: solid #edd894 2px;
	border-right: solid #edd894 2px;
	padding: 0 10px;
	font-size: 0.9em;
	overflow:hidden;
	z-index:10;
	clear:both;
}


.divContent table  {
	color: #902d37;
	font-size: 110%;
}


.divContentLeftCol  {width: 50%; float:left; overflow:hidden;}
.divContentRightCol  {width: 48%; float:right;}

.divContentRightCol table {
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	margin:10px;
}

.divContentFooter  {
	background-position: left center;
	background-repeat: no-repeat;
	width: 946px;
	height: 13px;
	background-image: url(../images/div-content-footer.png);
	margin-left:12px;
	margin-bottom:5px;
	float:left;
}

.example  {
	padding:10px;
	margin:5px;
	border: double #E0C279 3px;
}

.exampleB  {
	padding: 0 10px;
	border: double #E0C279 3px;
	font-size: 80%;
	margin-bottom:5px;
	overflow:hidden;
	background-color: #FFFFFF;
}


.excerpt  {
	padding:10px;
	border: solid #f3d596 1px;
	border-left: solid #f3d596 5px;
	color: #902d37;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0px 100px 0px 100px;
	overflow: hidden;
}

.excerptImgLeft  {
	padding:5px;
	border: solid #f3d596 1px;
	margin-right: 15px;
	float:left;

}

/*autori*/
.divauthors  {
	padding:10px;
	border: solid #f3d596 1px;
	margin:5px 15px 5px 0px;
	overflow:hidden;
	width: 98%;
}

.divauthors p {
	text-align: justify;
}

.divauthors  h3 {
	font-size: 1.9em;
	color: #902d37;
	margin:0px;
}

.divauthors  h4{
	font-size: 1em;
	margin:0px;
}

/*foto*/

.PhotoLeft  {
	width:150px
	height: 150px;
	padding:5px;
	border: solid #f3d596 1px;
	margin-right: 15px;
	float:left;

}

.imgRight  {
	padding:5px;
	border: solid #f3d596 1px;
	margin: 15px;
	float:right;
}


