* {
  padding: 0;
  margin: 0;
  border: 0; 
}
body{
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	background: rgb(28, 35, 43) url(../graphics/background.gif) left top repeat;
	padding: 0px 0 0 0;
	margin: 0px;
}
.cleaner {
  clear: both;
  height: 0;
  line-height: 0px;
  font-size: 0px;
  margin: 0;
  padding: 0;
}
a{
  color: rgb(218, 37, 29);
  text-decoration: underline;
}
a:hover{
  color: rgb(28, 35, 43);
  text-decoration: none;
}
a.selected{
	text-decoration: none;
}
a.more{
  color: rgb(6, 96, 156);
  text-decoration: underline;
}
a:hover.more{
  text-decoration: none;
}
fieldset{
  border: 1px solid rgb(201, 203, 202);
  padding: 5px;
}
legend{
  padding: 0 2px 0 2px;
}

input{
  border: 1px solid rgb(63, 104, 136);
  margin: 3px 0 3px 0;
}

input.error{
	background: white url(../graphics/error-line.gif) left bottom repeat-x;
}

textarea{
  border: 1px solid rgb(63, 104, 136);
  margin: 3px 0 3px 0;
}

textarea.error{
	background: white url(../graphics/error-line.gif) left bottom repeat-x;
}

button{
  width: 115px;
  height: 22px;
  line-height: 22px;
  background: transparent url(../graphics/button.gif) left top no-repeat;
  color: rgb(63, 76, 108);
  font-size: small;
  text-align: center;
}
div.formbox{
  font-size: 75%;
  text-align: center;
}
div.formbox input{
  border: 1px solid rgb(63, 104, 136);
  margin: 3px 0 3px 0;
}
div.formbox p#SendFormResult{
  margin: 0 0 10px 0;
}
a.link-in{
	padding-right: 10px;
	background: transparent url(../graphics/link-in.gif) right top no-repeat;
}
a.link-out{
	padding-right: 10px;
	background: transparent url(../graphics/link-out.gif) right top no-repeat;
}

/* UNIVERZALNI NASTAVENI */
.half{
  width: 45%;
}
.third{
  width: 33%;
}
.fourth{
  width: 24%;
}
.floatleft{
  float: left;
}
.floatright{
  float: right;
}
.hidden{
  display: none;
}
.block{
  display: block;
}
.textcenter{
  text-align: center;
}
.textleft{
  text-align: left;
}
.textright{
  text-align: right;
}
.padding0{
  padding: 0;
}
.padding10{
  padding: 10px;
}
.paddingL10{
  padding-left: 10px;
}
.margin0{
  margin: 0;
}
.margin10{
  margin: 10px;
}
.marginL10{
  margin: 0 0 0 10px;
}
.marginT10{
  margin-top: 10px;
}
.marginR10{
  margin-right: 10px;
}
.marginB10{
  margin-bottom: 10px;
}
.height15{
  height: 15px;
}
.height20{
  height: 20px;
  line-height: 20px;
}
.fontmedium{
  font-size: medium;
}
.fontsmall{
  font-size: small;
}
.fontxsmall{
  font-size: x-small;
}
.black{
  color: black;
}
.red{
  color: rgb(218, 37, 29);
}
.noborder{
  border: none;
}
.imgborder{
  border: 1px solid rgb(159, 152, 100);
}
.imgoffsetborder{
  padding: 2px;
  border: 1px solid rgb(159, 152, 100);
}
.imgleft{
  float: left;
  margin: 0 10px 0 0;
}
.imgright{
  float: right;
  margin: 0 0 0 10px;
}
/* KONEC UNIVERZALNICH NASTAVENI */

/*LAYOUT*/
#language{
	width: 852px;
	margin: 5px auto 0 auto;
	padding: 0px;
  text-align: right;
  font-size: small;
}
#language a:hover{
  text-decoration: none;
  color: rgb(218, 37, 29);
}
#language a.selected{
  color: white;
}
#center-area{
	width: 822px;
	background: transparent url(../graphics/bg-center-area.gif) left 156px no-repeat;
	margin: 10px auto 0 auto;
	padding: 15px;
}
/* HEADER */
#header{
    position: relative;
    width: 822px;
	height: 210px;
	overflow: hidden;
}
#header div#pizza{
  position: absolute;
  top: 84px;
  left: 558px;
  width: 264px;
  height: 316px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/pizza-1.png',sizingMethod='image');
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  z-index: 10;
} 

head:first-child+body div#pizza{
    background: transparent url(../graphics/pizza-1.png) left top no-repeat;
}


#header a#header-logo{
    display: block;
    float: left;
    width: 822px;
    height: 147px;
    background: white url(../graphics/header.gif) left top no-repeat;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

#header a:hover#header-logo {
    text-decoration: none;
}

#header div.topmenu-container{
  width: 100%;
  background: rgb(188, 0, 0) url(../graphics/bg-topmenu.gif) left top repeat-x;
}

#header ul.topmenu{
  list-style-type: none;
}

#header ul.topmenu li{
  display: inline;
  width: 112px;
  height: 63px;
  overflow: hidden;
}

#header ul.topmenu li a{
  display: block;
  float: left;
  width: 112px;
  height: 63px;
  line-height: 70px;
  color: white;
  font-family: Arial;
  font-size: small;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  background: transparent url(../graphics/topmenu-divider.gif) right top no-repeat;
  overflow: hidden;
}

#header ul.topmenu li a:hover{
  background-position: -112px top;
}

p.divider{
    width: 100%;
    height: 3px;
    line-height: 3px;
    clear: both;
    font-size: x-small;
    border-bottom: 1px solid rgb(213, 205, 186);
    margin: 0 auto 0 auto;
    padding: 0;
}

#contentblock{
	width: 822px;
	text-align: left;
	background: rgb(243, 234, 219) url(../graphics/bg-content.gif) left top repeat-x;
	padding: 0px 0px 0px 0px; 
	margin: 0 auto;
}

#container{
  float: left;
  width: 822px;
  background: transparent url(../graphics/bg-container.gif) right top repeat-y;
}

#leftcol {
    float: right;
    width: 264px;
	text-align: left;
	padding: 0; 
	margin: 0;
}

#leftcol div#pizza-2 {
    position: relative;
    width: 264px;
    height: 190px;
    color: rgb(159, 152, 100);
    background: rgb(159, 152, 100);
    font-size: x-small;
}

#leftcol div#pizza-2 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 264px;
    height: 190px;
    background: transparent url(../graphics/pizza-2.jpg) left top no-repeat;
    margin: 0;
    padding: 0;
}

#leftcol ul.menu{
  width: 227px;
  margin: 9px 0 0 0;
  list-style-type: none;
}

#leftcol ul.menu li{
  width: 227px;
  overflow: hidden;
}

#leftcol ul.menu li a{
  display: block;
  width: 162px;
  line-height: 20px;
  color: rgb(217, 37, 29);
  font-family: Arial;
  font-size: medium;
  font-family: Arial;
  /*font-weight: bold;*/
  letter-spacing: 1px;
  background: transparent url(../graphics/arrows.gif) 179px 7px no-repeat;
  text-align: right;
  text-decoration: none;
  overflow: hidden;
  padding: 0 60px 0 0;
  margin: 4px 0;
}

#leftcol ul.menu li a:hover, #leftcol ul.menu li a.selected{
  width: 172px;
  padding: 0 70px 0 0;
  background-position: 189px -47px;
  background-color: #f2f2f2;
}

#leftcol div#rozvoz-pizzy {
	width: 264px;
	height: 250px;
	background: transparent url(../graphics/rozvoz.jpg) left top no-repeat;
	padding: 0; 
	margin: 10px 0;
}
/**** LEFT MENU ****/
.panel-menu{
	width: 100%;
	margin: 0 0 15px 0; 
	overflow: hidden;
}
.panel-menu a{
  display: block;
  color: rgb(57, 114, 174);
  font-size: medium;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  border-bottom: 1px dotted rgb(201, 203, 202);
  padding: 10px 10px 10px 0px;
}
.panel-menu a.selected{
  color: red;
}
.panel-menu a:hover{
  color: red;
}
/****  OBSAHOVY SLOUPEC ****/
#contentcol{
  float: left;
	width: 546px;
	overflow: hidden;
	text-align: left;
  padding: 0 0 0 5px; 
	margin: 0px 0px 0px 0px;  
}
#contentcol div.script{
    color: #523b1c;
    font-size: 80%;
	text-align: left;
	padding: 15px 0 10px 10px; 
	margin: 0px 0px 0px 0px;  
}
#contentcol div.script h2{
    color: #750205;
    font-size: 1.8em;
    font-family: Georgia, 'Times New Roman', serif, arial, tahoma, verdana, sans-serif;
    margin: 0 0 7px 0;
    padding: 0;
}
#contentcol div.script h3{
    color: #750205;
    font-size: 1.6em;
    font-family: Georgia, 'Times New Roman', serif, arial, tahoma, verdana, sans-serif;
    margin: 7px 0 12px 0;
}
#contentcol div.script h4{
    color: #750205;
    font-size: 1.3em;
    font-family: Georgia, 'Times New Roman', serif, arial, tahoma, verdana, sans-serif;
    margin: 7px 0 12px 0;
}
#contentcol div.script h5{
    color: #750205;
    font-size: 1em;
    font-family: Georgia, 'Times New Roman', serif, arial, tahoma, verdana, sans-serif;
    margin: 7px 0 12px 0;
}

#contentcol div.script h6{
    color: #750205;
    font-size: 1em;
    font-family: Georgia, 'Times New Roman', serif, arial, tahoma, verdana, sans-serif;
    margin: 7px 0 12px 0;
}
#contentcol div.script p{
    line-height: 20px;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
}
#contentcol div.script ul{
  margin: 0 0 10px 20px;
}
#contentcol div.script .gallery{
  margin-bottom: 20px;
}
#contentcol div.script .gallery img{
  border: 1px solid rgb(201, 203, 202);
  padding: 2px;
}
#contentcol div.script .pressbox{
  float: left;
  width: 229px;
  height: 215px;
  text-align: center;
}
#contentcol div.error{
  background-image: url("../graphics/icons/dialog-warning.png");
  background-position: 5px 5px;
  background-repeat: no-repeat;
  border: 1px dashed red;
  font-size: small;
  padding: 15px 10px 10px 50px;
  margin: 0 0 10px 0;
}
#contentcol div.information{
  background-image: url("../graphics/icons/dialog-information.png");
  background-position: 5px 5px;
  background-repeat: no-repeat;
  border: 1px dashed green;
  font-size: small;
  padding: 15px 10px 10px 50px;
  margin: 0 0 10px 0;
}
#contentcol div.article{
  width: 434px;
  border-bottom: 1px dotted rgb(201, 203, 202);
  padding: 5px 0px 10px 0px;
  margin: 0 0 10px 0;
  overflow: hidden;
}
#contentcol div.article h1{
  line-height: 17px;  
  color: red;
  font-size: 85%;
  padding: 0 5px 0 0;  
  margin: 0 0 10px 0;
}
#contentcol div.article h1 a{
  color: red;
  text-decoration: underline;
}
#contentcol div.article h1 a:hover{
  text-decoration: none;
}
#contentcol div.article div.left{
  float: left;
  width: 96px;
  margin: 0 10px 0 0;
  padding: 0;
}
#contentcol div.article div.left img{
  border: 1px solid rgb(57, 114, 174);
  background-color: white;
  padding: 2px;
  margin: 0 0 0 0;
}
#contentcol div.article div.right{
  float: left;
  width: 478px;
  margin: 0 0 0 0;
}
#contentcol div.article div.right p.date{
  float: left;
  width: 75px;
  height: 15px;
  line-height: 16px;  
  color: rgb(57, 114, 174);
  font-size: 75%;
  margin: 0 0 5px 0;
}
#contentcol div.article div.right a.section{
  float: right;
  width: 245px;
  height: 15px;
  line-height: 15px;  
  color: rgb(57, 114, 174);
  font-size: 75%;
  font-weight: bold;
  text-align: right;
  text-decoration: underline;
  padding: 0 0 0 0;
  margin: 0 0 5px 0;
}
#contentcol div.article div.right a:hover.section{
  text-decoration: none;
}
#contentcol div.article p.perex{
  width: 584px;
  line-height: 20px;
  color: rgb(63, 76, 108);
  font-size: 75%;
  text-align: left;
  padding: 0;
  margin: 5px 0 0 0;
}
#contentcol div.article p.perex a{
  color: red;
  text-decoration: underline;
}
#contentcol div.article p.perex a:hover{
  text-decoration: none;
}
#contentcol div.article a:hover{
  text-decoration: none;
}
#contentcol div.subarticle-ad{
  width: 630px;
  color: rgb(61, 76, 107);
  font-size: 75%;  
  margin: auto;
  padding: 0 0 0 0;
  text-align: center;  
}
#contentcol div.news{
  padding: 0 0 0 10px;
}
#contentcol div.news p.date{
  color: rgb(218, 37, 29);
  font-size: 0.7em;
  font-family: Arial;
  background: transparent url(../graphics/date-prefix.gif) left center no-repeat;
  padding: 0 0 0 13px;
}
#contentcol div.news div.newstext{
  color: rgb(17, 21, 30);
  font-size: 0.7em;
  font-family: Arial;
  padding: 1px 0 0 2px;
  margin: 0 0 10px 0;
}
/**** PRAVY SLOUPEC ****/
#rightcol{
  float: right;
  width: 213px;
  margin: 0;
  padding: 0;
}
.square-ad{
  width: 210px;
  color: rgb(61, 76, 107);
  font-size: 75%;  
  padding: 0;
  margin: 0 0 15px 0;
  text-align: center;   
}
/*PARTNERI WEBU*/
div.partners{
  width: 100%;
}
div.partners h3{
  background-color: rgb(117, 160, 208);
  color: white;
  text-align: center;
  font-size: small;
  padding: 3px 0 3px 0;
  margin: 0 0 10px 0;
}
div.partner{
  width: 100%;
  height: 120px;
  line-height: 120px;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  text-align: center;
  border-bottom: 1px dotted rgb(201, 203, 202);
}
div.partner a img, div.partner img{
  vertical-align: middle;
}
.panel-consultings{
	width: 100%;
	margin: 0 0 15px 0;
	overflow: hidden;
}
.panel-consultings a{
  display: block;
  color: rgb(255, 82, 117);
  font-size: 75%;
  text-decoration: none;
  background-image: url(../graphics/blue-arrow.jpg);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  border-bottom: 1px dotted rgb(201, 203, 202);
  padding: 5px 0 5px 28px;
}
.panel-consultings a:hover{
  text-decoration: underline;
}

div.dailymenu{
	margin-bottom: 10px;
	padding-bottom: 5px;
	clear: both;
	border-bottom: 1px solid rgb(213, 205, 186);
}

div.dailymenu div.dayname{
    color: #750205;
    font-size: 1em;
    font-family: Georgia, 'Times New Roman', serif, arial, tahoma, verdana, sans-serif;
    margin: 0 0 0 0;
    text-align:  right;
    font-weight: bold;
}

div.dailymenu ol{
	list-style-type: upper-roman;
	margin: 0 0 0 30px;
	clear: both;
}

div.dailymenu ol li{
    position: relative;
	color: #750205;
    font-size: 1em;
    font-family: Georgia, 'Times New Roman', serif, arial, tahoma, verdana, sans-serif;
    margin: 0 0 5px 0;
    clear: both;
}

div.dailymenu ol li span.price{
    position: absolute;
    top: 0;
    right: 0;
	display: block;
    width: 50px;
    text-align: right;
}

div.dailymenu .soup{
	text-align: center;
	color: #750205;
    font-size: 0.9em;
    font-family: Georgia, 'Times New Roman', serif, arial, tahoma, verdana, sans-serif;
}

div.dailymenu div.weight{
    float: left;
    width: 16%;
    color: #750205;
    font-size: 0.9em;
    font-family: Georgia, 'Times New Roman', serif, arial, tahoma, verdana, sans-serif;
    margin: 0 0 10px 0;
    text-align: right;
}

/* KATEGORIE MENU */
ul.menu-categories{
	list-style-type: none;
}

ul.menu-categories li{
	margin: 0 0 0 10px;
}

ul.menu-categories li em{
	margin: 0 0 0 10px;
}

/* POLOZKY KATEGORIE MENU */
ul.menu-items{
	list-style-type: none;
	padding: 10px 0 0 0;
	margin: 0 0 0 -20px;
}

ul.menu-items li{
	margin: 0 0 10px 0;
	padding: 0; 
}

ul.menu-items li div.quantity{
	float: left;
	width: 50px;
	line-height: 15px;
	text-align: right;
	margin:  0 5px 0 0;
}

ul.menu-items li div.name{
	float: left;
	width: 370px;
	line-height: 15px;
	text-align: left;
	margin: 0 0 10px 5px;
}

ul.menu-items li div.name span{
	display: block;
	color: #750205;
    font-size: 1em;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', serif, arial, tahoma, verdana, sans-serif;
    margin: 0 0 0 0;
}

ul.menu-items li div.name em{
	display: block;
	font-size: 0.9em;
	padding: 5px 0 0 0;
}

ul.menu-items li div.price{
	float: right;
	width: 50px;
	text-align: right;
	margin: 0 0 0 10px;
}

div.dailymenu div.desc{
    float: right;
    width: 80%;
    color: #750205;
    font-size: 0.9em;
    font-family: Georgia, 'Times New Roman', serif, arial, tahoma, verdana, sans-serif;
    margin: 0 0 10px 0;
    text-align: left;
}

/* FOOTER */
#footer{
	width: 822px;
	color: rgb(159, 152, 100);
	font-size: x-small;
	text-align: center;
	background: transparent url(../graphics/footer-line.gif) left top repeat-x;
	padding: 20px 0;
	margin: 0 0 0 0;
}
#footer a{
	color: rgb(243, 234, 219);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	text-align: center;	
  text-decoration: underline;	
}
#footer a:hover{
  color: rgb(159, 152, 100);
  text-decoration: none;
}
#footer a.selected{
  color: rgb(159, 152, 100);
  text-decoration: none;
}
#footer ul.bottommenu{
  list-style-type: none;
  margin: 0 0 20px 0
}
#footer ul.bottommenu li{
  display: inline;
}

