body 
{
  background-color: #FFFFFF;
}

marquee
{
	font-size: 18px;
	font-family: "Lao UI", serif;
}

#info
{
	background-image: url("images/infoBG.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 25;
}

#BGoben 
{
	background-image: url("images/bgT.png");
	background-position: center;
	background-repeat: repeat-x;
	height: 250;
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
}

#BGmain
{
	background-image: url("images/bg.png");
	background-repeat: repeat-both;
	background-position: center;
	z-index: 1;
}

#BGunten 
{
	background-image: url("images/bgB.png");
	background-position: center;
	background-repeat: repeat-x;
	height: 100;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	margin-top: -100;
}

#mainbodyoben
{
	background-image: url("images/maintextBGT.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 20;
	position: relative;
	top: 0;
	z-index: 2;
}

#mainbody
{
	background-image: url("images/maintextBG.png");
	background-repeat: repeat-y;
	background-position: center;
	padding-left: 50px;
	position: relative;
	top: 0;
	z-index: 2;
}

#mainbodyunten
{
	position: relative;
	top: -50;
	background-image: url("images/maintextBGB.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 60;
	position: relative;
	z-index: 2;
}


#menuoben
{
	background-image: url("images/menuBGT.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 6;
	z-index: 2;
}

#mainmenu
{
	background-image: url("images/menuBG.png");
	background-repeat: repeat-y;
	background-position: center;	
	font-family: "Lao UI", serif;
	font-size: 15px;
	position: relative;
	top: 0;
	z-index: 2;
}

#menutitel
{
	font-size: 17px;
	font-family: "Lao UI", serif;
	font-weight: regular;
	
	background-image: url("images/menuBGH.png");
	background-repeat: repeat-y;
	background-position: center;
	height: 28;
	z-index: 2;
	text-indent:40Px;
}

#menuunten
{
	background-image: url("images/menuBGB.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 6;
	z-index: 2;
}

#menuuntenRef
{
	background-image: url("images/menuBGBRef.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 25;
	z-index: 2;
}

#mainmenu li:hover 
{
	background-color: #50bbcc;
	width:160;
}

#mainmenu a:hover
{
	font-weight: bold;
	color: #ffffff;
}


#mainmenu li 
{ 
	text-decoration:none;
	border-bottom: 1px solid #000000; 
	padding-left: 0px;
	padding-top: 1px;
	width:160;
}

#noline
{
	text-decoration: none;
	color: #000000;
}

#maintext
{
	font-size: 20px;
	font-family: "Lao UI", serif;
	font-weight: regular;
}

#up
{
	position:relative;
	top: -80;
}

#bottom
{
	background-image: url("images/bottom.png");
	background-position: center;
	background-repeat: repeat-x;
	height: 50;
	position:relative;
	bottom: 0;
	right: 0;
	left: 0;
	margin-top: -25;
	z-index: 2;
	color: white;
	font-size: 10px;
}


#logoL
{
	background-image: url("images/rad.png");
	background-position: center;
	background-repeat: no-repeat;
	position:relative;
	width: 189;
	height: 189;
	top: 0;
	left: 10;
	margin-top: -187;
	z-index: 3;
}

#logoR
{
	background-image: url("images/rad.png");
	background-position: center;
	background-repeat: no-repeat;
	position:relative;
	width: 189;
	height: 189;
	top: 0;
	right: -40;
	margin-top: -187;
	margin-right: 0;
	z-index: 3;
}



#banner
{
	background-image: url("images/banner.png");
	background-position: center;
	background-repeat: no-repeat;
	position:relative;
	width: 970;
	height: 197;
	top: 0;
	left: 0;
	margin-top: 0;
	z-index: 5;
}








