body {
	 text-align: center;
    font: 15px Arial;
    color: #000;
    background: #FFC url(../gfx/bg.png) top repeat-x;
    margin: 0;
    border-top: 10px solid #7B0;
}
#page {
    width: 900px;
    margin: 0 auto;
    position: relative;
	 text-align: left;
}
#title {
    background: url(../gfx/title.jpg);
    height: 220px;
}
#main {
    background-color: #FFF;
    border-left: 1px solid #CE3;
    border-right: 1px solid #CE3;
    border-top: 8px solid #AC0;
    position: relative;
}
#content {
    padding: 0 45px 15px;
}
#bottom {
	 width: 880px;
    background-color: #AC0;
    padding: 10px;
}
.left_box {
    margin: 30px 10px;
}
.left_box .nadpis {
    margin: 10px 0;
    padding: 4px 4px 2px !important;
    background-color: #BD6;
    border-bottom: 3px solid #8B0;
    font: bold 14px Tahoma !important;
    text-align: left !important;
}
#bmi_box div {
    font: 12px Tahoma;
    padding: 1px 3px;
    text-align: center;
}
#bmi_box label {
    display: inline-block;
    width: 70px;
}
#bmi_box input {
    width: 50px;
}
#counter_box div {
    font: 12px Tahoma;
    padding: 2px 7px;
}
p {
    text-align: justify;
}
p.big {
	 margin: 30px 0;
	 text-align: center;
    font: bold 1.5em Tahoma;
    color: #930;
}
p.poradce {
	float: right;
	text-align: right;
	font-style: italic; font-size: 1.2em;
}
h1 {
	 text-align: center;
    font: bold 18px Verdana;
    color: #000;
    background: #F5841F url(../gfx/h1_bg.png) repeat-x;
    padding: 5px 10px;
    margin: 0 -45px;
}
h2 {
	 margin: 30px 0;
    font: 16px Tahoma;
    color: #D60;
	 text-align: center;
	 font-size: 1.4em;
    text-decoration: underline;
}
.err_msg {
    color: #F00;
}
.ok_msg {
    color: #390;
}
.small {
	font-size: 0.7em;
}
.strong {
	font-weight: bolder;
}
p.red, .red {
	color: #F00;
}
span.underline {
	text-decoration: underline;
}
a {
    color: #E06000;
}
a:hover {
    color: #F0B000;
}
#menu a {
    font: bold 14px Verdana;
    color: #360;
    text-decoration: none;
    display: block;
    padding: 7px 15px;
    border-bottom: 1px dotted #9D0;
}
#menu a:hover {
    color: #000;
    background-color: #BE0;
}
a.dotaznik {
    font: bold 15px Verdana;
    color: #C00;
    text-align: center;
    display: block;
    margin: 20px;
}
a.dotaznik:hover {
    color: #F60;
}
.box a {
	color: #F00;
}
form {
	margin-top: 50px;
	font-size: 1.3em;
}
form div {
    margin: 2px;
}
form label {
    vertical-align: top;
    padding-top: 3px;
}
form input[type=text] {
    width: 200px;
}
form div.form_submit {
    text-align: center;
    margin: 10px;
}
form div.form_submit input {
	padding: 15px 30px;
	font-size: 1.3em;
}
#form_dotaznik label {
    display: inline-block;
    width: 300px;
}
.img_left {
    float: left;
    margin-right: 10px; margin-bottom: 5px;
}
.img_right {
    float: right;
    margin-left: 10px; margin-bottom: 5px;
}
.box {
	margin: 30px 0;
	padding: 5px 15px;
	border: 1px solid #000;
	font-style: italic; font-weight: bolder; font-size: 1.2em;
	color: #000;
	background-color: #AFD75D;
}
