/* CSS Document */

/* Älä nimeä luokkaa numerolla, Mozilla ja Netscape eivät tykkää */

h6 {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0.3em;
}

h4 a {
	color: #FFFF00;
}

h4 a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

a {	
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: white;
}

.gate_text {
	z-index: 2;
	/*background-image: url(Kuvat/Layout/A8StarW.jpg);*/
	background-color: #000000;
	color: black;
	width: 250px; /*..*/
	height: 400px;
	margin: 0%;
	position: absolute;
	top: 10px;
	left: 600px;
	text-align: left;
	overflow: auto;
}

.gate_text .tekstibg {
	z-index: 2;
	color: white;
	/*background-image: url(Kuvat/Layout/A8StarW.jpg);*/
	width: 250px;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: Verdana, Tahoma, Arial, Tahoma;
	font-size: 67%;
	text-align: left;
	overflow: auto;
}

.header_info {
	z-index: 2;
	background-image: url(images/banner/kilpi_banner.gif);
	background-color: #000000;
	color: black;
	width: 800px; /*..*/
	height: 333px;
	margin: 0%;
	position: absolute;
	top: 0px;
	left: 150px;
	text-align: left;
	overflow: auto;
}

.header_info .content {
	z-index: 2;
	color: white;
	background-color: #000000;
	width: 450px;
	height: 90px;
	position: absolute;
	top: 235px;
	left: 170px;
	font-family: Verdana, Tahoma, Arial, Tahoma;
	font-size: 67%;
	text-align: left;
	overflow: auto;
}

.page_intro {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0;
	text-align: center;
}

.the_page {
	z-index: 2;
	background-color: #000000;
	color: black;
	width: 800px; /*..*/
	height: 333px;
	margin: 0%;
	position: absolute;
	top: 0px;
	left: 150px;
	text-align: left;
	overflow: auto;
}

.the_page .content {
	z-index: 2;
	color: white;
	background-color: #000000;
	width: 450px;
	height: 90px;
	position: absolute;
	top: 235px;
	left: 170px;
	font-family: Verdana, Tahoma, Arial, Tahoma;
	font-size: 67%;
	text-align: left;
	overflow: auto;
}

