/* CSS Document */

body
{
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height:19px;
	color: #000;
	font-family: Georgia, Times, serif;
	min-height: 100%;
	width: 100%;
	height: 100%;
	background-color: #fd5647;
}
#contents {
	position: absolute;
	top: 0;
    left: 0;
	width: 100%;
	height: 700px;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	background-image: url('/images/bg.gif');
	background-color: #fff;
}
#top
{
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-image: url('/images/bg_top.gif');
	height: 93px;
}
#top_boka_taxi
{
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-image: url('/images/bg_top.gif');
	height: 93px;
}
#taxi
{
	position: absolute;
	top: 0;
	left: 553px;
	background-repeat: no-repeat;
	background-image: url('/images/taxi_glava.gif');
	width: 219px;
	height: 134px;
	text-indent: -9999px;
	overflow: hidden;
}
#foton
{
	position: absolute;
	top:128px;
	left: 28px;
	background-repeat: no-repeat;
	background-image: url('/images/svein-tore_hoff_sthtaxi_glava.jpg');
	width: 211px;
	height: 263px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
#text
{
	position: absolute;
	top:148px;
	left: 258px;
	width: 500px;
	clear: both;
}
#glava_lankar
{
	position: absolute;
	top: 464px;
	left: 40px;
	width: 183px;
	float: left;
	clear: both;
}
#bottom_boka_taxi
{
	position: absolute;
	top: 468px;
	left: 249px;
	width: 500px;
	height: 130px;
	float: left;
}
#footer
{
	position: absolute;
	top: 674px;
	width: 70%; /* See note below */
	height: 87px;
	text-align: left;
	padding: 0 15%;
	background-repeat: repeat-x;
	background-image: url('/images/bg_bottom.gif');
	background-color: #fd5647;
}
/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 */
#footer {
    \width: 100%;
    w\idth: 70%;
}
#footer IMG
{
	position: absolute;
	left: 0;
}
img {
	border: none;
}
h1
{
	font-size: 28px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
a
{
	color: #fff;
	text-decoration: none;
	background-color: #fd2e1a;
	font-size: 13px;
	line-height:18px;
}
a:visited
{
	color: #fff;
	text-decoration: none;
	background-color: #fd2e1a;
}
a:hover
{
	color: #fff;
	text-decoration: none;
	background-color: #000;
}
