@CHARSET "UTF-8";

body {
	background-image: url(../img/background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.mainContent {
	width: 900px;
	height: 600px;
	margin: 100px auto 0px auto;
	background-image: url(../img/content.png);
}

#Wrapper {
  height: 420px;
  width: 360px;
  float: left;
  overflow:hidden;
  position:relative;
}

#Inner {
  height:auto;
  position:relative;
  width: 340px;
}

.logo {
	float: right;
	margin-right: 30px;
}

.menu {
	padding-left: 30px;
}
.menu img {
	border: none;
}

.menuItem {
	float: left;
	height: 78px;
}

.hoverHo, .hoverTe, .hoverSe, .hoverTc, .hoverNo, .hoverKo, .hoverAk {
	position: absolute;
	visibility: hidden;
	margin-left: -56px;
}
.hoverTe {
  margin-left: -59px;
}
.hoverSe {
  margin-left: -61px;
}
.hoverTc {
  margin-left: -58px;
}
.hoverNo, .hoverKo {
  margin-left: -63px;
}
.hoverAk {
  margin-left: -69px;
}

.standard12pxgreen {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}

a:link, a:visited, a:hover, a:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-decoration: none;

}
.textLeft a {
	position: relative;
}

.textLeft {
	float: left;
	width: 360px;
	padding-left: 30px;
	margin-top: 40px;
}
.textInner, .textInnerTcm {
	margin: 15px 0px 0px 11px;
	line-height: 1.5;
	letter-spacing: 0.3pt;
}
.textInnerTcm {
	margin-top: 0px;
}
.textInnerTcm p {
	margin-top: 0px;
}

.textInner ul {
  padding-left: 15px;
  margin-left: 0px; 
}

.textInner li {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #555555;
  text-decoration: none;
}

.imgRight {
	float: right;
	width: 510px;
	margin-top: 100px;
}

.imgFrame {
  border: 1px solid #555555;
  margin: 60px 30px 0px 0px;
  float: right;
}
.imgHover {
	display: none;
	position: absolute;
	margin: 61px 0px 0px 39px;
}

.copyright {
	width: 900px;
	margin: 10px auto 0px auto;
  padding-bottom: 100px;
	text-align: right;
}