body {
    background: #ECECEC;
    color:#474747;
    font-family:Tahoma,Arial,sans-serif;
    font-size:0.7em;
    text-align:center;
    line-height: 1.4em;
    margin: 0px;
    padding: 0px;
}

a { color:#474747; text-decoration: none; }
a:hover { text-decoration: underline; }

img { border: 0px; }

h1 {
	width; 153px;
	height: 70px;
	background: url('../images/logo.jpg') repeat-y 0px 0px;
    margin:0px;
    padding:0px;
}
h1 span { display:none; }

a.ha1 {
	display: block;
	width; 153px;
	height: 70px;
}

h2 {
	font-weight:bold;
	color:#F84A00;
	font-size:1.2em;
    padding:0px;
    margin:0px 0px 20px 0px;
}

h3 {
	font-weight: bold;
	color: #F84A00;
	font-size: 1.2em;
    margin:0px 0px 20px 0px;
    padding:0px;
}

#back {
	width: 780px;
	margin: 0px auto;
	background: url('../images/back.jpg') repeat-y 0px 0px;
	text-align: center;
}

#left {
	width: 169px;
	float: left;
}

#right {
	background: url('../images/big_img.jpg') no-repeat 0px 0px;
	text-align: left;
	width: 611px;
	float: right;
	min-height: 400px;
	_height: 400px;
}

.page_top {
	text-align: center; 
	padding: 20px; 
	margin: 70px 0px 0px 364px; 
	width: 192px;
	height: 133px;
}

/* KONTAKT */
h2.kontakt {
    padding:0px 0px 45px 0px;
    margin:0px 0px 0px 16px;
    background: url('../images/kontakt.gif') no-repeat;
}
h2.kontakt span { display:none; }
div.kontakt {
	padding:0px 0px 0px 30px;
	text-align:left;
}

/* LOGIN */
form.login {
    margin:0px;
    padding:10px 0px 5px 0px;
}
form.login p {
    margin:0px;
    padding:0px 10px 10px 25px;
    text-align:center;
    color:#F84A00;
    font-weight:bold;
}
form.login input {
    font-family:tahoma,sans-serif;
    font-size:1em;
    margin:1px 0px 0px 0px;
}
form.login input.submit {
    background:transparent;
    border:none;
    cursor:pointer;
    font-weight:bold;
}
form.login ul {
    margin:0px;
    padding:10px 0px 0px 40px;
    list-style:square;
    text-align:left;
    font-weight:bold;
    color:#F84A00;
}
form.login ul a { color:#F84A00; }
form.login ul a:hover { color:#000; }

/* PRIHLASENY USER */
div.logged {
    text-align:left;
    margin:5px 7px 10px 20px;
    padding:10px;
    background:#FFF;
    border:1px solid #DBDBDB;
}
div.logged strong { color:#F84A00; }
div.logged ul {
    margin:0px;
    padding:10px 0px 0px 15px;
    list-style:square;
}

/* MENU */
ul#menu {
	list-style:none;
	text-align:left;
    margin:0px 0px 0px 16px;
	padding:0px 0px 0px 25px;
	background:url('../images/menu.jpg') repeat-y 0px 0px;
}
ul#menu li { padding:8px 0px 7px 0px; }
ul#menu li a { color: #FFF; font-weight: bold; }

#bottom {
	width: 780px;
	margin: 0px auto;
	height: 20px;
	padding-top: 15px;
	background: url('../images/bottom.jpg') no-repeat 0px 0px;
	text-align: center;
}

.cleaner {
    clear:both;
    height:0.1em;
    line-height:0.1em;
}
