body {
	margin: 0px;
	background: #909090;
	background-image: url("../images/bg_left.jpg");
	background-repeat: repeat-y;
	color: black;
	font-family: verdana;
	font-size: 12px;
}
body.main {
	margin: 0px;
	background: white;
/*	background-image: url("../images/menubg.jpg");*/
	background-repeat: repeat-y;
	font-family: verdana;
	font-size: 12px;
}
body.intro {
	margin: 0px;
	background: #ED9B4F;
	background: #FEC688;
	font-family: verdana;
	font-size: 12px;
}
body.popup {
	margin: 2px;
}
a {
	text-decoration: underline;
	color: black;
}
a:hover {
	text-decoration: none;
}
a.lang {
	text-decoration: none;
	display: block;
}
a.lang:hover {
	text-decoration: none;
}
a.menu {
	text-decoration: none;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	display: block;
	color: white;
	background-image: url("../images/menulinkbg.png");
	background-repeat: repeat-x;
	padding: 3px 2px;
}
a.menu:hover {
	text-decoration: none;
	color: white;
	background-image: url("../images/menulinkbg_hover.png");
	background-repeat: repeat-x;
}
a.menuactive {
	text-decoration: none;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	display: block;
	color: white;
	background-image: url("../images/menulinkbg.png");
	background-repeat: repeat-x;
	padding: 3px 2px;
}
a.menuactive:hover {
	text-decoration: none;
	color: white;
	background-image: url("../images/menulinkbg_hover.png");
	background-repeat: repeat-x;
}
a.submenu {
	text-decoration: none;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	display: block;
	color: white;
	background-image: url("../images/menulinkbg.png");
	background-repeat: repeat-x;
	padding: 3px 2px;
}
a.submenu:hover {
	text-decoration: none;
	color: white;
	background-image: url("../images/menulinkbg_hover.png");
	background-repeat: repeat-x;
}
a.submenuactive {
	text-decoration: none;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	display: block;
	color: white;
	background-image: url("../images/menulinkbg.png");
	background-repeat: repeat-x;
	padding: 3px 2px;
}
a.submenuactive:hover {
	text-decoration: none;
	color: white;
	background-image: url("../images/menulinkbg_hover.png");
	background-repeat: repeat-x;
}
a.bottommenu {
	text-decoration: none;
	color: black;
	padding-bottom: 2px;
	text-align: center;
}
a.bottommenu:hover {
	text-decoration: underline;
	background-repeat: no-repeat;
}

.menupic {
	background: white;
	border: 1px solid #4A6C9C;
	padding: 1px;
}

.field {
	border: 1px solid #012640;
	background: #CCCCFF;
}
.button {
	border: 1px outset gray;
	font-weight: bold;
	color: #ccccff;
	background: #012640;
}
.field-search {
	border: 1px solid black;
	background: #C0D0E5;
	margin: 1px;
}
.button-search {
	border: 1px outset black;
	background: #95AECD;
	margin: 1px;
}
hr.dots {
	display: block;
	text-align: center;
	width: 90%;
	border:0px;
	border-top: 1px dotted black;
}
h2 {
	display: block;
	margin: 0px;
	font-size: 15px;
}
h1 {
	display: block;
	text-align: center;
	color: black;
}
li {
	list-style: circle;
}
table {
}
td {
	vertical-align: top;
	font-family: verdana;
	font-size: 12px;
}
table.main {
	height: 100%;
}
td.submenu {
	width: 201px;
	border: 0px;
}
td.content {
	background: #ccccff;
	background-image: url("../images/contentbg_small.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}
td.top {
	height: 180px;
	background: #667D8C;
	background-image: url("../images/topbg.jpg");
	background-repeat: repeat-x;
	border: 0px;
}
td.topright {
	background: #667D8C;
	background-image: url("../images/topbg.jpg");
	background-repeat: repeat-x;
	border: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
td.right {
	background: #547ED9;
	border-right: 1px solid black;
	border-left: 1px solid black;
	width: 190px;
	padding: 0px;
}
td.bottommenu {
	height: 20px;
	background: #ccccff;
}
div.def {
}
div.commercial {
	position: absolute;
	top: 200px;
	left: 800px;
	width: 200px;
	z-index: 90000;
}
.image-bord {
	padding: 1px;
	border: 1px solid #23454F;
}
.image {
	border: 0px;
}
span.imgtext {
	color: black;
}
span.time {
}
div.article {
	color: black;
}
span.marquee {
	padding-right: 150px;
}
table.border {
	color: black;
	border: 1px solid #23454F;
	border-collapse: collapse;
}
table.border td {
	color: black;
	border: 1px solid #23454F;
	border-collapse: collapse;
}
div.article-border {
	border-bottom: 1px dotted #EFC868;
}
div.article-important {
	background: grey;
	border: 1px solid #EFC868;
}
span.banner {
	display: block;
	border: 1px dashed #DA251C;
	text-align: center;
	font-weight: bold;
}
#logo {
	position: absolute;
	background-image: url("../images/logo.jpg");
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	width: 201px;
	height: 225px;
	border: 0px;
	z-index:50500;
}
#menu {
	position: absolute;
	top: 250px;
	left: 16px;
	background-image: url("../images/scratch.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	border: 0px;
	border-top: 1px solid white;
	width: 184px;
	height: 200px;
	font-size: 12px;
	z-index: 60000;
}
#bottommenu {
	text-align: center;
	color: black;
	background: white;
	z-index: 50500;
}
#box {
	position: absolute;
	top: 400px;
	left: 0px;
	width: 200px;
}
#content {
	position: relative;
	text-align: left;
	width: 90%;
}
#langsel {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px;
	z-index: 60000;
}
#home {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: 120px 30px;
	background-repeat: no-repeat;
}
#marquee {
	position: absolute;
	top: 154px;
	left: 200px;
	width: 600px;
	z-index: 90000;
	color: white;
	font-weight: bold;
	font-size: 14px;
}
