
body {
	font-family: "Trebuchet MS", sans-serif;
	background-image:  url('../images/back.jpg');
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	border: 0;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	
}
#masthead {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	text-align: center;
		background-color: #fff;
	background-image: url('../images/masthead_image.jpg');
		background-repeat: no-repeat;
		width: 100%;
		height: 153px;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #D6E4F5;
}
html>body #navigation {
	overflow: hidden;
}

#column_l {
	width: 75%;
	padding: 15px;
	background-color: #fff;
	position: relative;
	float: left;
	margin: 0;
	margin-top:15px;
	min-height:768px;
}

#column_r {
	width: 20%;
	padding: 15px 10px;
	background-color: #fff;
	position: relative;
	float: left;
	margin: 0;	
	min-height:768px;
}


#iMenu {
	width: 660px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}
#content {
	background-color: #fff;
	width: 630px;
	margin: 0;
	padding: 15px;
	border: 0;
}

#footer {
	text-align: center;
	padding-bottom: 10px;
	width: 100%;
	overflow: auto;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
}

#motto
{
    font-size:13pt;
}

#mottoh1
{
    font-size:26pt;
}

/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #c77;
}
	
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: x-large;
	color: #c77;
}
h3 {
	font-size: large;
	color: #c77;
}
h4 {
	font-size: medium;
	color: #c77;
}
ul {
	font-size: small;
	color: #000;
}
ol {
	font-size: small;
	color: #000;
}
p { text-align:justify;
	font-size: small;
	font-weight:bold;
	color: #000;
}

/* Footer */
#footer p {
text-align:center;
	font-size: x-small;
	color: #c77;
}
/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #c55;
	text-decoration: none;
}
.PrevContainer /*pravy IE*/
{
    width:400px;
    padding-bottom:10px;
    float:right;
}


.PrevContainerfl /*levy*/
{	
    float:left;
    clear:both;
    width:400px;
    padding-bottom:10px;
}
.PrevImg /* obrazek uvnitr kontejneru*/
{
    width:400px;
    clear:both;
}
.PrevTextContainer /* text kontejner uvnitr kontejneru*/
{
     width:400px;
     clear:both;
}


.PrevDescription /*span*/
{ 
	font-size: small;
	font-weight:bold;
	color: #000;	
	float: left;
	width:340px;
}
.PrevPrize /*span*/
{
	font-size: small;
	color: #000;		
	font-weight:bold;
	text-align:right;		
	float:right;
}
.bound
{
    width:100%;
}
.DetailDescription 
{
	width:80%;
	float:left;
	
}


