@CHARSET "UTF-8";

/* BOX 1 (box_l) */

DIV#content DIV.box_l {	
	width: 244px;
	min-height: 100px;
}

DIV#content DIV.box_l H1 {
	margin: 0;
	font-size: 14px;
	color: #00ff18;	
	text-align: center;
}

DIV#content DIV.box_l H2 {
	margin: 0;
	font-size: 14px;
	color: #00ff18;	
	text-align: center;
}

DIV#content DIV.box_l DIV {
	min-height: 20px;	
	font-size: 12px;
	padding: 0 22px;
}

DIV#content DIV.box_l SUB {
	display: block;
}

INPUT.reg_text {
	float: center;
	border: 1px solid #00ff18;
	/*background-color: #559d3e;*/
	background-color: #113306;
	color: #00ff18;
	font-size: 12px;
	width: 130px;
}

INPUT.reg_text2 {
	float: center;
	border: 1px solid #00ff18;
	/*background-color: #559d3e;*/
	background-color: #113306;
	color: #00ff18;
	font-size: 12px;
}

SELECT.reg_text {
	border: 1px solid #00ff18;
	background-color: #113306;
	/*background-color: #559d3e;*/
	color: #00ff18;
	font-size: 12px;
	width: 130px;
}

/* box content */

DIV.box_l TABLE {
	width: 200px;
	border-collapse: separate;
}

DIV.box_l TABLE TR TH {
	color: #333;
}

DIV.box_l A:hover {
	background-color: #006d0a;
	display: block;
	text-decoration: none; 
	font-weight:bold;
	margin: 0 6px;
}

DIV.box_l A:active {
	background-color: #006d0a;
	display: block;
	text-decoration: none; 
	font-weight: bold;
	margin: 0 6px;
}

DIV.box_l A {
  display: block;
	font-size: 10px;
	text-decoration: none;
	color: #00ff18;	
	font-weight: bold;
	text-transform: uppercase;
	
	margin: 0 6px;
}

A#ueberZ {
	font-size: 14px;
	display: block;
  	text-decoration: none;
	color: #00ff18;	
	font-weight: bold;
	text-transform: none;
	text-align: center;
	margin: 0 -6px;
}

A:hover#ueberZ {
	background-color: transparent;
	text-decoration: underline; 
}

A#newslink {
	font-size: 10px;
	display: block;
  	text-decoration: none;
	color: #00ff18;	
	font-weight: normal;
	text-transform: none;
	text-align: left;
	margin: 0 -2px;
	cursor: pointer;
}

A:hover#newslink {
	background-color: transparent;
	text-decoration: underline; 
}
