body {
	margin: 0;
	padding: 0;
	background: #FDF6E9 url('/images/sidebar.gif') repeat-y left top;
	font-family: "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
}

a {outline: none}

h1.title {
	color: #8F0000;
	font-size: 1.750em;
}

a:link, a:visited {color: #900}
a:hover, a:active {color: #f00}

/*---- Sub Headlines -----------------*/
h2 { 
margin:0 100px 0 100px;
padding:0px;
text-align:center;
color: #990000;
font-size: .975em;
font-weight:bold;
}
/*---- sidebar white text -----------------*/
h4 { 
margin:0 70px 0 0px;
padding:0px;
text-align:center;
color:#FFFFFF;
font-size: .850em;
}

#container {
	position: relative;
	width: 100%;
	background: url('/images/header.gif') repeat-x left top;
	min-width: 1000px;
}

/* #sidebar -----------------*/
#sidebar {
	position: absolute;
	left: 0;
	top: 0;
	width: 217px;
	vertical-align: top;
}

#sidebar .logo {
	width: 217px;
	height: 159px;
	margin: 0;
	padding: 0;
	background: url('/images/header_left.jpg') no-repeat left top;
}

#sidebar .logo a {
	outline: none;
	display: block;
	width: 217px;
	height: 159px;
	text-indent: -9999px;
}

/* .menu-main
--------------------------------------*/
#sidebar .menu-main {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 217px;
}

#sidebar .menu-main li {
	margin: 0;
	padding: 0;
	width: 217px;
}

#sidebar .menu-main li a {
	outline: none;
	display: block;
	height: 30px;
	text-indent: -9999px;
	background: url('/images/menu_main3.jpg') no-repeat left top;
}

#sidebar .menu-main li.home {
	height: 33px;
	background: url('/images/home_bg.jpg') no-repeat left top;
}

#sidebar .menu-main li.home a {
	width: 77px;
	margin-left: 140px;
	background-postion: 0 0;
}

#sidebar .menu-main li.home a:hover {
	background-position: 0 -30px;
}

#sidebar .menu-main li.about {
	height: 36px;
	background: url('/images/about_bg.jpg') no-repeat left top;
}

#sidebar .menu-main li.about a {
	width: 82px;
	margin-left: 95px;
	background-position: -77px 0;
}

#sidebar .menu-main li.about a:hover {
	background-position: -77px -30px;
}

#sidebar .menu-main li.contact {
	height: 44px;
	background: url('/images/contact_bg.jpg') no-repeat left top;
}

#sidebar .menu-main li.contact a {
	width: 98px;
	margin-left: 52px;
	background-position: -159px 0;
}

#sidebar .menu-main li.contact a:hover {
	background-position: -159px -30px;
}

#sidebar .menu-main li.sitemap {
	height: 49px;
	background: url('/images/sitemap_bg2.jpg') no-repeat left top;
}

#sidebar .menu-main li.sitemap a {
	width: 100px;
	margin-left: 25px;
	background-position: -257px 0;
}

#sidebar .menu-main li.sitemap a:hover {
	background-position: -257px -30px;
}

#sidebar .menu-main li.glossary {
	height: 55px;
	background: url('/images/glossary_bg2.jpg') no-repeat left top;
}

#sidebar .menu-main li.glossary a {
	width: 104px;
	margin-left: 16px;
	background-position: -357px 0;
}

#sidebar .menu-main li.glossary a:hover {
	background-position: -357px -30px;
}

#sidebar .menu-main li.links {
	height: 49px;
	background: url('/images/links_bg.jpg') no-repeat left top;
}

#sidebar .menu-main li.links a {
	width: 69px;
	margin-left: 30px;
	background-position: -461px 0;
}

#sidebar .menu-main li.links a:hover {
	background-position: -461px -30px;
}

/* #content
--------------------------------------*/
.tester{
position: relative;
left:0px;
vertical-align: top;
}
#content {
	width:768px;
	position: relative;
	margin-left: 217px;
	margin-right: 15px;
	vertical-align: top;
}

#content .tag {
	width: 100%;
	height: 90px;
	margin: 0;
	padding: 0;
	background: #FDFDFD url('/images/tag.jpg') no-repeat left top;
	text-indent: -9999px;
}

#content h2.bus-cats {
	width: 100%;
    height:145px;
	Margin: 0;
	padding: 0;
	background: url('/images/navigationtop.jpg') no-repeat left top;
	text-indent: -9999px;
}

#content .phone {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

#content .mail-login li {
	margin: 0;
	padding: 0;
}

#content .mail-login a {
	color: #8F0000;
	font-size:12px;
}

#content .mail-login a:hover {
	color: #000000;
	text-decoration: underline;
}

#content .mail-login li.phone-number {
	font-size: 24px;
}

