/*
 *
 * Do tohoto souboru patří pouze věci, které se týkají
 * úpravy textu, barev, pozadí apod.
 * Nepatří sem nastavení pozicování boxů na stránce
 *
 */
 
body
{
	background: #fff url('img/layout/top-body.gif') 0 0 repeat-x;
	font-family:'Arial CE',Arial,'Helvetica CE',Helvetica,sans-serif;
	font-size: 76%;
}

a { text-decoration: underline; color: #4A8622; }
a:hover { text-decoration: none; }

p#perex,
p#perex-full
{
	background: url('img/wsw/perex-body.gif') 0 0 no-repeat;
	width: 463px;
	height: 86px;
	/*padding-top: 18px;
	padding-left: 35px;
	padding-right: 20px;*/
	padding:9px 20px 9px 35px; /*add by LH*/
	overflow: hidden;

	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
}

	p#perex-full
	{
		background: url('img/wsw/perex-body-full.gif') 0 0 no-repeat;
		width: 735px;
	}
	

.wysiwyg .wsw-img-box
{
	background: url('img/wsw/hr.gif') 0 bottom no-repeat;
	padding-bottom: 15px;
}

.wysiwyg .wsw-img-box-full
{
	background: url('img/wsw/hr-full.gif') 0 bottom no-repeat;
	padding-bottom: 15px;
}

.content-wsw,
.content-wsw-full
{
	background: #EEEEEE url('img/wsw/wsw-body-top.gif') 0 0 no-repeat;
	padding-left: 35px;
	padding-top: 22px;
	padding-bottom: 5px;
	width: 483px;
	margin-bottom: 0px;
}

	.content-wsw-full
	{
		background: #EEEEEE url('img/wsw/wsw-body-top-full.gif') 0 0 no-repeat;
		width: 750px;
		
	}

	.content-wsw p,
	.content-wsw-full p
	{
		padding-right: 40px;
	}

.content-wsw .odsazeni,
.content-wsw-full .odsazeni
{
	margin-left: 20px;
}

.content-wsw .odsazeni-zvyrazneni,
.content-wsw-full .odsazeni-zvyrazneni-full
{
	margin-left: -35px;
	padding-left: 35px;
	padding-right: 55px;
	font-weight: bold;
	background:url('img/wsw/odsazen-zvyraznen.gif') 0px 0 repeat-y;
}
	
	.content-wsw-full .odsazeni-zvyrazneni-full
	{
		background:url('img/wsw/odsazen-zvyraznen-full.gif') 0px 0 repeat-y;
	}

.content-wsw-bottom,
.content-wsw-bottom-full
{
	background: url('img/wsw/wsw-body-bottom.gif') 0 0 no-repeat;
	height: 30px;
}

	.content-wsw-bottom-full
	{
		background: url('img/wsw/wsw-body-bottom-full.gif') 0 0 no-repeat;
	}


