/********* általános *********/
table {
	font-size: 100%;
	}

a {
	color: #414141;
	/*text-decoration: none;*/
	}

a img {
	border-style: none;
	}

.nowrap {
	white-space: nowrap;
	}

form {
	padding: 0px;
	margin: 0px;
	}

p {
	padding: 2px 0px 2px 0px;
	margin: 0px;
	}

.field {
	font-size: 85%;
	border: 1px solid gray;
	background-color: #ffeecc;
	background-image: url(img/shadow-vert.png);
	background-position: top left;
	background-repeat: repeat-x;
	}

.required {
	font-weight: bold;
	color: #d70000;
	}

textarea {
	overflow: auto;
	font-family: Verdana, Arial, sans-serif;
	}

button {
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	border-style: none;
	border-widt: 0px;
	width: 32px;
	height: 19px;
	white-space: nowrap;
	text-indent: 50px;
	color: transparent;
	margin-top: 2px;
	margin-right: 3px;
	}

.btn-refresh, .btn-ok {
	background-image: url(img/btn-ok.png);
	}

.btn-cancel {
	background-image: url(img/btn-cancel.png);
	}

.btn-addtocart {
	background-image: url(img/btn-cart.png);
	}

.btn-cart-ok {
	background-image: url(img/btn-cart-ok.png);
	}

.btn-compare {
	background-image: url(img/btn-compare.png);
	}

.btn-login {
	background-image: url(img/btn-login.png);
	}

.btn-logout {
	background-image: url(img/btn-logout.png);
	}

.btn-search {
	background-image: url(img/btn-search.png);
	}

.btn-del {
	background-image: url(img/btn-del.png);
	width: 15px;
	height: 15px;
	margin: 0px;
	}

.btn-plus {
	background-image: url(img/btn-plus.png);
	width: 15px;
	height: 15px;
	margin: 0px;
	}

.btn-minus {
	background-image: url(img/btn-minus.png);
	width: 15px;
	height: 15px;
	margin: 0px;
	}

.error {
	background-color: red;
	color: white;
	border: 1px solid white;
	padding: 2px 4px 2px 4px;
	}

.message {
	background-color: green;
	color: white;
	border: 1px solid white;
	padding: 2px 4px 2px 4px;
	}

.helplabel {
	display: none;
	border: 1px solid #878787;
	color: #565656;
	background-color: #ffffad;
	padding: 1px 3px 1px 3px;
	position: absolute;
	}

a:hover .helplabel {
	display: block;
	}

/********* formok-közös *********/
table#panel {
	border-collapse: collapse;
	background-image: url(img/panel-patt.png);
	background-position: top left;
	background-repeat: repeat;
	}

table#panel td {
	padding: 1px 8px 1px 8px;
	}

table#panel td.label {
	}

table#panel td.grouplabel {
	height: 8px;
	}

table#panel td.label a, table#panel td.grouplabel a {
	text-decoration: none;
	cursor: default;
	}

table#panel td.grouplabel span {
	text-decoration: underline;
	}

table#panel td.label .helplabel {
	width: 14em;
	}

table#panel td.grouplabel .helplabel {
	width: 30em;
	}

table#panel td.field-s .field {
	width: 8em;
	}

table#panel td.field-m .field {
	width: 16em;
	}

table#panel td.field-l .field {
	width: 30em;
	}

table#panel td.buttons {
	text-align: right;
	}

table#panel td.number {
	font-family: Consolas, Courier, monospace;
	font-size: 110%;
	text-align: right;
	}

table#panel .total td {
	border-top: 1px solid #dedede;
	}

table#panel .total td.number {
	font-weight: bold;
	}

/********* elrendezés *********/
body {
	margin: 0px;
	padding: 0px;
	background-color: #dedede;
	background-image: url(img/patt.png);
	background-position: top right;
	background-repeat: repeat-y;
	color: #414141;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	scrollbar-arrow-color: #666666;
	scrollbar-3dlight-color: #d3d3d3;
	scrollbar-highlight-color: #a7a7a7;
	scrollbar-face-color: #a7a7a7;
	scrollbar-shadow-color: #a7a7a7;
	scrollbar-darkshadow-color: #7d7d7d;
	scrollbar-track-color: #e5e5e5;
	overflow: auto;
	}

#page-layout {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	}

#content-layout {
	border-collapse: collapse;
	width: 100%;
	}

#submenu-layout {
	border-collapse: collapse;
	width: 100%;
	}

#submenu-layout td.layout-cell {
	vertical-align: top;
	}

#submenu-layout #submenu {
	width: 12em;
	}

#banners {
	clear: left;
	padding-top: 10px;
	}

#banners object {
	margin-right: 6px;
	}

/********* fejléc *********/
#page-header-t {
	padding: 0px;
	height: 46px;
	background-image: url(img/header-t-bgr.png);
	background-position: top left;
	background-repeat: no-repeat;
	}

#page-header-c {
	padding: 0px;
	height: 118px;
	background-image: url(img/header-patt.png);
	background-position: top left;
	background-repeat: repeat-x;
	}

#header {
	height: 118px;
	background-image: url(img/header-bgr.png);
	background-position: top left;
	background-repeat: no-repeat;
	}

#header-banner {
	float: right;
	margin-top: 4px;
	}

#contact-info {
	color: white;
	font-weight: bold;
	float: right;
	padding: 10px 30px 0px 0px;
	}

#contact-info a {
	color: white;
	}

#contact-info a:hover {
	}

#page-header-b {
	padding: 0px;
	height: 34px;
	vertical-align: top;
	background-image: url(img/header-b-bgr.png);
	background-position: top left;
	background-repeat: no-repeat;
	}

/********* tartalom *********/
#page-content {
	padding: 0px 10px 10px 0px;
	vertical-align: top;
	}

#normal-block {
	padding: 10px 0px 0px 10px;
	vertical-align: top;
	}

#iaktiv-block {
	padding: 0px 0px 0px 10px;
	vertical-align: top;
	width: 14em;
	}

/********* reklám oszlop *********/
#page-right {
	padding: 0px;
	vertical-align: top;
	width: 152px;
	}

#page-right .item {
	padding-bottom: 4px;
	}

#page-right object, #page-right embed {
	margin-bottom: 6px;
	}

/********* footer *********/
#page-footer {
	vertical-align: bottom;
	padding: 0px;
	}

#page-footer div {
	background-image: url(img/footer-patt.png);
	background-position: center left;
	background-repeat: repeat-x;
	background-color: #8d8d8d;
	font-weight: bold;
	font-size: 85%;
	color: #3c3c3c;
	padding: 4px 40px 4px 10px;
	}

#page-footer div a {
	color: white;
	float: right;
	}

#page-footer div a:hover {
	/*text-decoration: underline;*/
	}

/********* főmenu *********/
#main-menu div {
	float: left;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 110%;
	padding: 5px 15px 5px 15px;
	color: #919191;
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-left: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	background-image: url(img/menu-patt.png);
	background-position: center left;
	background-repeat: repeat-x;
	}

#main-menu a {
	color: #515151;
	}

#main-menu a div {
	color: #515151;
	}

#main-menu a:hover {
	color: #ef7f00;
	}

#main-menu a:hover div {
	/*text-decoration: underline;*/
	color: #ef7f00;
	cursor: pointer;
	}

/********* submenu *********/
table.submenu-item {
	border-collapse: collapse;
	width: 11.5em;
	float: left;
	clear: left;
	}

table.submenu-item .c {
	background-image: url(img/submenu-c.png);
	background-position: top left;
	background-repeat: repeat;
	vertical-align: top;
	color: #9c9c9c;
	font-variant: small-caps;
	padding: 6px 2px 2px 8px;
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	}

a table.submenu-item .c {
	color: #464646;
	text-decoration: underline;
	}

a:hover table.submenu-item {
	cursor: pointer;
	}

a:hover table.submenu-item .c {
	color: #ef7f00;
	}

table.submenu-item .tr {
	padding: 0px;
	width: 8px;
	height: 8px;
	background-image: url(img/submenu-tr.png);
	background-position: top left;
	background-repeat: no-repeat;
	}

table.submenu-item .r {
	height: 3em;
	padding: 0px;
	background-image: url(img/submenu-r.png);
	background-position: top left;
	background-repeat: repeat-y;
	}

table.submenu-item .bl {
	padding: 0px;
	width: 8px;
	height: 8px;
	background-image: url(img/submenu-bl.png);
	background-position: top left;
	background-repeat: no-repeat;
	}

table.submenu-item .b {
	width: 10em;
	padding: 0px;
	background-image: url(img/submenu-b.png);
	background-position: top left;
	background-repeat: repeat-x;
	}

table.submenu-item .br {
	padding: 0px;
	background-image: url(img/submenu-br.png);
	background-position: top left;
	background-repeat: no-repeat;
	}

/********* áruház menu *********/
#aruhaz-menu {
	width: 14em;
	padding: 0px;
	}

#aruhaz-menu .menuitem {
	padding: 3px 5px 3px 10px;
	text-align: left;
	background-image: url(img/submenu2-a.png);
	background-position: top left;
	background-repeat: repeat-y;
	color: #454545;
	border-left: 6px solid #fcaa40;
	}

#aruhaz-menu a {
	cursor: pointer;
	text-decoration: none;
	}

#aruhaz-menu a:hover {
	color: white;
	}

#aruhaz-menu a .menuitem {
	padding: 3px 10px 3px 5px;
	text-align: right;
	border-left-style: none;
	border-bottom: 1px solid #dedede;
	background-image: url(img/submenu2.png);
	background-position: top right;
	background-repeat: repeat-y;
	}

#aruhaz-menu a:hover .menuitem {
	color: white;
	}

/********* áruház *********/
#aruhaz-content {
	padding: 0px 0px 0px 4px;
	}

div#term-search, div#term-akcios {
	padding: 0px 10px 0px 10px;
	}

div#term-search, div#term-akcios {
	color: #d2892c;
	font-weight: bold;
	}

form#form-filter {
	padding: 4px 10px 4px 10px;
	background-image: url(img/filter-patt.png);
	background-position: top left;
	background-repeat: repeat-y;
	}

form#form-filter select {
	margin-bottom: 2px;
	}

form#form-filter #filter-submit {
	margin-left: 15px;
	}

table.termbox {
	border-collapse: collapse;
	margin: 5px 0px 0px 5px;
	width: 26.5em;
	height: 16em;
	float: left;
	}

table.termbox .c {
	vertical-align: top;
	padding: 0px;
	background-color: #cecece;
	}

table.termbox .tl {
	padding: 0px;
	width: 3px;
	height: 3px;
	background-image: url(img/termbox-tl.png);
	background-repeat: no-repeat;
	}

table.termbox .t {
	padding: 0px;
	background-image: url(img/termbox-t.png);
	background-repeat: repeat-x;
	}

table.termbox .tr {
	padding: 0px;
	width: 14px;
	background-image: url(img/termbox-tr.png);
	background-repeat: no-repeat;
	}

table.termbox .l {
	padding: 0px;
	background-image: url(img/termbox-l.png);
	background-repeat: repeat-y;
	}

table.termbox .r {
	padding: 0px;
	background-image: url(img/termbox-r.png);
	background-repeat: repeat-y;
	}

table.termbox .bl {
	padding: 0px;
	height: 14px;
	background-image: url(img/termbox-bl.png);
	background-repeat: no-repeat;
	}

table.termbox .b {
	padding: 0px;
	background-image: url(img/termbox-b.png);
	background-repeat: repeat-x;
	}

table.termbox .br {
	padding: 0px;
	background-image: url(img/termbox-br.png);
	background-repeat: no-repeat;
	}

.termbox a.term-nev-link {
	text-decoration: none;
	color: #50698b;
	}

.termbox a.term-nev-link:hover {
	color: white;
	}

.termbox a.term-nev-link .term-nev {
	background-color: #bfbfbf;
	border: 1px dotted white;
	color: #50698b;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	}

.termbox a.term-nev-link:hover .term-nev {
	color: white;
	}

.termbox .term-rleiras {
	font-size: 85%;
	padding: 6px 5px 6px 5px;
	}

.termbox .term-arak {
	font-weight: bold;
	color: green;
	font-family: Consolas, Courier, monospace;
	padding: 1px 5px 1px 5px;
	font-size: 110%;
	text-align: right;
	}

.termbox .term-arak .term-netto-ar {
	white-space: nowrap;
	}

.termbox .term-arak .term-brutto-ar {
	font-size: 120%;
	white-space: nowrap;
	}

.termbox .term-kosar {
	padding: 1px 5px 1px 5px;
	text-align: right;
	}

.termbox .term-kosar .field {
	width: 3em;
	text-align: right;
	padding-right: 4px;
	padding-left: 4px;
	}

.termbox .term-img {
	float: left;
	margin: 4px;
	}

#term-details .term-nev {
	background-image: url(img/termnev.png);
	background-position: top left;
	background-repeat: repeat-y;
	color: white;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-bottom: 6px;
	}

#term-details .term-hleiras {
	font-size: 85%;
	padding: 6px 5px 6px 15px;
	}

.term-hleiras p {
	margin: 0px;
	padding: 2px 0px 2px 0px;
	}

.term-hleiras a {
	}

#term-details .term-garancia {
	padding: 3px 5px 3px 15px;
	color: #415571;
	}

#term-details .term-gyarto {
	padding: 3px 5px 3px 15px;
	color: #415571;
	}

#term-details .term-gyarto a {
	color: #415571;
	}

#term-details table#term-tul {
	font-size: 85%;
	background-color: #c2c2c2;
	}

#term-details table#term-tul td {
	padding: 0px 8px 0px 8px;
	}

#term-details .term-arak {
	font-weight: bold;
	color: green;
	font-family: Consolas, Courier, monospace;
	padding: 1px 5px 1px 15px;
	font-size: 110%;
	}

#term-details .term-arak .term-netto-ar {
	}

#term-details .term-arak .term-brutto-ar {
	font-size: 120%;
	}

#term-details .term-kosar {
	padding: 1px 5px 1px 15px;
	}

#term-details .term-kosar .field {
	width: 3em;
	text-align: right;
	padding-right: 4px;
	padding-left: 4px;
	}

#term-details .term-picture {
	float: left;
	clear: left;
	width: 20em;
	margin: 5px 15px 0px 5px;
	border: 1px solid #50698b;
	}

#term-details a:hover .term-picture {
	width: auto;
	}


/********* interaktív oszlop *********/
table.infobox {
	border-collapse: collapse;
	margin-top: 4px;
	}

table.infobox .tl {
	padding: 0px;
	width: 8px;
	height: 8px;
	background-image: url(img/infobox-tl.png);
	background-repeat: no-repeat;
	}

table.infobox .t {
	padding: 0px;
	background-image: url(img/infobox-t.png);
	background-repeat: repeat-x;
	}

table.infobox .tr {
	padding: 0px;
	width: 8px;
	background-image: url(img/infobox-tr.png);
	background-repeat: no-repeat;
	}

table.infobox .l {
	padding: 0px;
	height: 35px;
	background-image: url(img/infobox-l.png);
	background-repeat: repeat-y;
	}

table.infobox .r {
	padding: 0px;
	background-image: url(img/infobox-r.png);
	background-repeat: repeat-y;
	}

table.infobox .bl {
	padding: 0px;
	height: 8px;
	background-image: url(img/infobox-bl.png);
	background-repeat: no-repeat;
	}

table.infobox .b {
	padding: 0px;
	background-image: url(img/infobox-b.png);
	background-repeat: repeat-x;
	}

table.infobox .br {
	padding: 0px;
	background-image: url(img/infobox-br.png);
	background-repeat: no-repeat;
	}

table.infobox .title {
	font-size: 90%;
	font-weight: bold;
	padding-bottom: 1px;
	border-bottom: 1px dotted #494949;
	color: #494949;
	margin-bottom: 4px;	
	}

table.infobox .c {
	width: 12em;
	vertical-align: top;
	padding: 0px;
	background-color: #a2a2a2;
	}

table.infobox .content {
	font-size: 90%;
	text-align: right;
	color: black;
	padding-top: 4px;
	}

table.infobox .content a {
	color: #ffcc84;
	text-decoration: none;
	}

table.infobox .content .disabled {
	color: #d3d3d3;
	}

table.infobox .content a:hover {
	color: white;
	}

table.infobox .error {
	padding: 0px 2px 0px 2px;
	font-size: 80%;
	}

table.infobox form {
	text-align: right;
	}

table.infobox form label {
	color: #5d5d5d;
	font-size: 85%;
	}

#form-login {
	}

#form-login .field {
	width: 9em;
	}

#form-search .field {
	width: 13em;
	}

table.infobox table {
	font-size: 80%;
	border-collapse: collapse;
	}

table.infobox table td {
	padding: 0px;
	}

#table-cart td.menny, #table-cart td.ar, #table-cart td.total {
	text-align: right;
	}

#table-cart td.ar, #table-cart td.total {
	font-family: Consolas, Courier, monospace;
	font-size: 110%;
	}

#table-cart td.total {
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	}

table.infobox table td a {
	}

div.plus1 {
	padding-top: 4px;
	padding-bottom: 0px;
	}

/********* főoldal *********/
#fooldal .message {
	width: 40em;
	margin-left: 0px;
	margin-top: 0px;
	}

table.newsbox {
	border-collapse: collapse;
	margin: 0.5em 0px 0px 0.5em;
	float: left;
	width: 22.5em;
	}

table.newsbox .c {
	vertical-align: middle;
	padding: 0px;
	background-color: #dedede;
	background-color: white;
	width: 20em;
	/* height: 17em; */
	}

a table.newsbox {
	cursor: pointer;
	}

.newsbox-link {
	text-decoration: none;
	}

.newsbox-link img {
	border-style: none;
	}

table.newsbox .tl {
	padding: 0px;
	width: 1em;
	height: 1em;
	background-image: url(img/newsbox-tl.png);
	background-repeat: no-repeat;
	}

table.newsbox .t {
	padding: 0px;
	background-image: url(img/newsbox-t.png);
	background-repeat: repeat-x;
	}

table.newsbox .tr {
	padding: 0px;
	width: 1em;
	background-image: url(img/newsbox-tr.png);
	background-repeat: no-repeat;
	}

table.newsbox .l {
	padding: 0px;
	background-image: url(img/newsbox-l.png);
	background-repeat: repeat-y;
	}

table.newsbox .r {
	padding: 0px;
	background-image: url(img/newsbox-r.png);
	background-repeat: repeat-y;
	}

table.newsbox .bl {
	padding: 0px;
	height: 1em;
	background-image: url(img/newsbox-bl.png);
	background-repeat: no-repeat;
	}

table.newsbox .b {
	padding: 0px;
	background-image: url(img/newsbox-b.png);
	background-repeat: repeat-x;
	}

table.newsbox .br {
	padding: 0px;
	background-image: url(img/newsbox-br.png);
	background-repeat: no-repeat;
	}

a:hover table.newsbox .tl {
	background-image: url(img/newsbox-a-tl.png);
	}

a:hover table.newsbox .t {
	background-image: url(img/newsbox-a-t.png);
	}

a:hover table.newsbox .tr {
	background-image: url(img/newsbox-a-tr.png);
	}

a:hover table.newsbox .l {
	background-image: url(img/newsbox-a-l.png);
	}

a:hover table.newsbox .r {
	background-image: url(img/newsbox-a-r.png);
	}

a:hover table.newsbox .bl {
	background-image: url(img/newsbox-a-bl.png);
	}

a:hover table.newsbox .b {
	background-image: url(img/newsbox-a-b.png);
	}

a:hover table.newsbox .br {
	background-image: url(img/newsbox-a-br.png);
	}

/********* kapcsolat *********/
#kapcsolat {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #d45c0f;
	font-size: 90%;
	}

#kapcsolat .label {
	color: #414141;
	}

#kapcsolat .name {
	color: #414141;
	font-weight: bold;
	}

#kapcsolat a {
	color: #d45c0f;
	}

#kapcsolat a:hover {
	/*text-decoration: underline;*/
	}

iframe#terkep {
	float: left;
	width: 640px;
	width: 100%;
	height: 480px;
	border: 1px solid gray;
	}

/********* rólunk *********/
#rolunk {
	background-image: url(img/rolunk-bgr.png);
	background-position: top left;
	background-repeat: no-repeat;
	/*width: 589px;*/
	padding-top: 167px;
	padding-left: 124px;
	}

#rulunk-c {
	width: 358px;
	padding: 0px 0px 5px 0px;
	color: silver;
	text-align: justify;
	background-image: url(img/rolunk-patt.png);
	background-position: top left;
	background-repeat: repeat;
	}

#rulunk-c p {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	}

/********* képtár *********/
#keptar .gallery {
	padding: 0px 20px 0px 20px;
	}

#keptar .gallery h4 {
	font-size: 100%;
	color: #d2892c;
	}

/********* download *********/
#download .download-block {
	padding: 0px 20px 0px 20px;
	}

#download .download-block h4 {
	font-size: 100%;
	color: #d2892c;
	}

#download .download-block h4 img {
	margin-right: 6px;
	vertical-align: middle;
	}

/********* partner *********/
#partner #normal-block {
	background-image: url(img/pecset.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	}

#partner .text {
	margin-left: 20px;
	}

#partner .error {
	width: 40em;
	margin-left: 20px;
	margin-top: 10px;
	}

#partner table#panel {
	margin-left: 20px;
	margin-top: 10px;
	}

/********* rendel *********/
#rendel #normal-block {
	background-image: url(img/penztargep.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	}

#rendel .text {
	margin-left: 20px;
	}

#rendel .error {
	width: 40em;
	margin-left: 20px;
	margin-top: 10px;
	}

#rendel table#panel {
	margin-left: 20px;
	margin-top: 10px;
	}

/********* kosár *********/
#kosar #normal-block {
	background-image: url(img/cart.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	}

#kosar .text {
	margin-left: 10px;
	}

#kosar .info {
	margin-left: 20px;
	width: 50em;
	font-size: 85%;
	text-indent: -10px;
	}

#kosar .info a {
	}

#kosar .error {
	width: 40em;
	margin-left: 20px;
	margin-top: 10px;
	}

#kosar table#panel {
	margin-left: 10px;
	margin-top: 8px;
	}

#kosar table#panel th {
	padding: 3px 8px 1px 8px;
	font-weight: normal;
	border-bottom: 1px solid #dedede;
	}

#kosar table#panel td a {
	text-decoration: none;
	}

#kosar table#panel td .field {
	width: 3em;
	}

#kosar table#panel td.buttons {
	text-align: right;
	padding-bottom: 4px;
	}

/********* compare *********/
table#comptable {
	}

table#comptable th {
	width: 12em;
	background-color: #bfbfbf;
	color: #50698b;
	font-weight: normal;
	padding: 1px 3px 1px 3px;
	}

table#comptable th.empty {
	background-color: transparent;
	}

table#comptable th a {
	text-decoration: none;
	color: #50698b;
	}

table#comptable th a:hover {
	color: white;
	}

table#comptable td {
	background-color: #cecece;
	padding: 1px 3px 1px 3px;
	}

table#comptable td.label {
	color: #a67c2c;
	}

table#comptable td.price {
	color: green;
	}

table#comptable td a {
	}

/********* webstudio *********/
#webstudio-layout .layout-cell {
	vertical-align: top;
	width: 50%;
	}

#webstudio-layout #webpage-list {
	}

#webstudio-layout #description {
	padding: 20px;
	}

#webstudio #webpage-list .separator {
	height: 24px;
	background-image: url(img/separator.png);
	background-position: top center;
	background-repeat: no-repeat;
	}

#webstudio #webpage-list .webpage h2 {
	margin-top: 5px;
	font-size: 160%;
	}

#webstudio #webpage-list .webpage h2 a {
	color: #d2892c;
	text-decoration: none;
	}

#webstudio #webpage-list .webpage p {
	text-align: justify;
	}

#webstudio #webpage-list .webpage p a {
	}

#webstudio #webpage-list .webpage img.big {
	float: left;
	margin: 0px 16px 10px 0px;
	}

#webstudio #webpage-list .webpage img {
	}

#webstudio #description #text {
	padding: 5px 20px 10px 20px;
	color: #6e6e6e;
	text-align: justify;
	background-image: url(img/panel-patt.png);
	background-position: top left;
	background-repeat: repeat;
	border-right: 1px solid #6e6e6e;
	border-bottom: 1px solid #6e6e6e;
	}

/********* szolg *********/
#szolg {
	width: 1000px;
	height: 636px;
	background-image: url(img/uzlet.png);
	background-position: top center;
	background-repeat: no-repeat;
	}

#szolg div.gyarto {
	font-weight: bold;
	font-size: 140%;
	float: left;
	width: 12em;
	color: gray;
	}

#szolg a {
	color: #414141;
	text-decoration: none;
	cursor: pointer;
	}

#szolg a div.gyarto {
	color: #414141;
	}

/********* kellek *********/
#kellek {
	width: 800px;
	height: 570px;
	height: 636px;
	background-image: url(img/kellek.png);
	background-position: top left;
	background-repeat: no-repeat;
	}

#kellek #text {
	width: 30em;
	padding: 15px;
	margin: 100px 0px 20px 80px;
	color: silver;
	font-weight: bold;
	text-align: justify;
	background-image: url(img/rolunk-patt.png);
	background-position: top left;
	background-repeat: repeat;
	}

/********* adatm *********/
#adatment {
	width: 600px;
	height: 520px;
	height: 636px;
	background-image: url(img/adatment.png);
	background-position: top left;
	background-repeat: no-repeat;
	}

#adatment #text {
	width: 30em;
	padding: 15px;
	margin: 80px 0px 20px 30px;
	color: black;
	text-align: justify;
	background-image: url(img/adatment-patt.png);
	background-position: top left;
	background-repeat: repeat;
	}

#adatment #text span.big {
	font-size: 130%;
	}

/********* szerviz *********/
#szerviz {
	width: 930px;
	height: 510px;
	height: 636px;
	background-image: url(img/szerviz.png);
	background-position: top right;
	background-repeat: no-repeat;
	vertical-align: bottom;
	}

#szerviz #text {
	width: 35em;
	font-weight: bold;
	padding: 10px;
	margin: 100px 0px 20px 10px;
	background-image: url(img/panel-patt.png);
	background-position: top left;
	background-repeat: repeat;
	}

