body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 12px;
}

.clear { clear: both; }
a img { border: none; }
a { text-decoration: none; color: #3251d8; }
a:hover { text-decoration: underline; }
a:visited { color: #3251d8; }
.spacer { display: inline-block; }
input, textarea { border: 1px solid #ccc; }
input:hover, textarea:hover { background-color: #eee; }
textarea { font-family: Verdana; font-size: 12px; }
.button { border: 1px solid #ccc; background-color: white; cursor: pointer; }
.button:hover { background-color: #eee; }
.error { color: red; }
.success { color: green; }
.preload { display: none !important; }

#container { width: 800px; margin: 0 auto; position: relative; margin-top: -13px; }

#header-image {
	background-image: url('/en/img/header.jpg');
	width: 800px;
	height: 162px;
}

#header-image a {
	width: 100%;
	height: 131px;
	display: block;
}

#column { float: left; width: 146px; }
#column #menu img { display: block; }
#column #menu a img { cursor: pointer; }
#column #languageselect { text-align: center; margin-top: 15px; }
#column #languageselect .spacer { width: 12px; }
#column #shortabout { margin-top: 45px; margin-right: 4px; text-align: right; }

/* ------- */
/* content */
/* ------- */
#content {
	float: right;
	padding-right: 25px;
	height: 515px;
	width: 600px;
	overflow-y: scroll;
	overflow-x: auto;
}
#content #title { margin-top: 20px; margin-bottom: 20px; }
#content img#title { display: block; }

.main table {
	width: 100%;
}
.main #title a {
	display: block;
	width: 164px;
	height: 32px;
	background-image: url('/en/img/visitourwebshop.png');
	margin-top: 5px;
}
.main #title a:hover { background-image: url('/en/img/visitourwebshop_s.png'); }
.main .small-caps { position: relative; top: -4px; font-size: 10px; }

.shops #photos { margin-top: 30px; text-align: center; }
.shops #photos #shop1 { margin-top: 20px; }
.shops #photos #shop1 .description { margin-top: 10px; }
.shops #photos #shop1 .description .spacer { width: 2px; }
.shops #photos .hr-large { margin-top: 30px; margin-bottom: 30px; }
.shops #photos #shop2 .description { margin-top: 10px; margin-bottom: 10px; }

.electric-construction #images { margin-top: 50px; }

.partners table img { margin-bottom: 20px; }

.ordering #form { margin-top: 10px; width: 502px; }
.ordering #header { margin-bottom: 10px; margin-top: 20px; }
.ordering #form textarea {
	display: block;
	width: 500px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 200px;
}
.ordering #form #orderinfo-fieldsmissing { display: none; }
.ordering #ordersent { margin-top: 20px; display: none; }

/* ------- */
/* ------- */

.hr-xl {
	background-image: url('/common/img/vizszcsik_xl.png');
	width: 800px;
	height: 1px;
}

#header .hr-xl { margin-bottom: 12px; }
#footer .hr-xl { margin-top: 13px; }

.hr-small {
	background-image: url('/common/img/vizszcsik_s.png');
	width: 146px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hr-large {
	background-image: url('/common/img/vizszcsik_l.png');
	width: 500px;
	height: 1px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* ------ */
/* mapbox */
/* ------ */
#mapbox {
    width: 600px;
    height: 418px;
    position: absolute;
    background: #eee;
    margin: 0;
    padding: 0;
    z-index: 10;
}

#mapbox-header {
    background: #304D6B;
    width: 569px;
    height: 18px;
    display: block;
    cursor: move;
    float: left;
    padding-top: 3px;
    padding-left: 7px;
    font-weight: bold;
    color: #fff;
}

#mapbox-close {
    background: #304D6B;
    width: 20px;
    height: 19px;
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    float: right;
    color: #fff;
    cursor: pointer;
    padding-top: 2px;
    padding-right: 4px;
}

#mapbox-map, #mapbox-routemap {
    width: 600px;
    height: 400px;
}
