﻿/* Generated by KaZcadeS */
body {
  margin: 0 auto;
  background-color: #ffffff;
  /* background: #585858 url(../images/bg_body.jpg) repeat-y top center; */
}
#around {
  margin: 20px auto;
  padding: 2px;
  height: 700px;
  width: 950px;
  text-align: center;
  background-color: lightgrey;
}
#header {
  /* border-top: 1px solid black; */
  margin: 0px;
  height: 85px;
  width: 950px;
  background-color: #ffffff;
}
#nav {
  margin: 0px;
  height: 30px;
  width: 950px;
  text-align: center;
  background-color: transparent;
  line-height: 2.2em;
  font-family: Tahoma;
  font-size: 12px;
  /* color: #ffffff; */
  background-position: left top;
  background-image: url(../images/nav_back.png);
}
#maincontent {
  /* border: 1px solid #676767; */
  margin: 0 auto;
  text-align: left;
  height: 580px;
  width: 950px;
  background-color: #ffffff;
  font-family: Tahoma;
  font-size: 11px;
  color: #666666;
}

div#left {
	float:left;
	width:240px;
/*	width: 30%; */
    height: 500px;  
    margin:0;
    padding:0;
}

div#right {
  float:left;
  width:470px;
/*  width: 70%; */
  height: 500px;
  margin-left:40px;
  padding:0;	
}
.hg {
  margin: 0 auto;
  height: 5px;
}
#footerbar {
  margin: 0 auto;
  width: 950px;
  height: 10px;
  background-color: #ffffff;
}
#transbar {
  margin: 0 auto;
  width: 950px;
  height: 8px;
}

a.linkback {
  font-size: 9px;
  color: darkgrey;
  font-family: Arial;
}
a.navlink {
  font-family: Tahoma;
  font-size: 14px;
  text-decoration: none;
  color: black;
}
a.navlink:hover {
  font-family: Tahoma;
  font-size: 14px;
  text-decoration: none;
  color: black;
  font-weight:bold;
}
a.footerlink {
  font-family: Tahoma;
  font-size: 10px;
  color: grey;
  text-decoration: none;  
}
a.footerlink:hover {
  font-family: Tahoma;
  font-size: 10px;
  color: black;
  text-decoration: none;
  font-weight:bold;
}
a {
  font-family: Tahoma;
  font-size: 11px;
  color: #666666;
  text-decoration: none;
}
a:hover {
  text-decoration: overline;
}
p.margin
{
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 25px;
}
ul {
  margin-left: 15px;
  padding-left: 0;
}
li {
  margin-left: 15px;
  padding: 0;
}
hr{
  height: 1px;
  color: silver;
}

/* Buttonstyle */
.clear {	
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url(../images/bg_button_a.gif) no-repeat top right;
    font: normal 12px arial, sans-serif;
	color: #666;
	text-decoration: none;
    display: block;
    float: left;
    height: 24px;
	margin-left: 2px;
	margin-top: 5px;   
    padding-right: 18px; /* sliding doors padding */
}

a.button:hover {
	color: #000;
	text-decoration: none;
}

a.button span {
    background: transparent url(../images/bg_button_div.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
	color: #000;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


