body {
	font-family: "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
	border: 0;
	margin: 1em;
	padding: 0;
	font-size: 62.5%;
	background: url('../images/obrus_1600.jpg') no-repeat left bottom fixed;
	color: #333;
}

a {
	color: #333;
}

/*
div#logo-presto {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 32px;
	bottom: 48px;
	background: url('../images/logo-presto.gif') no-repeat -6px bottom;
}
*/
div#cont-menu {
	position: absolute;
	width: 120px;
}

div#innercont-menu {
	position: relative;
	overflow: hidden;
	width: 120px;
}

div#cont-menu-2 {
	position: absolute;
	width: 120px;
}

div#innercont-menu-2 {
	position: relative;
	overflow: hidden;
	width: 120px;
}


ul#menu-main {
	position: relative;
	list-style-type: none;
	margin: 0;
	font-size: 1.1em;
	padding: 0;
}

ul#menu-main li { 
	position: relative;
	padding: 5px 10px;
	font-weight: bold;
}

div.week-summary {
	position: relative;
	width: 700px;
	font-size: 1.2em;
	overflow: hidden;
	padding-left: 10px;
	margin-left: 140px;
}

div.deco-bg {
	position: absolute;
	width: 700px;
	height: 7000px;
	background-color: white;
	opacity: 0.8;
	filter: alpha(opacity=80);
	left: 0;
	top: 0;
}

div.week-summary table, div.week-summary h2 {
	position: relative;
	margin: 0;
}

div.week-summary h2 {
	font-size: 120%;
	width: 680px;
	padding: .5em 0;
	padding-top: 1em;
	border-bottom: 1px solid #999;
	margin: 0;
}

div.week-summary table {
	width: 680px;
}

div.week-summary table td {
	padding: .2em;
}

div.week-summary table td.cell-menuname {
	width: 10%;
}

div.week-summary table td.cell-weight {
	width: 10%;
}

div.week-summary table td.cell-price {
	font-weight: bold;
	width: 10%;
	text-align: right;
}

div.week-summary table td.cell-description {
	font-weight: bold;
	width: 70%;
}

h1 {
	position: relative;
	color: black;
	font-size: 160%;
}


div.deco-top-summary {
	position: relative;
	margin-left: 140px;
	width: 700px;
	height: 15px;
	background: url('../images/bg-summary-top.gif') no-repeat;
	_margin-top: -13px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

div.deco-bottom-summary {
	position: relative;
	margin-left: 140px;
	width: 700px;
	height: 15px;
	background: url('../images/bg-summary-bottom.gif') no-repeat;
	opacity: 0.8;
	filter: alpha(opacity=80);	
}

div.deco-top-menu {
	position: relative;
	width: 120px;
	height: 15px;
	background: url('../images/bg-menu-top.gif') no-repeat;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

div.deco-bottom-menu {
	position: relative;
	width: 120px;
	height: 15px;
	background: url('../images/bg-menu-bottom.gif') no-repeat;
	opacity: 0.8;
	filter: alpha(opacity=80);
	margin-bottom: -15px;	
}


div.cont-addfunctions {
	position: relative;
	margin: 10px;
	font-size: 1.1em;
	margin-top: 3em;
}

a#link-print {
	font-weight: bold;
}

div.cont-addfunctions form {
	position: relative;
	margin-top: 3em;
}


div.cont-addfunctions form input {
	font-family: "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
}

div.cont-addfunctions form {
}

label#label-send {
	display: block;
	font-weight: bold;
	
}

input#mail-send {
	display: block;
	border: 1px solid #333;
	width: 100px;
	_font-size: 1em;
	margin-top: .5em;
}

input#submit-send {
	display: block;
	background: transparent;
	border: none;
	padding: 0;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	_font-size: 1em;
	margin-top: .3em;
	width: 100px;
	text-align: left;
}	

#mailmessage {
	margin: .5em 0;
}