@CHARSET "ISO-8859-1";

h3 {
	margin: 0px 0px;
	/* background-color: #c2dce6; */
	/* border-bottom: 1px solid blue; */
}

DIV.left_column, DIV.center_column, DIV.right_column {
	float: left;
	margin: 1px 1px 5px 1px;
	padding: 2px;
	border: 2px solid rgb(230,230,255);
}

DIV.left_column {
	width: 185px;
}

DIV.center_column {
	width: 505px;
	/* min-height: 600px; */
}

DIV.sisakumi_center{
	min-height: 900px;
}

DIV.right_column {
	width: 200px;
}

DIV.sisakumi, DIV.sisakumi_center{
	/* background-color:#FFF0FC; */
	background-color: rgb(245,245,255);
	border: 1px solid rgb(230,230,255);
	margin: 2px;
	overflow: hidden;	
}

DIV.center_column DIV.sisakumi {
	min-height: 400px;
	padding: 0px 5px;
} 

/* Etusivulla näytettävät uutiset */
DIV.center_column UL{
	margin-left: 20px;
}

DIV.uutinen {
	margin-bottom: 40px;
	margin-right: 8px;
}

.pvm{
	font-style: italic;
	font-size: small;
}

DIV.linkki {
	text-align: left;
}

/* Seuraavat ottelut */
.otteluotsikko{
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
	color: navy;
}

.paikka, .ottelu{
	margin: 0px;
}

.joukkue{
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}

.otteluAika{
	margin: 0px 0px 20px 0px;
}

.otteluPeruttu{
	color: red;
	font-weight: bold;
}

/* Verkkolehti Etulaittoman mainos */
#ladyUlompi {
	background-color: white;
	width: 180px;
	display: block;
	margin: 5px auto;
	border: 1px solid rgb(192,0,0);
	padding: 5px 0px 5px 0px;
	
}

#ladySisempi{
	color: navy;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.15em;
	margin: 10px 0px;
	text-align: center;
	
}






/* Valokuvamaistiaiset */
DIV.right_column A.minikuva {
	display: block;
	float: left;
	margin: 2px;
	padding: 3px;
	outline: 1px solid rgb(210,210,210);
}

DIV.right_column img {
	border: 1px solid green;
}

/* Muut infot */
DIV.tapahtuma img {
	border: none;

