/* odkazy */
.wsw a { font-weight: bold; }

.wsw a,
.wsw a:link    { color: #4d4d4d; }
.wsw a:visited { color: #4d4d4d; }
.wsw a:hover,
.wsw a:focus   { color: #FF6816; }
.wsw a:active  { color: #FF6816; }

.wsw img { border: 0px; }

.wsw h2,
.wsw h3,
.wsw h4 {
	color: #666666;
	margin: 15px 0;
	font-weight: bold;
	font-style: normal;
	background: url(/img/heading.png) left no-repeat;
	padding-left: 10px;
	position: relative;
	right: 10px;
	padding-top: 8px;
	bottom: 8px;
}

.wsw h2 { font-size: 1.33em; }
.wsw h3 { font-size: 1.08em; }
.wsw h4 { font-size: 1.00em; }

.wsw p {
	margin-bottom: 1em;
	line-height: 1.7em;
	color: #4d4d4d;
}

/* definované styly */
.wsw .perex {
	font-weight: bold;
	color: #4d4d4d;
}
/*
.wsw .mintext { font-size: smaller; }
.wsw .highlighted { font-weight: bold; }
*/
.wsw .cite {
	font-style: italic;
	color: #FF6816;
}

.wsw .zkratka { border-bottom:  1px dotted #3A3A3A; }

.wsw .preformated { font-family: "Courier New", Courier, monospace; }

.wsw .odsazeni { margin-left: 2em; }

.wsw .odsazeni-zvyrazneni {
	padding-left: 1em;
	font-weight: bold;
	border-left: 10px solid #FF6816;
}

/* 	seznamy */
.wsw ul {
	padding: 0px;
	color: #231F20;
	margin-bottom: 20px;
}

.wsw ol {
	padding-left: 1.4em;
	margin-bottom: 20px;
	color: #231F20;
}

.wsw ul { list-style-type: none; }

.wsw ol li, .wsw ul li { padding-bottom: 5px; }

.wsw ul li {
	background: url('/css/img/wsw/ulli.gif') 0px 0.2em no-repeat;
	padding-left: 25px;
}

.wsw .text_extra_big   { font-size: 1.83em; }
.wsw .text_big         { font-size: 1.5em; }
.wsw .text_bigger      { font-size: 1.17em; }
.wsw .text_smaller     { font-size: 0.92em; }
.wsw .text_small       { font-size: 0.83em; }
.wsw .text_extra_small { font-size: 0.76em; }

/* tabulky */
.wsw table {
	margin-left: 1px;
	border-collapse: collapse;
	border: solid 1px #FF6816;
	color: #4d4d4d;
}

.wsw table tr { background-color: #fff;}

.wsw table.no_border { border: none; }

.wsw tbody td,
.wsw tbody th,
.wsw td,
.wsw th {
	padding: 6px 15px;
}

.wsw table.no_border thead td,
.wsw table.no_border thead th,
.wsw thead td,
.wsw thead th {
	background-color: #FF6816;
	color: #fff;
	font-weight: bold;
}

.wsw tfoot td,
.wsw tfoot th {
	background-color: #EEEEEE;
	font-weight: bold;
	color: #000;
}

.wsw tbody tr.suda { background-color: #FBFAFA; }