body {
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a img {
	border: 0px;
}

.banner .bodytext { margin:0; } 

.contentFrame {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #a0a0a0;
	border-right:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;
	margin-bottom:40px;
	background-color: #FFFFFF;
}

.logo {
	background-image: url(../img/logo.jpg);
	position:absolute;
	top:0;
	left:auto;
	height: 130px;
	width: 220px;
}

.banner {
	background-image: url(../img/banner_sw.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 800px;
}

.menuMain {
	background-color: white;
	// background-repeat: repeat;
	height: 16px;
	width: 796px;
	margin:0;
	padding: 4px 4px 4px 0px;
	border-top:1px solid gray;
	border-bottom:4px solid #FF9900;
}

.menuMain a {
	color:#000000;
	text-decoration:none;
	padding:4px;
	border-right:1px solid silver;
}

.menuMain a:hover {
	
	color:#FFFFFF;
	background-color:#FF9900;
	padding:4px;
}

.menuMain a:active {
	color:#FFFFFF;
	background-color:#FF9900;
	padding:4px;
}

.menuMainACT {
	color:#FFFFFF;
	background-color:#FF9900;
	border-bottom:1px solid #FFA020;
	padding:4px 0px;
}

.menuSub1 {
	background-color:transparent;
	background-repeat:repeat;
	width:220px;
	border-bottom:none;
}
.menuSub1 a {
	color:#000000;
	display:block;
	margin-top:1px;
	padding:4px 4px;
	text-decoration:none;
	background-color:white;
}

.menuSub1 a:hover {
	color:#FFFFFF;
	background-color:#FF9900;
}

.menuSub1ACT {
	color:#FFFFFF;
	background-color:white;
}

.menuSub1ACT a {
	color:#FF9900;
	background-color:white;	
}

.contentMain {
	width:800px;
}


.contentMainLeftFrame {
	float:left;
	width:210px;
}


.contentMainRightFrame {
	float:right;
	width: 580px;
}


.contentRight p {
	padding-left:10px;
	padding-right:10px;
	line-height: 1.5em;
}


.contentRight a {
	color:#000000;
	text-decoration:underline;
}

.contentBottomFrame {

	clear:both;
	padding-top:20px;
}


.footer {
	text-align:center;
	width: 800px;
	margin-top:89px;
	padding-top:5px;
}

.footer a {
	color: #000000;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer p {
	color: #999999;
}

h1 {
	font-size: 12pt;
	color: #333333;
	padding-left:10px;
	padding-top:10px;
	text-transform: uppercase;
}

h2 {
	font-size: 10pt;
	color: #333333;
	padding-left:10px;
	text-transform: uppercase;
}

h3 {
	font-size: 10pt;
	color: #333333;
	padding-left:10px;
}

.contact fieldset { border:none; }
.contact label { float:left; width:150px; }
.contact input { border:1px solid #303030; margin-top:2px;}
.contact textarea { border:1px solid #303030; }

.menuLang { position:relative; top:-24px; left:740px; }

.contenttable p {
  margin:0 0 0 0.6em;
  padding:0;
}
.contenttable td {
  padding:0;
}
