body {
    font-family: tahoma, verdana, arial, sans-serif;
    font-size: 13px;
    text-align: center;
    background: #BDD600;
    color: #6f6f6f;
    margin: 5px auto;
}

html, #wrapper, h1, #menu ul, #menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

th, td {
    font-size: 13px;
}

img { border: 0; }

#wrapper {
    margin: auto;
    text-align: left;
    width: 980px;
    position: relative;
    background: #fff;
    border: 1px solid #fff;
}

h1, h2, h3 {
    font-size: 10px;
	 margin: 0;
    padding: 0;
	 font: normal normal;
}

p {
    margin: 1em 0;
    padding: 0;
}

.block {
    display: block;
}

.clear {
    clear: both;
    height: 1px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1px;
    line-height: 1px;
}


.left {
    float: left;
    margin: 1px 8px 0px 0px;
}

.right {
    float: right;
    margin: 1px 0px 0px 8px;
}

.softright {
    text-align: right;
}



/* ***** */

a {
    text-decoration: none;
    font-weight: bold;
    color: #6f6f6f;
    font-size: 14px;
}
#wrapper a {
    text-decoration: none;
    font-weight: bold;
    color: #BDD600;
}

a:hover {
    text-decoration: underline;
	 color: #C11D02;
}

a.readmore {
	 float: right;
    text-align: right;
    padding-right: 1em;
	 color: #C11D02;
	 margin: 5px 0 5px 0;
}
a:hover.readmore {
    color: #BDD600;
}

/* header */
#header h1 {
	font-size: 24px;
	font-weight: lighter;
	display: block;
	width: 320px;
	color: #BDD600;
	margin: 10px 0 0 10px;
}
#header h2 {
	font-size: 12px;
	font-weight: lighter;
	display: block;
	width: 320px;
	color: #BDD600;
	text-align: right;
	margin: 0 10px 10px;
	}
#header h3 {
	font-size: 14px;
	font-weight: lighter;
	display: block;
	width: 400px;
	float: right;
	color: #BDD600;
	text-align: right;
	margin: 10px;
}

#menu li {
    float: left;
    list-style: none;
    width: 139px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px; 
    border-left: 1px solid white;
    text-align: center;
}


#menu a {
    color: #fff;
    display: block;
    text-decoration: none;
    background: #BDD600;
    padding: 2px 0;
    width: 100%;
    height: 35px;
}

#menu a:hover {
    background: #C11D02;
}


#left-menu {
    background: #f5f5f5;
    width: 327px;
    float: left;
    margin-right: -10px;
}

#left-menu  .p {
    padding: 7px;
    margin-left: 187px;
    border-bottom: 1px solid white;
}

#left {
    padding: 10px;
}

/* right */

#right {
    width: 640px;
    float: right;
    border-top: 1px solid #bdbdbd;
}

#right .right {
    margin-left: 1px;
}

#right #articles {
    float: left;
    width: 400px;

}

#right #articles .article {
    border-top: none;
	 border-bottom: 1px solid #BDBDBD;
	 padding: 10px;
	 padding-bottom:20px;
	 text-align: justify;
}

#right #news {
    float: right;
    width: 200px;
    margin: 10px 10px 0 0;
	 text-align: justify;
}
p.noOri{
	color: #C11D02;
}

#right h2, #content h2, #left h2 {
	font-size: 16px;
	font-weight: bolder;
	color: #C11D02;
	text-align: left;
	margin: 10px 0 10px 0;
	width: auto;
	}
#right h3, #content h3 {
	font-size: 14px;
	font-weight: bolder;
	color: #BDD600;
	text-align: left;
	margin: 10px 0 10px 0;
	width: auto;
	float: none;
}
#right p, #content p {
	text-indent: 20px;
}


#content {
    float: right;
    width: 620px;
    border-top: 1px solid #bdbdbd;
    padding: 10px;
    font-size: 13px;
}

#content td {
    font-size: 13px;
}

#content div#products td {vertical-align: top;padding-top:4px;}
#content div#products td.second {padding-left:7px;}
#content div#products h3 {font-size:16px;}
#content div#products h4 {font-size:14px;margin-top:0px;}
#content div#products p {text-indent:0px;}
#content div#products p.price {font-size:18px;font-weight:bold;}
#content div#products p.action_price {font-size:18px;font-weight:bold;color:#C11D02;}
#content div#products p.old_price {font-size:14px;font-weight:normal;text-decoration: line-through; margin-top:3px;}

/* footer */

#footer {
    color: #fff;
    background: #BDD600;
    text-align: center;
    padding: 10px;
    font-size: 12px;
}

#footer a {
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
    font-size: 12px;
}

#footer a:hover {
    color: #6F6F6F;
}

p.odkazy, p.odkazy a {
    font-size: 10px;
}

