body {
  margin: 0px;
	padding: 0px;
	color: #666666;
	background-color: #ffffff;
	font-family: "Arial CE", Arial, Tahoma, "Verdana CE", Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url(./img/parizska/bg-parizska-top.jpg);
	background-repeat: repeat-x;
}

#stranka {
	position: relative;
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px green solid;
}

a {
  color: #679A35;
  text-decoration: none;
}

a:hover {
  color: #679A35;
  text-decoration: underline;
}

a.odkaz{
  color: white;
}

a:hover.odkaz{
  color: #FF9900;
  text-decoration: none;
}

.both {
  clear: both;
}

img {
  border: none;
}

/********** HEADER **********/

#top-sefredaktor-1 {
	position: relative;
	width: 980px;
	height: 189px;
	background-image: url(./img/parizska/top-parizska-1.jpg);
	z-index: 0;
}

a.linkHomePage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 64px;
	z-index: 1;
}

.top-text-1 {
	position: absolute;
	top: 21px;
	left: 390px;
	color: #383838;
	font-size: 13px;
	z-index: 1;
}

.top-text-2 {
	position: absolute;
	top: 21px;
	left: 670px;
	color: #383838;
	font-size: 13px;
	z-index: 1;
}

.top-text-3 {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 420px;
	padding: 13px 15px;
	color: #ffffff;
	font-size: 11px;
	line-height: 150%;
	border: 0px red solid;
	z-index: 1;
}

.sidebox {
  position: relative;
}

.sidebox-heading {
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  padding: 12px 10px 10px 10px;
  margin: 0px;
  background-image: url(./img/parizska/bg-sidebox-heading.jpg);
  background-repeat: repeat-x;
  background-position: left top;
}

.sidebox-content p {
	color: #666666;
	padding: 10px;
	background-color: #F0EEE1;
}

.navigace {
  border: 0px red solid;
  margin: 2px 0px 2px 30px;
  font-size: 9px;
  color: #005FA1;
}

#text {
  position: relative;
  width: 980px;
  border: 0px green solid;
  background-image: url(./img/parizska/bg-parizska-text.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  padding: 0px;
}

.obsah {
  width: 980px;
}

#left {
  vertical-align: top;
  width: 180px;
  margin: 0px;
}

#left .menu {
  position: relative;
  padding: 0px 0px 20px 0px;
	width: 180px;
}

#left .menu a.polozka {
  font-size: 12px;
  font-weight: normal;
  color: #191919;
  padding: 9px 10px 8px 20px;
  margin: 0px;
  background-image: url(./img/parizska/bg-category-top.jpg);
  background-repeat: no-repeat;
  background-position: left top;
	display: block;
}

#left .menu a:hover.polozka {
  color: #3E6911;
  text-decoration: none;
  background-position: left bottom;
}

#left .menu_bottom {
  height: 19px;
  margin-bottom: 10px;
}

#center {
  vertical-align: top;
  position: relative;
  border: 0px blue solid;
  padding: 25px 24px 10px 24px;
}

#center .text p {
  text-align: justify;
	line-height: 160%;
}

#center h1 {
	font-family: serif; 
  font-size: 26px; 
  font-weight: normal;
	padding: 0px;
	margin-bottom: 10px;
	color: #000000;
}

#center h2 {
	font-size: 16px;
	color: #970303;
  margin-bottom: 10px; 
}

#center h3 {
	font-size: 14px;
	color: #970303;
  margin-top: 10px;
}

#center p {
	padding: 5px 0px; 
}

#center ul {
	padding: 15px 10px 15px 20px; 
}

#center li {
  padding-bottom: 5px;
  list-style-image: url(./img/seznam-sipka.jpg);
  text-align: justify; 
}

#right {
  vertical-align: top;
  width: 180px;
  position: relative;
  border: 0px red solid;
}

/********** FOOTER **********/

#sefredaktor-bottom {
	position: relative;
	height: 74px;
}

#parizska-bottom {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	width: 980px;
	height: 74px;
	background-image: url(./img/parizska/bottom-parizska.jpg);
}

#parizska-bottom .links {
	position: absolute;
	top: 25px;
	left: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #191919;
}

#parizska-bottom .links a {
	margin: 0px 20px;
	color: #191919;
}

#parizska-bottom .copyright {
	position: absolute;
	bottom: 4px;
	left: 20px;
	font-size: 10px;
	font-weight: normal;
	color: #4C4C4C;
}

#parizska-bottom .copyright a {
	color: #4C4C4C;
	font-weight: normal;
}


/*- - - - - - - - - - - - - - - - - - - - FORMULARE - - - - - - - - - - - - - - - - - - - -*/
.inputText {
  font-size: 12px;
  border: 1px #ccc solid;
  padding: 2px 3px;
}

input:focus {
  background: #cae4ff;
}

/*- - - - - - - - - - - - - - - - - - - - MDL Akcni nabidka - - - - - - - - - - - - - - - - - - - -*/

.img_akcni_nabidka {
  background-color: #FE0000;
  padding: 2px;
}

/*- - - - - - - - - - - - - - - - - - - - HomePage - - - - - - - - - - - - - - - - - - - -*/
#home {
  margin: 20px 40px;
  padding: 0px;
  border: 0px green solid;
}

#home .home_pol {
  float: left;
  width: 195px;
  margin: 10px;
  margin-bottom: 10px;
  padding: 3px;
  border: 0px blue solid;
}

#home .home_pol img {
  float: left;
  margin-top: 20px;
}

#home a.kategorie {
  font-size: 16px;
  font-weight: bold;
}

/*- - - - - - - - - - - - - - - - - - - - tabulky - - - - - - - - - - - - - - - - - - - -*/
.radek {
  background: #e5e5e5;
}

.radek2 {
  
}

.bunka {
  vertical-align: top;
  padding: 3px 5px;
}

/*- - - - - - - - - - - - - - - - - - - - filtr vzberu nabidky - - - - - - - - - - - - - - - - - - - -*/

.filtr {
  padding: 3px 5px;
  border: 1px silver dashed;
  margin: 5px;
}

fieldset.filtr .checkDiv {
	float: left;
	width: 150 px;
	padding-right: 10px;
}
