/************** Elpropa CSS stylesheet ****************/

/********* COMMON HTML ELEMENTS *********/
body {
	background-color: #5a8abf;
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	font-family: 'Trebuchet MS' sans-serif;
	text-align: center;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #353535;
}


/********* UNIVERSAL CLASSES *********/
.clearer {
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

.center {
	text-align: center;
}


/********* LAYOUT *********/
div#main {
	margin: auto;
	position: relative;
	width: 778px;
	background-color: #e7e7e7;
	border-right: 10px solid #e7e7e7;
	border-left: 10px solid #e7e7e7;
	text-align: left;
}

div#header {
	position: relative;
	width: 778px;
	height: 267px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}

div#logo {
	position: absolute;
	right: 5px;
	bottom: 3px;
	color: white;
	text-align: right;
}

div#logo div.companyname {
	font-size: 25px;
	text-transform: uppercase;
	font-family: serif;
	font-weight: bold;
}

div#logo div.products {
	font-size: 18px;
	font-family: serif;
}



/********* TOP MENU *********/
div#buttons {
	height: 34px;
	margin: 0 auto;
	margin-bottom: 10px;
	background: url('../images/menu.png') repeat-x;
	font-family: sans-serif;
}

div#buttons ul {
	padding: 0px;
	margin: auto;
	width: auto;
}

div#buttons ul li {
	float: left;
	display: block;
	list-style: none;
	margin: 0px;
	padding: 7px 1em 7px 1em;
}

div#buttons ul li.first {
}

div#buttons ul li a {
	color: white;
}

div#buttons ul li ul {
	position: absolute;
	height: 0px;
	overflow: hidden;
	display: block;
	z-index: 10;
	padding: 0px;
	padding-top: 11px;
}

div#buttons ul li:hover ul {
	height: auto;
	border-bottom: 1px solid white;
}

div#buttons ul li ul li {
	height: auto;
	visibility: visible;	
	float: none;
	display: block;
	background-color: #195b78;
	border-left: 1px solid white;
	border-right: 1px solid white;
}



/********* LEFT COLUMN *********/
div#left {
	width: 470px;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #bdbdbd;
	float: left;
	font-size: 0.8em;
	line-height: 1.8em;
	text-align: justify;
}

div#left h1, div#left h2 {
	border-bottom: 1px solid #bdbdbd;
	padding: 0.2em;
	margin-top: 0px;
	font-size: 1.5em;
	color: #555;
}

div#left ul.fajfky {
	list-style-image: url('../images/fajfka.png');
	font-size: 1em;
}

div#left ul.fajfky li {
	margin: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

div#left div.img-left {
	float: left;
	border: 1px solid #DDD;
	padding: 0.5em;
	margin: 1em;
	margin-left: 0px;
	line-height: 0px;
}

div#left div.img-right {
	float: right;
	border: 1px solid #DDD;
	padding: 0.5em;
	margin: 1em;
	margin-right: 0px;
	line-height: 0px;
}


div#left h2.smallheading {
	border: none;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}

div#left p {
	color: #333;
}

div#left div.message {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	border: 1px solid #DDD;
	padding: 0.5em;
	background-color: #f5f5f5;
	margin-bottom: 1em;
}

div#left table.cenik {
	border-collapse: collapse;
	width: 470px;
	border: 1px solid #DDD;
	border-bottom: none;
	background-color: #f2f2f2;
	font-family: sans-serif;
}

div#left table.cenik tr td {
	border-bottom: 1px solid #DDD;
	padding: 0.5em;
	text-align: right;
	font-weight: bold;
}

div#left table.cenik tr td:first-child {
	text-align: left;
	width: 350px;
	font-weight: normal;
}

div#left table.cenik tr:hover {
	background-color: #fafafa;
}

div#left dl.kontakt dt {
	float: left;
	font-weight: bold;
}

div#left dl.kontakt dt.single {
	display: block;
	float: none;
	font-weight: normal;
}

div#left dl.kontakt dd {
	margin-left: 5em;
}

div#left div.backlinkcode {
	padding: 0.5em;
	border: 1px solid #DDD;
	background-color: #FAFAFA;
	margin-bottom: 2em;
}

/********* RIGHT COLUMN *********/
div#right {
	margin-left: 500px;
}

div#right div.box {
	border: 1px solid #bdbdbd;
	background-color: white;
	margin-bottom: 10px;
}

div#right div.box h2 {
	background: url('../images/right-box.gif') repeat-x;
	color: #ffffff;
	text-align:center;
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	padding: 5px;
}

div#right div.box ul {
	padding: 0px;
	margin: 0px;
}

div#right div.box ul li {
	display: block;
	list-style: none;
	border-bottom: 1px solid #DDD;
	margin: 5px;
	padding: 5px;
}

div#right div.box ul li a {
	color: #333;
}

div#right div.servises {
	background-color: #dfe4ff;
	color: black;
	font-weight: bold;
}

div#right div.servises ul {
	font-size: 0.9em;
}

div#right div.truhlarstvi-kral {
	background-image: url('../images/truhlarstvi-kral-bg.png');
	background-repeat: repeat-x;
	text-align: center;
}

div#right div.truhlarstvi-kral img {
	border: none;
	width: 276px;
	margin: 0px;
	padding: 0px;
	display: block;
}


/********* FOOTER *********/
div#footer {
	background: url('../images/footer.png') repeat-x;
	height: 25px; /*50px;*/
	margin: 0px;
	margin-top: 10px;
	font-size: 10px;
	color: #ffffff;
	padding-top: 20px;
	text-align: center;
	clear:both;
}

div#footer a {
	color: #ffffff;
	font-size: 10px;
}

