/* Weblapbolt - http://www.weblapbolt.hu */

/*-----------------------BoDy-----------------------*/
body {
	text-align: center;
	background-color: #525f6a;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	background-image: url(images/bodyBg.jpg);
	background-repeat: repeat-x;
	color: #333;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}


/*-----------------------LiNKs-----------------------*/
a, a:visited, a:active {
	text-decoration: none;
	color: #214ab1;
}
a:hover {
	text-decoration: underline;
	color: #64aeff;
}



/*-----------------------TExTs-----------------------*/

h1 {
	margin:0 0 0 0;
}
h1 span{
	display:none;	
}
h1 a {
	width: 150px;
	height: 50px;
	display:block;
	border:solid 0px red;	
}

h2 {
	margin:15px 0 0px 0;
	padding:0;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	letter-spacing:1px;
	color:#7a8795;
}

b {
	//color:#64aeff;
	color:#333;

}

.text1 {
	color:#ff0000;
	font-size: 12px;
	font-weight:bold;
}

.text2 {
	color:#ff6600;
	font-family: Arial;
	font-weight:bold;
}

/*-----------------------MAiN BLoCKs-----------------------*/
#contents {
	border:solid 0px #ff0099;
	margin: auto;
	width:960px;
}

#main {
	width:960px;
	border: solid 0 blue;
	text-align: left;
	background-image: url(images/mainBg.png);
	background-repeat: repeat-y;
	background-position: center 225px;
}
#main2 {
	width:960px;	
	border: solid 0px blue;
	text-align: left;
	background-image: url(images/footerBg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*-------LOADER--------*/
#loader {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 33px;
	margin: 320px 0pt 0pt 555px;
	padding: 17px 0 0 0;
	position: absolute;
	text-align: center;
	width: 50px;
	z-index: 100000;
}

#leftContent {
	width:220px;
	border: solid 0px green;
	float:left;
}

#rightContent {
	width:740px;
	border: solid 0px blue;
	float: left;
	margin-bottom: 60px;
}

.header {
	height:225px;
	text-align:left;
	border: solid 0px red;
}
#mainContent {
	padding: 10px 30px 0 30px;
	border: solid 0px red;
	min-height: 300px;
	overflow: hidden;
}

#footer {
	width:970px;
	text-align:left;
	color:#fff;
	height:40px;
	margin:auto;
	border: solid 0px green;
	padding: 0;	
}

/*------------------------------------RiGht cOnteNt---------------------------------*/
#rightContent h2 {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	border-bottom: dashed 1px #bbb;
}
#rightContent h2 a,#rightContent h2 a:visited,#rightContent h2 a:active {
	color: #7a8795;
}
#rightContent h2 a:hover {
	color: #64aeff;
	text-decoration: none;
}

.subMenu {
	margin: 20px auto 20px auto;
	width: 270px;
	padding: 0;
}
.subMenu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.subMenu li a,.subMenu li a:visited,.subMenu li a:active{
	margin-top: 2px;
	display: block;
	padding: 7px 10px 7px 10px;
	text-align: center;
	background-color: #aaa;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.subMenu li a:hover{
	background-color: #eee;
	color: #ff0000;
}




/*------------------------------------FooTeR cOnteNt---------------------------------*/
#footer {	
	font-size: 5px;
}
#footer ul {	
	margin:-39px 0 0 250px;
	padding:0 0 0 0;
	border:solid 0px red;
	text-align: left;
	position: absolute;
}
#footer li {
	display:inline;
	margin:0;
}
#footer li a, #footer li a:active, #footer li a:visited {
	color:#586877;
	font-size:11px;
	font-weight:normal;
	margin-right: 15px;
	padding:0;
	text-decoration: none;
}
#footer li a:hover{
	color:#fff;
	text-decoration:none;
}

.copyright {
	float: left;
	color: #20252a;
	font-size: 11px;
	margin: 0px 0 0 20px;
	line-height: 23px;
}

.designed {
	border: solid 0px red;
	margin: 0px 20px 0 0;
	float: right;
}
.designed a,.designed a:visited,.designed a:active{
	background-image: url('images/wb.png');
	background-repeat: no-repeat;
	width: 78px;
	height: 23px;
	display: block;
	text-align: left;
	border: solid 0px red;
	background-position: 50px 0;
	line-height: 23px;
	color: #20252a;
	text-decoration: none;
	font-size: 11px;
}
.designed a:hover {
	background-position: 50px -23px;
	color: #dddddd;
	text-decoration: none;
}
.designed span {
	display: none;
}


/*-----------------GALLERY-----------------*/

.gallery_image div {
    display: none;
}
.gallery_image {
    float: left; 
    position: relative; 
    left: 0; 
    top: 0;
    margin: 0 5px 15px 5px;
}

#galleryImageContainer {
	background-color: #fff;
	padding: 4px;
	border: solid 1px #bbb;
	z-index: 15000;
}

#galleryLoader {
    position: absolute;
    top: 60px;
    left: 60px;
    width: 37px;
    height: 37px;
    background-image: url("images/loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    z-index: 20;
    display: block;
    border: 1px solid gray;
    filter:alpha (opacity=80);-moz-opacity:.8;opacity:.8;-khtml-opacity: 0.8;
}

#galleryImage {
    padding: 4px;
    background-color: #ddd;
}

#galleryClose {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    background-image: url("images/closebox.png");
    cursor: pointer;    
    z-index: 15100;
}

#galleryDesc {   
    display: none;
    position: relative; 
    color: #555;
    border: solid 0px red;
}

#galleryPrev {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url("images/elozo.gif");
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 15099;
    margin-left: 5px;   
}

#galleryNext {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url("images/kovetkezo.gif");
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 15099;
    margin-left: 8px;   
}

.galleryFullImage,.galleryFullImage:active,.galleryFullImage:visited {
	color:#9a9379;
	font-size: 11px;
	font-weight: normal;
	margin: 7px 0 0 0;
	display: block;
	text-decoration: none;
}
.galleryFullImage:hover {
	color:#b00000;
	text-decoration: none;
}

/*-----------------------VEHICLES-------------------------*/

.vehicleDataField {
	padding-left: 10px;
}

.vehicleDataField div {
	float: left;
	width: 330px;
}

/*-----------------------KAPCSOLAT-------------------------*/
.mapFrame {
	border: 3px solid #F6F6F6;
	padding: 2px;
	margin: 40px 0 10px 35px;
}

/*-----------------------VISSZABTN-------------------------*/
.back,.back:active,.back:visited {
	float: right;
	margin: -28px 0 0 0;
	color:#7a8795;
	font-weight: bold;
	letter-spacing:1px;
}
.back:hover {
	text-decoration: none;
}

.tdBorderB td{
	border-bottom: solid 1px #eee;
	padding: 2px 0 2px 0;
}
.tdBorderB .last td {
	border-bottom: 0;
}




/*-----------STORE------------*/
.termekLista {
	display: block;
	margin: 10px auto 20px auto;
	width: 560px;
}
.termekLista table {
	width: 550px;
	border-bottom: dashed 1px #ccc;
}
.termekLista td {
	padding: 5px;
	vertical-align: top;
}
.termekLista img,.termekLista:active img,.termekLista:visited img {
	border: solid 2px #ccc;
	padding: 2px;
}
.termekLista:hover img {
	border: dashed 2px #64aeff;
}
.termekLista h3,.termekLista:active h3,.termekLista:visited h3 {
	margin: 0 0 5px 0;
	padding: 0;
	#214ab1;
	border: 0;
}
.termekLista:hover h3 {
}
.termekLista div,.termekLista:active div,.termekLista:visited div {
	color: #333;
	font-weight: normal;
}
.termekLista:hover div {
	color: #333;
}
.storePictures {
	margin: 10px 0 10px 0;
}
.storePictures a img,.storePictures a:active img,.storePictures a:visited img {
	border: solid 2px #ccc;
	padding: 2px;
}
.itemName {
	margin: 10px 0 0px 0;
	color: #64aeff;
	font-size: 12px;
	padding: 0;
}
.muszakiAdatok {
	margin: 10px 0 10px 0;
	border-bottom: dashed 1px #bbb;
	color: #7a8795;
	font-weight: bold;
}


/*-------------BELEPES------------*/
.formBox {
	padding: 10px;
	width: 300px;	
	border: dashed 1px #E1E1E1;
	margin: 40px auto 0 auto;
}

.regTable {
	width: 300px;
	margin: 10px auto 0 auto;
}
.regTable .last {
	border-bottom: solid 1px #E1E1E1;
	height: 10px;
}
.select {
	background-color: #f6f6f6;
	border: solid 1px #e6e6e6;
	width: 175px;
	height: 20px;
	font-size: 12px;
	color: #555;
	padding: 0;
}
.defInput {
	background-color: #f6f6f6;
	border: solid 1px #e6e6e6;
	width: 165px;
	height: 18px;
	font-size: 12px;
	color: #555;
	padding: 2px 5px 0 5px;
}
.defBtn {
	background-color:#bcd2e8;
	font-weight: normal;
	border:solid 1px #85929f;
	display:block;
	font-size:11px;
	margin: 10px auto 0 auto;
	color: #3e4750;
	padding: 3px 5px 3px 5px;
	cursor: pointer;
}
.defBtn.hover {
	background-color: #82c6f6;
	border: solid 1px #59a2d5;
	color: #486c85;
}
.defBtn:hover {
	background-color: #64aeff;
	border: solid 1px #59a2d5;
	color: #fff;
}

.error {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}


.partnerek {
	padding: 10px 0 0 20px;
	height: 60px;
}
.partnerek a {
	display: block;
	float: left;
	margin: 0 15px 0 0;
}
.partnerek a span {
	display: none;
}
.partnerek .kadia {
	display: block;
	float: left;
	background-image: url("images/partner_kadia.png");
    background-repeat: no-repeat;
    width: 43px;
    height: 50px;
}
.partnerek .kadia:hover {
	background-position: 0 -50px;
}
.partnerek .psafe {
	display: block;
	float: left;
	background-image: url("images/partner_psafe.png");
    background-repeat: no-repeat;
    width: 60px;
    height: 50px;
}
.partnerek .psafe:hover {
	background-position: 0 -50px;
}


/*----------GALERIA--------*/
.galleryList {
	float: left;
	margin: 10px 4px 10px 4px;
	border: solid 0px red;
	text-align: center;
}
.galleryList a {
	color: #333;
	font-weight: bold;
}
.galleryList a:hover {
	text-decoration: none;
	color: #64aeff;
}
.galleryList a img,.galleryList a:active img,.galleryList a:visited img {
	border: solid 2px #ccc;
	padding: 2px;
}
.galleryList a:hover img {
	border: dashed 2px #64aeff;
}
.date {
	font-style: italic;
	color: #999;
	font-size: 11px;
	font-weight: normal;
}

.galeryPictures {
	margin: 10px 0 10px 0;
}
.galeryPictures a img,.galeryPictures a:active img,.galeryPictures a:visited img {
	border: solid 2px #ccc;
	padding: 2px;
}


/*-----------HIREK----------*/
.hirlist {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 12px;
}
.hirlist .date {
	margin: 7px 0 0 0;
	border-top: solid 1px #ccc;
	padding-top: 2px;
	text-align: right;
	color: #999;
}
.hirlist h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
}
.hirlist div {
	color: #333;
}
.hir .date {
	margin: 7px 0 0 0;
	padding-top: 2px;
	border-top: solid 1px #ccc;
	text-align: right;
	color: #999;
}
.hir h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	color: #64aeff;
}
