body {
	text-align: center;
	font-family: Verdana, Arial, lucida, sans-serif;
	padding: 0;
	border: 0;
	font-size: 10pt;
	background: #fffcec url(../img/pozadi_body.jpg);
}

a {color: black; font-weight: bold; text-decoration: none;}

a:hover {
	text-decoration: underline;
}

a.w {
	font-weight: normal;
	color: rgb(175,8,26);
}

#text a {
	color: blue;
	text-decoration: underline;
}

#text a:hover {
	text-decoration: none;
}

#menu a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 5px 2px 25px;
	margin: 0;
	color: rgb(255,0,0);
	letter-spacing: 1px;
}

#menu a:hover {
	color: rgb(175,8,26);
	background: url(../img/almond_m.gif) left no-repeat;
}

#container {
	position: relative;
/*	border: dotted rgb(175,8,26) 1px;*/
	border: dotted orange 1px;
	width: 900px;
	margin: auto;
	background: white url(../img/pozadi.jpg) top left repeat-y;
}

img#obr_stred {
	display: block;
	margin: auto;
}

.uvod_nadpis {
	text-align: center;
	margin: 10px 0 30px 0;
	border: 0;
	background: none;
}

#menu, #login {
	background: #fffacd url(../img/top_div.jpg) top left no-repeat;
	width: 180px;
	text-align: left;
	padding: 30px 0 10px 20px;
	text-transform: lowercase;
	position: absolute;
	border-bottom: dotted orange 1px;
}

#menu {
	top: 200px;
	left: 0px;
}

#login {
	top: 400px;
	left: 0px;
	font-size: 0.7em;
}

#text {
	text-align: justify;
	padding: 40px 70px 50px 40px;
	margin: 0 0 0 250px;
	font-size: 1em;
	min-height: 400px;
	line-height: 1.5em;
}

#zapati {
	text-align: right;
	font-size: 0.7em;
	padding: 5px;
	/*width: 890px;*/
	background-image: url(../img/zapati.jpg);
/*	border: dotted rgb(175,8,26) 1px;*/
	border: dotted orange 1px;
}


table, th, tr, td {
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    font-family: inherit;
    font-size: 1em;
}
        
img {border: 0px;}

h1 {
	font-family: inherit;
	font-size: 1.3em;
	text-align: left;
	border-bottom: dotted orange 1px;
	color: black;
	font-weight: bold;
	padding-left: 40px;
	background: url(../img/almond.gif) left no-repeat;
}

h2 {
	font-family: inherit;
	font-size: 1.2em;
	text-align: left;
	color: black;
}

h3 {
	font-family: inherit;
	font-size: 1.1em;
	text-align: left;
	color: black;
}

span {font-weight: bold;}

.vpravo {
    float: right;
    margin: 0 0 10px 20px;
}

table.cenik {
	width: 100%;
	margin: 20px auto 20px auto;
}

table.cenik td {
	width: 33%;
	border-bottom: dotted orange 1px;
	padding: 15px 0 5px 0;
	font-weight: bold;
}

#objednavka, #objednavka_kontakt {
    width: 100%;
    margin: 20px auto 20px auto;
}

#objednavka td {
    text-align: center;
}

#objednavka_btn {
    width: 100%;
    margin: 0 auto 20px auto;
}

table#objednavky {
    width: 100%;
    margin: 20px auto 20px auto;
}

table#objednavky td {
    padding: 2px;
    text-align: right;
    border-collapse: collapse;
    border-bottom: dotted orange 1px;
}

table#objednavky a {
    text-align: center;
    color: black;
    text-decoration: none;
    display: block;
    margin: auto;
}

table#objednavky a:hover {
    text-decoration: underline;
}

tr.zahlavi td {
    font-weight: bold;
    background-image: url(../img/pozadi_body.jpg);
    border-top: dotted orange 1px;
}

table#objednavky tr:hover {
    background-image: url(../img/pozadi_body.jpg);
}

form .povinne {
    /*border-color: rgb(175,8,26);*/
    /*background-color: floralwhite;*/
    border: dotted orange 1px;
    background: #fffcec url(../img/pozadi_body.jpg);
}

.bonus {
    margin: 10px;
}

.c {text-align: center;}

.l {
	text-align: left;
}

.r {
	text-align: right;
}

.b {font-weight: bold;}

.i {
	font-style: italic;
}

.cb {
	clear: both;
}