* {
	margin: 0;
	padding: 0;
}

body {

	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	text-align: center;
	color: #464646;
	background: #F9F9F9;
}

#kontajner {
	width: 980px;
	margin: auto;
	text-align: left;
}

#hlavicka {
	height: 235px;
	background: #A0744B url("img/top.jpg") no-repeat;
}
#hlavicka h1 {
	margin: 62px 0 0 325px;
	text-align: center;
	position: relative;
	width: 320px;
	height: 134px;
	overflow: hidden;
}
#hlavicka h1 span {
	display: block; 
	width: 320px; 
	height: 134px; 
	background: url("img/radoman_logo.jpg") no-repeat; 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 1; 
	cursor: pointer; 
}

#menu {
	height: 59px;
	background: #A0744B url("img/under_menu.jpg") no-repeat;
}

#menu ul {
	width: 697px;
	height: 43px;
	background: url("img/menu_bg.jpg") repeat-x;
	list-style: none;
	margin: auto;
	padding: 0px 125px 0px 138px;
}
#menu li {
	float: left;
}
#menu li a {
	background: url("img/button_bg.jpg") no-repeat;
	display: block;
	text-decoration: none;
	width: 86px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	text-transform: lowercase;
}
#menu li a:hover {
	color: #EFD3B7;
}
.last-button {
	background: url("img/last_button_bg.jpg") no-repeat !important;
}

#obsah {
	width: 600px;
	padding: 30px 55px;
	background: #F9F9F9 url("img/content_bg.jpg") repeat-y;
	margin: auto;
	overflow: hidden;
}

#spodok {
	height: 30px;
	background: url("img/bottom.jpg") no-repeat;
	width: 710px;
	margin: auto;
}

#copyright {
	padding: 3px 0px 8px 0px;
	width: 710px;
	margin: auto;
	text-align: center;
	font-size: 11px;
	color: #C9C9C9;
}
#copyright a {
	color: #C9C9C9;
}

#lng-box {
	width: 49px;
	height: 18px;
	margin: auto;
	padding: 0px 3px;
	background: url("img/lng_box.jpg") no-repeat;
}
#lng-box .prvy {
	margin: 0 3px 0 1px;
}

br.clear { clear: both; height: 0; line-height: 0.0; display: block; }

h2, h3, h4, p {
	margin-bottom: 30px;
}

h2 {
	font-size: 250%;
	color: #B5B5B5;
	font-weight: normal;
}
h2:first-letter {
	color: #A0744B;
}

h3 {
	font-size: 150%;
	color: #A0744B;
	font-weight: normal;
}

img, fieldset, form {
	border: 0;
}

.vacsi {
	margin-bottom: 50px;
}

a { color: #A0744B; }
a:hover { text-decoration: none; color: #D5AC85; }

a.white { color: #fff; }

.cboth { clear: both; }
.hidden { display: none; }
.center { text-align: center; }

.lavy { float: left; }
.pravy { float: right; }

.obrazok { cursor: pointer; }

input, select, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #464646;
	background: #fff;
	border: 1px solid #464646; 
}
input, select {
	padding: 4px 0px;
}
input[type=submit] {
	padding: 2px 10px;
}
.radio {	vertical-align: middle; border: none; }

.produkt-box {
	width: 480px;
	margin: 0 auto 30px auto;
	height: 1px;
	border: 1px solid #AF855C;
	background: url("img/product_box_bg.jpg") repeat-y;
}
*> .produkt-box {
	height: auto;
}
.produkt-box p { 
	margin: 0;
	color: #7C7C7C;
}
.produkt-box h3 {
	height: 23px;
	line-height: 23px;
	background: #A0744B url("img/nadpis_bg.jpg") repeat-x;
	margin: 1px 1px 0 1px;
	text-align: center;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
}
.produkt-box h3 a {
	color: #fff;
	text-decoration: none;
}
.produkt-box h3 a:hover {
	color: #EFD3B7;
}
.produkt-inbox-lavy {
	float: left;
	width: 149px;
	padding: 8px;
	background: #F5F5F5;
	margin-left: 1px;
	text-align: center;
}
.produkt-inbox-pravy {
	float: left;
	width: 292px; /*283*/
	padding: 10px;
}
.produkt-inbox-pravy p {
	margin-bottom: 10px;
}
.produkt-box-spodok {
	border-top: 1px solid #C9C9C9;
	background: #EDEDED;
	color: #8F8F8F;
	padding: 2px 15px;
	height: 15px;
	line-height: 15px;
	text-align: right;
}
.produkt-box-obrazky {
	background: #F5F5F5;
	border-top: 1px solid #C9C9C9;
	padding: 10px;
	height: 1px;
}
*> .produkt-box-obrazky {
	height: auto;
}
.produkt-box-obrazky p {
	margin-bottom: 10px;
}
.produkt-obrazok {
	float: left;
	height: 150px;
	width: 200px;
	padding: 0 0 20px 20px;
}
.produkt-obrazok a {
	filter: alpha(opacity=30); 
	-moz-opacity: 0.3;
}
.produkt-obrazok a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

h2.nadpis {
	text-align: left;
	position: relative;
	width: 365px;
	height: 54px;
	overflow: hidden;
	font-size: 230%;
	color: #B5B5B5;
	font-weight: normal;
	margin-left: -10px;
	/*margin-left: 20px;*/
}
h2.nadpis:first-letter {
	color: #A0744B;
}
h2.nadpis span {
	display: block; 
	width: 365px; 
	height: 54px;  
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 1; 
}

.novinky-sk span { background: url("img/nadpisy/novinky_sk.jpg") no-repeat; }
.sedla-sk span { background: url("img/nadpisy/sedla_sk.jpg") no-repeat; }
.osedlach-sk span { background: url("img/nadpisy/osedlach_sk.jpg") no-repeat; }
.doplnky-sk span { background: url("img/nadpisy/doplnky_sk.jpg") no-repeat; }
.ostatne-sk span { background: url("img/nadpisy/ostatne_sk.jpg") no-repeat; }
.cennik-sk span { background: url("img/nadpisy/cennik_sk.jpg") no-repeat; }
.zaujimavosti-sk span { background: url("img/nadpisy/zaujimavosti_sk.jpg") no-repeat; }
.linky-sk span { background: url("img/nadpisy/linky_sk.jpg") no-repeat; }
.kontakt-sk span { background: url("img/nadpisy/kontakt_sk.jpg") no-repeat; }
.onas-sk span { background: url("img/nadpisy/o-nas_sk.jpg") no-repeat; }
.objednavka-sk span { background: url("img/nadpisy/objednavka_sk.jpg") no-repeat; }
.upinanie-sk span { background: url("img/nadpisy/upinanie_sk.jpg") no-repeat; }
.kostry-sk span { background: url("img/nadpisy/kostry_sk.jpg") no-repeat; }
.vzory-sk span { background: url("img/nadpisy/vzory_sk.jpg") no-repeat; }

.novinky-en span { background: url("img/nadpisy/novinky_en.jpg") no-repeat; }
.sedla-en span { background: url("img/nadpisy/sedla_en.jpg") no-repeat; }
.osedlach-en span { background: url("img/nadpisy/osedlach_en.jpg") no-repeat; }
.doplnky-en span { background: url("img/nadpisy/doplnky_en.jpg") no-repeat; }
.ostatne-en span { background: url("img/nadpisy/ostatne_en.jpg") no-repeat; }
.cennik-en span { background: url("img/nadpisy/cennik_en.jpg") no-repeat; }
.zaujimavosti-en span { background: url("img/nadpisy/zaujimavosti_en.jpg") no-repeat; }
.linky-en span { background: url("img/nadpisy/linky_en.jpg") no-repeat; }
.kontakt-en span { background: url("img/nadpisy/kontakt_en.jpg") no-repeat; }
.onas-en span { background: url("img/nadpisy/o-nas_en.jpg") no-repeat; }
.objednavka-en span { background: url("img/nadpisy/objednavka_en.jpg") no-repeat; }
.upinanie-en span { background: url("img/nadpisy/upinanie_en.jpg") no-repeat; }
.kostry-en span { background: url("img/nadpisy/kostry_en.jpg") no-repeat; }
.vzory-en span { background: url("img/nadpisy/vzory_en.jpg") no-repeat; }


#obsah ul, #obsah ol { margin: 10px 0px 10px 25px; }
#obsah ul { list-style: square; }

.cennik { 
	width: 100%; 
	border: 1px solid gray; 
	margin: 0 auto 30px auto; 
	border-collapse: collapse;
}
.cennik th, .cennik td {
	border: 1px solid gray; 
	padding: 3px;
}
.cennik th {
	background: #FAFAFA;
	text-align: left;
}
.s1 { width: 55%; }
.s2 { width: 15%; text-align: right; }
.s3 { width: 30%; text-align: right; }
.tar { text-align: right; }

.objednavka {
	margin-bottom: 30px; margin-left: 20px;
}
.objednavka b { 
	font-size: 130%;
}

.order-error {
	background: #FBFBFB;
	border: 1px solid #ff7171;
	margin-bottom: 25px;
	padding: 15px;
}
.order-error b {
	color: red;
}

.scndrow {
	background: #FAFAFA;
}
.cennik input {
	padding: 0;
}

.link {
	padding: 1px;
	background: #fff url("img/link_bg.jpg") repeat-y;
	border: 1px solid #CECECE;
	margin-bottom: 20px;
	height: 1px;
}
*> .link {
	height: auto;
}
.link p {
	margin: 0;
}
.link h3 {
	background: #ECECEC;
	padding: 3px;
	text-align: center;
	border-bottom: 1px dashed #C0C0C0;
	margin: 0;
	font-size: 90%;
	color: #464646;
	font-weight: bold;
}
.link-ikona {
	padding: 5px 8px;
	width: 143px;
	float: left;
}
.link-popis {
	/*background: #F5F5F5;*/
	padding: 3px;
	float: left;
}
.link-adresa {
	background: #ECECEC;
	padding: 3px 15px;
	border-top: 1px dashed #C0C0C0;
	text-align: right;
}
.link-adresa a {
	text-decoration: none;
	color: #7C7C7C;
}
.link-adresa a:hover {
	color: #383838;
}

