body {
	font-family: 'Comic Sans MS', Arial, sans-serif;
	color: #000;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

table {
	border: none;
	border-collapse: collapse;
}

a:link {
	color: red;
	text-decoration: none;
}
a:visited {
	color: red;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
a:active {
	color: red;
	text-decoration: none;	
}

.kontejner {
	background: url("/new/images/bg.jpg") no-repeat;
        background-position: center 150px;
}

.kontejner2 {
	position: relative;
	width: 650px;
	margin: 0 auto;
}

/* hlavni strana */

.nadpis {
	border-bottom:8px solid green;
	font-size: 72pt;
	font-weight: bold;
	color: red;
	border-spacing: 0px;
}
	
.adresa {
	font-size: 10pt;
	font-weight: bold;
}

.odkaz1 {
	padding: 7px;
	position: relative;
       	left: 0px; 
	font-size: 16pt;
	font-weight: bold;
	color: red;
	border: 1px solid black;
	background: url("/new/images/bg_a.jpg");
}

.novinky {
	font-size: 18pt;
	font-weight: bold;
	color: yellow;
	position: relative;
	left: 70px;
	text-shadow: 1px 1px white; 
}

.odkaz2 {
	padding: 7px;
	position: relative;
	left: -180px;
	font-size: 16pt;
	font-weight: bold;
	color: red;
	border: 1px solid black;
	background: url("/new/images/bg_a.jpg");
}

.objednavky {
	font-size: 18pt;
	font-weight: bold;
	color: red;
	position: relative;
	left: -140px;
	text-shadow: 1px 1px white; 
}

.tel {
	font-size: 48pt;
	font-weight: bold;
	color: red;
	position: relative;
	left: 140px;
	text-shadow: 1px 1px white; 
}

.otev {
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	color: green;
	position: relative;
	left: 130px;	
	text-shadow: 1px 1px white; 
}

.menu {
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	color: black;
	position: relative;
	text-shadow: 1px 1px white; 
}

.sleva {
	font-size: 72pt;
	font-weight: bold;
	font-style: italic;
	color: red;
	position: relative;
	text-shadow: 1px 1px white; 
}

/* tabulka s pizza nabidkou*/

table.nabidka {
	width: 100%;
	font-size: 10pt;
	text-align: left;
	margin-bottom: 10px;
}
table.nabidka td {
	border: 1px solid #c3c3c3;
	padding: 3px;
}
table.nabidka td.sekce {
	font-weight: bold;
	text-decoration: underline;
}
table.nabidka td.sekceL {
	font-weight: bold;
}

/* tabulka s rozvozem*/

table.rozvoz {
	width: 100%;
	font-size: 12pt;
	text-align: left;
}
table.rozvoz td {
	border: 1px solid #000000;
	padding: 3px;
}
table.rozvoz th {
	border: 1px solid #000000;
	padding: 3px;
	font-weight: bold;
}

/* pomocne */

.tucne {
	font-weight: bold;
}

.podtrzene {
	text-decoration: underline;
}

.red {
	color: red;
}

.green {
	color: green;
}

.czk {
	float:left;
	font-size: 10pt;
	font-weight: normal;
}
