TABLE.introtable {
	width: 640px;
	height: 400px;
	margin: 10px auto;
}

	TABLE.introtable TD.lang_select {
		text-align: center;
		height: 60px;
		background: url("../images/falgs.png") no-repeat 50% 50%;
	}
		
		TABLE.introtable TD.lang_select INPUT {
			margin: 0 30px; 
		}

DIV.links {
	text-align: center;
}

	DIV.links A {
		color: #CC0000;
	}

	DIV.links A:hover {
		color: #0000CC;
		text-decoration: none;
	}

DIV.footer {
	position: absolute;
	bottom: 0;
	width: 95%;
	margin: 0;
	padding: 5px 10px;
	text-align: left;
}

DIV.news {
	float: left;
	margin: 0;
	width: 270px;
}

	DIV.news DIV.news_box {
		clear: both;
		padding-bottom: 5px;
		margin: 10px 5px;
		text-align: justify;
		border-bottom: 1px solid #EEEEEE;
	}

DIV.about {
	float: right;
	margin: 0;
	width: 250px;
	text-align: justify;
	border-left: 1px solid #999999;
	padding-left: 10px;
}

TABLE.normal {
	margin: 10px;
}
	
TABLE.normal TH {
  color: #FFFFFF;
  background: #336699;
  padding: 2px 5px;
  text-align: 
}

TABLE.normal TD {
  padding: 2px 5px;
}
