/* Stylesheet by WebBear WebDesign, Hans-Jakob Bollinger, Sommazzistrasse 9, CH-3008 Bern, www.webbear.ch */
body {
	font: small/1.3em Arial, Helvetica, Verdana, sans-serif;
	background: #D6E5F5;
	margin: 0 0 30px 0;
	padding: 0;	
}

/* @group tags */

h1, h2, h3, h4, h5, h6 {
	color: #6A96BC;
}

a, a:link, a:visited, a:active {
	color: #6A96BC;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/* @end */

#container {
	font-size: 95%;
	background: #fff;
	position: relative;
	color: #333;
	width: 750px;
	margin: 0;
	padding: 0;
}

#head {
	position: absolute;
	top: 50px;
	left: 250px;
	padding: 0;
	margin: 0;
	height: 30px;
	width: 400px;
	background: url(i/logo.jpg) no-repeat 0 -5px;
	text-indent: -4000px;
}

#address {
	position:absolute ;
	top: 54px;
	left: 20px;
	width: 220px;
}

#content {
	padding: 245px 20px 0 20px;
	background: url(i/taxi.jpg) no-repeat 250px 90px;
}

/* @group image switch */

body#taxi #content {
	background: url(i/taxi.jpg) no-repeat 250px 90px;
}

body#akinom #content {
	background: url(i/finance.jpg) no-repeat 250px 90px;
}

body#allinstruct #content {
	background: url(i/allinstruct.jpg) no-repeat 250px 90px;
}

/* @end */

#leftCol {
	width: 340px;
	float: left;
	height: auto !important;
	height: 350px;
	min-height: 350px;
	padding-bottom: 20px;
	
}
#rightCol {
	width: 340px;
	float: right;
	padding-bottom: 20px;
}


#nav {
	background: #6A96BC;
	position: absolute;
	top: 0;
	left: 250px;
	width: 500px;
	height: 30px;
}

/* @group navigation */

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 30px;
}

#nav li.active a, #nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover, #nav li.active a:active {
	background: url(i/current.gif) no-repeat 50% bottom;
}

#nav li a, #nav li a:link, #nav li a:visited, #nav li a:active {
	color: #fff;
	text-decoration: none;
	padding: 8px 20px;
}

#nav li a:hover {
	background: url(i/current.gif) no-repeat 50% bottom;
}

#nav li {
display: inline;
}

/* @end */

#foot {
	clear: both;
	background: #6A96BC;
	color: #fff;
	line-height: 25px;
	padding: 0 20px;
	margin: 0;
	word-spacing: 4px;
}

/* @group special tags */

#address h2 {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	color: #6A96BC;
}
#address p {
	margin: 0;
	padding: 17px 0;
}
#foot a  {
	color: #fff;
	text-decoration: none;
}


#content h2 {
	font-size: 150%;
}

#content h3 {
	font-size: 120%;
}

#content h4, #content h5, #content h6 {
	font-size: 100%;
	color: #333;
	margin: 0;
	padding: 0 0 3px 0;
}

#content p {
	margin: 0;
	padding: 2px 0 5px 0;
}
#content em {
	font-style: normal;
	color: #f80f0f;
}
body#taxi #rightCol {
	padding-top: 36px;
}
/* @end */

/* @group clearing */

#nav ul:after, 
#container:after,
#content:after,
#leftCol:after,
#footer:after,
#rightCol:after
{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }



/* @end */
