/*
CSS stylesheet for pannontaxi.eu
Created by Szabolcs Sztányi 
email: sax155@gmail.com
*/

*{
	margin: 0;
	padding: 0;
}
body {
	background: #ffa443 url(images/bg.gif) repeat-x;
}
#wrapper900 {
	margin: 0 auto;
	width: 900px;
	position: relative;
}
.pngfix, #container.pngfix, #menu, #menu li, #menu li a{
	behavior: url(images/iepngfix.htc); 
}
#header{
	margin: 0 auto;
	height: 198px;
	width: 735px;
	position: relative;
	top: 0px;
	left: 0px;
	background: url(images/header.png) no-repeat 0 0;
}
#header .phone{
	width: 275px;
	height: 149px;
	position: absolute;
	top: 0px;
	right: 29px;
}
#header a.address{
	position: absolute;
	top: 105px;
	right: 48px;
	font-weight: normal;
	font-family: Georgia, Times New Roman,serif;
	font-size: 11px;
	line-height: 19px;
	text-transform: none;
	letter-spacing: 1px;
	text-shadow: 0px 1px 1px white;
	text-decoration: none;
	color: red;
}
#header a.address:hover{
	text-decoration: underline;
	color: #ff810c;
}
#header a.email{
	position: absolute;
	top: 104px;
	right: 175px;
	font-weight: normal;
	font-family: Times New Roman, times-roman, georgia, serif;
	font-size: 13px;
	line-height: 19px;
	text-transform: none;
	letter-spacing: 1px;
	text-shadow: 0px 1px 1px white;
}
#header a.tel{
	position: absolute;
	top: 85px;
	right: 155px;
	font-weight: normal;
	font-family: Times New Roman, times-roman, georgia, serif;	
	font-size: 13px;
	line-height: 19px;
	text-transform: none;
	letter-spacing: 1px;
	text-shadow: 0px 1px 1px white;
}
#header a.telnumber{
	position: absolute;
	top: 85px;
	right: 48px;
	font-weight: normal;
	font-family: Times New Roman, times-roman, georgia, serif;
	font-size: 11px;
	line-height: 19px;
	text-transform: none;
	letter-spacing: 1px;
	text-shadow: 0px 1px 1px white;
	color: red;
}
#header #logo{
	width: 359px;
	height: 93px;
	position: relative;
	display: block;
	top: 35px;
	left: 0px;
}
#header #logo a img{
	border: 0 none;
	text-decoration: none;
}
#container {
	margin: 75px auto 30px;
	width: 750px;
	height: 700px;
	background: transparent url(images/cont.png) no-repeat;
	position: relative;
	padding: 50px 0 0 30px;
	z-index: 30000;
	float: none;
}
#container p.text{
	margin: 40px 0 10px 10px;
	width: 500px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 17px; 
    color: #666;
}
#container #map{
	margin: 30px 20px;
	height: 300px;
	width: 470px;
	border: 2px solid gray;
	-webkit-box-shadow: 3px 3px 5px #a4a4a4;
}
p.text a.address{
	text-decoration: none;
	color: red;
	cursor: pointer;
	text-shadow: 0px 1px white;
	font-family: Times New Roman, times-roman, georgia, serif;
}
p.text a.address:hover{
	color: #ff810c;
	text-decoration: underline;
	text-shadow: 0px 1px white;
	font-family: Times New Roman, times-roman, georgia, serif;
}
/* @group form */

form{
	margin-top: 20px;
	width: 500px;
	margin: 20px 0 0 10px;
}
td.text{
	display: block;
	margin: 5px;
	font-family: Times New Roman, times-roman, georgia, serif;
	color: #444;
	margin: 0;
	padding: 6px 0px 0 0px;
	font-size: 16px;
	line-height: 17px;
	letter-spacing: 2px;
	font-weight: normal;
}
td.submit input{
	position: relative;
	top: 20px;
	left: 95px;
	width: 66px;
	height: auto;
}
p.note{
	display: block;
	height: 130px;
	width: 150px;
	position: relative;
	right: 300px;
	top: 222px;
	float: right;
	font-family: Times New Roman, times-roman, georgia, serif;
	color: #444;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	font-weight: normal;
}

p.detail{
	color: #888;
	margin-top: 7px;
	font-family: Times New Roman, times-roman, georgia, serif;
	font-size: 13px;
	letter-spacing: 1px;
}
/* @end */


small{
	font-family: Verdana;
	font-size: 9px;
	line-height: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: orange;
}
h1{
	font-family: Times New Roman, times-roman, georgia, serif;
	color: #444;
	margin: 0;
	padding: 6px 0px 0 0px;
	font-size: 42px;
	line-height: 40px;
	letter-spacing: -1px;
	font-weight: bold;
	width: 200px;
}

/* @group language bar */

h4{
	font-family: Times New Roman, times-roman, georgia, serif;
	color: #444;
	margin: 0;
	padding: 0px 0px 5px 0px;
	font-size: 30px;
	line-height: 27px;
	letter-spacing: -1px;
	font-weight: bold;
}
#language {
	position: absolute;
	top: 50px;
	right: 57px;
	width: 158px;
}
#language li{
	list-style: none;
	display: inline;
}
#language #lang li{
	margin: 0;
}
#language li a{
	text-decoration: none;
	font-size: 14px;
	color: #444;
	font-weight: bold;
	text-shadow: 0px 1px 1px white;
}
#language li a.hun, a.ger, a.eng{
	position: relative;
	top: -6px;
}
#language ul#lang{
	margin-top: 8px;
}
#language ul#lang li a.gerico img, a.hunico img, a.engico img{
	width: 19px;
	height: 19px;
	border: 0 none;
}
#language ul#lang li a:hover{
	text-shadow: 0px 1px 1px white;
	color: #ff810c;
}
/* @end */
#contact{
	position: relative;
	list-style: none;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #666;
	font-size: 17px;
}
#contact li{
	margin: 0 10px;
}
#contact li a.address{
	text-decoration: none;
	color: red;
	cursor: pointer;
	text-shadow: 0px 1px white;
	font-family: Times New Roman, times-roman, georgia, serif;
}
#contact li a.address:hover{
	color: #ff810c;
	text-decoration: underline;
	text-shadow: 0px 1px white;
}
#post{
	width: 220px;
	height: 240px;
	position: absolute;
	margin-top: 60px;
	margin-left: -50px;
	z-index: 1;
}
/* @group menu */

#menu{
	text-align: center;
	position: absolute;
	top: 160px;
	left: 66px;
	background: url(images/menu.png) no-repeat;
	width: 582px;
	height: 50px;
	list-style: none;
	text-indent: -99999px;
}
#menu li{
	display: block;
	width: 200px;
	float: left;
}
#menu li a{
	height: 50px;
}

/* @group menu active state */
body#pannontaxi #menu li a.pannontaxi{
	background: url(images/menu.png) no-repeat -27px -51px;
}
body#araink #menu li a.araink{
	background: url(images/menu.png) no-repeat -172px -51px;
}
body#rendeles #menu li a.rendeles{
	background: url(images/menu.png) no-repeat -297px -51px;
}
body#contact #menu li a.kapcsolat {
	background: url(images/menu.png) no-repeat -427px -51px;	
}
/* @end of menu active state*/

/* @group hungarian menu */

#menu li a.pannontaxi{
	position: absolute;
	width: 145px;
	top: 0px;
	left: 27px;
}
#menu li a.pannontaxi:hover{
	position: absolute;
	width: 145px;
	top: 0px;
	left: 27px;
	background: url(images/menu.png) no-repeat -27px -51px;
}

#menu li a.araink{
	position: absolute;
	width: 125px;
	top: 0px;
	left: 172px;
}
#menu li a.araink:hover{
	position: absolute;
	width: 125px;
	top: 0px;
	left: 172px;
	background: url(images/menu.png) no-repeat -172px -51px;
}
#menu li a.rendeles{
	position: absolute;
	width: 130px;
	top: 0px;
	left: 297px;
}

#menu li a.rendeles:hover{
	position: absolute;
	width: 130px;
	top: 0px;
	left: 297px;
	background: url(images/menu.png) no-repeat -297px -51px;
}
#menu li a.kapcsolat{
	position: absolute;
	width: 133px;
	top: 0px;
	left: 427px;
}
#menu li a.kapcsolat:hover{
	position: absolute;
	width: 133px;
	top: 0px;
	left: 427px;
	background: url(images/menu.png) no-repeat -427px -51px;
}
/* @end */

/* @end of menu*/

/* @group footer */
#footer {
	height: 54px;
	background: url(images/footer.gif) repeat-x scroll center bottom;
	position: relative;
	min-width: 900px;
	text-align: center;
}
h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: white;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-shadow: 0 1px 1px black;
	padding-top: 9px;
}
h3{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: white;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-shadow: 0 1px 1px black;
	padding-top: 3px;
}
h3 a{
	text-decoration: none;
	cursor: pointer;
	color: white;
}
h3 a:hover{
	color: #fff461;
	text-decoration: underline;
}

/* @end */
