/* -------------------------------- obecne ------------------------------------ */

html, body {
	font-family: georgia, verdana;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a {
	color: #833;
}

span.toggle { /* clickable trees */
	cursor: pointer;
}

td.label, span.label { /* first columns in tables */
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}

#noodle {
	width: 750px;
	margin: auto;
	text-align: left;
	background-image: url("/images/pozadi.gif");
	position: relative;
}

#content {
	position: relative;
 	padding: 16px;
}

#cistic {
	padding-top: 1em;
	clear: both;
}

li {
	margin-top: 3px;
}

.clickable {
	cursor: pointer;
}

/* ----------------------------- vypis receptu ------------------------------ */

.poznamka {
	font-size: small;
}

.obrazek {
	border: 3px solid #000;
}

p.hottip {
	margin-top: 0px;
	float: right;
	text-align: right;
}

.ingredience_mnozstvi {
	text-align: right;
}

#ingredience table {
	margin-top: 0.5em;
	margin-bottom: 2em;
}

#ingredience tr {
	behavior: url("/styles/behavior.htc");
}

#ingredience tr:hover, #ingredience tr.hover {
	background-color: #f80;
}


#ingredience td {
	font-size: small;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #888;
}

#ingredience h2, #postup h2, .bratri h2 {
	margin: 0px;
	font-size: medium;
}


#ingredience {
	float: left;
	padding-right: 2em;
	font-size: small;
}

#ingredience span {
	display: block;
	width: 100%;
	height: 100%;
}

#ingredience a {
	text-decoration: none;
	color: #c00;
	cursor: pointer;
}

#tisk {
	text-align: right;
}

#postup p {
	margin: 0px;
	margin-bottom: 1em;
}

/* bratri */

.bratri {
	float: right;
	font-size: small;
	border-left: 2px solid #f80;
	border-bottom: 2px solid #f80;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	height: 100%;

}

.bratri ul {
	margin: 0px;
	padding-left: 1em;
}

/* --------------------------------------- misc ------------------------------ */

table {
	border-collapse: collapse;
}

td.user {
	padding-left: 1em;
}

img.surovina {
	float: left;
	margin-right: 1em;
}

/* ----------------------------------------- navigace ----------------------------------- */

#menu {
	width: 100%;
}

#menu td {
	text-align: center;
}

#menu td.right {
	text-align: right;
}


/* --------------------------------------------- formulare -------------------------------- */

input, textarea, select {
	border: 1px solid #000;
	padding: 2px;
	background-color: #fc8;
	behavior: url("/styles/behavior.htc");
}

input:hover, textarea:hover, select:hover, 
input.hover, textarea.hover, select.hover,
input:focus, textarea:focus, select:focus,
input.focus, textarea.focus, select.focus {
	background-color: #eee;
}

fieldset {
	margin: 1em;
	border: 1px solid #000;
	padding: 5px 10px;
}

legend {
	padding: 0.5em;
	font-weight: bold;
	color: #333;
}


optgroup {
	font-style: normal;
}

td.help {
	font-size: 70%; 
}